void SetSpotDirection(
f32 X,
f32 Y,
f32 Z
);
| Name | Description | |
|---|---|---|
| in | X | Sets the x-coordinate of the spotlight. |
| in | Y | Sets the y-coordinate of the spotlight. |
| in | Z | Sets the z-coordinate of the spotlight. |
Sets the spotlight light direction. SOURCE_TYPE_PUNCTUAL must be specified for the light type to be set using SetLightType.
CONFIDENTIAL