![]() |
![]() |
![]() |
Light.InnerConeAngle Property |
Language: |
Retrieves or sets the angle, in radians, of a spotlight's inner cone; that is, the fully illuminated spotlight cone.
Visual Basic .NET Public Property InnerConeAngle As Single C# public float InnerConeAngle { get; set; } Managed C++ public: __property float get_InnerConeAngle();
public: __property void set_InnerConeAngle(float);JScript .NET public function get InnerConeAngle() : float
public function set InnerConeAngle(float);
System.Single . Value that indicates the angle of the spotlight's inner cone.
This property is read/write.
This value must be in the range of 0 through the value specified by OuterConeAngle.
Exceptions
InvalidCallException The property value is invalid.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center