Vector3.UnitZ 属性
定义
获取向量 (0,0,1)。Gets the vector (0,0,1).
public:
static property System::Numerics::Vector3 UnitZ { System::Numerics::Vector3 get(); };
public static System.Numerics.Vector3 UnitZ { get; }
member this.UnitZ : System.Numerics.Vector3
Public Shared ReadOnly Property UnitZ As Vector3
属性值
向量 (0,0,1) 。The vector (0,0,1).