右方向を示す 3D ベクトル
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector3 Right { get; }
Public ReadOnly Property Right As Vector3
Get
public:
property Vector3 Right {
Vector3 get ();
}
member Right : Vector3 with get
Property Value
Type:
Vector3
See Also