In This Topic
Gets or sets a spotlight exponent of the light source.
Syntax
'Declaration
Public Property Exponent As Single
'Usage
Dim instance As ImGearVectorLightSource
Dim value As Single
instance.Exponent = value
value = instance.Exponent
public float Exponent {get; set;}
public: __property float get_Exponent();
public: __property void set_Exponent(
float value
);
public:
property float Exponent {
float get();
void set ( float value);
}
Property Value
Floating-point value in the range of 0...128.
See Also