Hit.Hit C# (CSharp) 메소드

Hit() 공개 메소드

public Hit ( ) : System
리턴 System
  public Hit () {
    this.dist = 0;
    this.point = new Vector3();
    this.normal = new Vector3();
  }

Same methods

Hit::Hit ( float dist, Vector3 point, Vector3 normal ) : System
Hit