Hit.Hit C# (CSharp) Method

Hit() public method

public Hit ( ) : System
return 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