Click or drag to resize
Ab4d.SharpEngine logo

StandardMaterialSetSpecular Method

Overload List
 NameDescription
Public methodSetSpecular(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.
Public methodSetSpecular(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.
Top
See Also