SpotLight.Offset プロパティ

定義

CoordinateSpace ビジュアルに対する光源の相対オフセット。 アニメーション化可能。

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

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

プロパティ値

Vector3 Vector3

float3

座標空間のビジュアルを基準とした光源のオフセット。

_spotLight.Offset = new Vector3(30, 30, 200);  

注釈

SpotLight.OffsetSpotLight.CoordinateSpace を基準にしています。

適用対象

こちらもご覧ください