Freigeben über


DistantLight.Direction Eigenschaft

Definition

Die Richtung, in die das Licht zeigt, wird relativ zum CoordinateSpace-Visual angegeben.

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

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

Eigenschaftswert

Vector3 Vector3

float3

Die Richtung, in die das Licht geworfen wird.

Hinweise

DistantLight.Direction ist relativ zu DistantLight.CoordinateSpace

Gilt für:

Weitere Informationen