Light.OuterConeAngle Property |
Language: |
Retrieves or sets the angle, in radians, that defines the outer edge of a spotlight's outer cone.
Visual Basic Public Property OuterConeAngle As Single C# public float OuterConeAngle { get; set; } C++ public:
property float OuterConeAngle {
float get();
void set(float value);
}JScript public function get OuterConeAngle() : float
public function set OuterConeAngle(float);
System.Single
This property is read/write.
Value that indicates the angle of the outer edge of the spotlight's outer cone.
Points outside of the cone are not lit by the spotlight.
This value must fall between 0 and pi.
Exceptions
InvalidCallException The property value is invalid.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center