Light.YDirection Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a Y-axis value that indicates the direction of the light.
Visual Basic Public Property YDirection As Single C# public float YDirection { get; set; } C++ public:
property float YDirection {
float get();
void set(float value);
}JScript public function get YDirection() : float
public function set YDirection(float);
System.Single
This property is read/write.
Value that indicates the direction of the light.
Exceptions
InvalidCallException The property value is invalid.
Show: