'Declaration
<System.ComponentModel.CategoryAttribute("Spotlight")> <System.ComponentModel.DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. Use values between 0 and 128.")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SpotExponent As System.Single
'Usage
Dim instance As NSpotLightSource Dim value As System.Single instance.SpotExponent = value value = instance.SpotExponent
[System.ComponentModel.Category("Spotlight")] [System.ComponentModel.Description("The spot exponent specifies the intensity distribution of a spot light. Use values between 0 and 128.")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.float SpotExponent {get; set;}