Vector3.Vector3 C# (CSharp) Метод

Vector3() публичный Метод

public Vector3 ( ) : System
Результат System
  public Vector3 () {
    this.x = 0;
    this.y = 0;
    this.z = 0;
  }

Same methods

Vector3::Vector3 ( float x, float y, float z ) : System