Tanoda
|
Public Member Functions | |
void | DrawTheTriangles () |
void | newScale (GameObject theGameObject, float newSize) |
void | OnDrawGizmos () |
Public Attributes | |
GameObject | Hole |
int | HoleSize |
float | PercentOfModel |
Vector3 | TesztA = new Vector3() |
Vector3 | TesztB = new Vector3() |
Vector3 | TesztC = new Vector3() |
float | distanceAB |
float | distanceBC |
float | distanceCA |
int | t |
Definition at line 10 of file GetMeshInfo.cs.
void GetMeshInfo.DrawTheTriangles | ( | ) |
Definition at line 48 of file GetMeshInfo.cs.
void GetMeshInfo.newScale | ( | GameObject | theGameObject, |
float | newSize | ||
) |
Definition at line 525 of file GetMeshInfo.cs.
void GetMeshInfo.OnDrawGizmos | ( | ) |
Definition at line 541 of file GetMeshInfo.cs.
float GetMeshInfo.distanceAB |
Definition at line 35 of file GetMeshInfo.cs.
float GetMeshInfo.distanceBC |
Definition at line 36 of file GetMeshInfo.cs.
float GetMeshInfo.distanceCA |
Definition at line 37 of file GetMeshInfo.cs.
GameObject GetMeshInfo.Hole |
Definition at line 19 of file GetMeshInfo.cs.
int GetMeshInfo.HoleSize |
Definition at line 20 of file GetMeshInfo.cs.
float GetMeshInfo.PercentOfModel |
Definition at line 21 of file GetMeshInfo.cs.
int GetMeshInfo.t |
Definition at line 45 of file GetMeshInfo.cs.
Vector3 GetMeshInfo.TesztA = new Vector3() |
Definition at line 32 of file GetMeshInfo.cs.
Vector3 GetMeshInfo.TesztB = new Vector3() |
Definition at line 33 of file GetMeshInfo.cs.
Vector3 GetMeshInfo.TesztC = new Vector3() |
Definition at line 34 of file GetMeshInfo.cs.