Поделиться через


SpotLight.Direction Свойство

Определение

Направление, в котором указывает свет, задается относительно его visual CoordinateSpace.

public:
 property float3 Direction { float3 get(); void set(float3 value); };
float3 Direction();

void Direction(float3 value);
public Vector3 Direction { get; set; }
var vector3 = spotLight.direction;
spotLight.direction = vector3;
Public Property Direction As Vector3

Значение свойства

Vector3 Vector3

float3

Направление, в котором указывает свет, задается относительно визуального элемента пространства координат.

Примеры

_spotLight.Direction = new Vector3(4, 10, 0); 

Комментарии

SpotLight.Direction относительно SpotLight.CoordinateSpace.

Применяется к

См. также раздел