Standard |
Name | Description | |
---|---|---|
SetSpecular(Single) | Sets SpecularPower to the specified value and SpecularColor to White. Method returns StandardMaterial so we can chain the calls to change material. This method can be used with materials defined in StandardMaterials class. | |
SetSpecular(Color3, Single) | Sets SpecularColor and SpecularPower and returns StandardMaterial so we can chain the calls to change material. This method can be used with materials defined in StandardMaterials class. |