다음을 통해 공유


SensorQuaternion.W 속성

정의

Quaternion의 w 값을 가져옵니다.

public:
 property float W { float get(); };
float W();
public float W { get; }
var single = sensorQuaternion.w;
Public ReadOnly Property W As Single

속성 값

Single

float

Quaternion의 w 값입니다.

적용 대상