getParameter
Gets the value of a parameter by its name and type.
Return
The value of the parameter of the specified name and type.
Parameters
The type of the parameter to retrieve. Supported types include: Integer, Boolean, Float, Color3, Color4, Vector2, Vector3, Vector4, Matrix3, Matrix4, TextureResource.
The name of the parameter to retrieve.
The class of the parameter type.
Throws
If this material is closed or invalid.
If the specified parameter type is not supported.
Gets the value of a parameter by its name and type.
Return
The value of the parameter of the specified name and type.
Parameters
The type of the parameter to retrieve. Supported types include: Integer, Boolean, Float, Color3, Color4, Vector2, Vector3, Vector4, Matrix3, Matrix4, TextureResource.
The name of the parameter to retrieve.
Throws
If this material is closed or invalid.
If the specified parameter type is not supported.