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