'Declaration
<System.ComponentModel.CategoryAttribute("Attenuation")> <System.ComponentModel.DescriptionAttribute("Specifies the constant attenuation factor for this light.")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ConstantAttenuation As System.Single
'Usage
Dim instance As NPointLightSource Dim value As System.Single instance.ConstantAttenuation = value value = instance.ConstantAttenuation
[System.ComponentModel.Category("Attenuation")] [System.ComponentModel.Description("Specifies the constant attenuation factor for this light.")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.float ConstantAttenuation {get; set;}