'Declaration <CategoryAttribute("Attenuation")> <DefaultValueAttribute()> <DescriptionAttribute("Specifies the linear attenuation factor for this light.")> Public Property LinearAttenuation As Single
'Usage Dim instance As LightSource Dim value As Single instance.LinearAttenuation = value value = instance.LinearAttenuation
[Category("Attenuation")] [DefaultValue()] [Description("Specifies the linear attenuation factor for this light.")] public float LinearAttenuation {get; set;}