Method |
Description |
|
CreateDiscMesh ( Mesh &mesh, int segments, float radius ) : Mesh |
|
|
CreatePositionLineMesh ( Mesh &mesh, Transform transform, Vector3 scale, Camera cam, float handleSize ) : Mesh |
|
|
CreateRotateMesh ( Mesh &mesh, int segments, float radius ) : Mesh |
|
|
CreateTriangleMesh ( Mesh &mesh, Transform transform, Vector3 scale, Camera cam, Mesh cap, float handleSize, float capSize ) : Mesh |
|
|
GetRotationVertices ( int segments, float radius ) : UnityEngine.Vector3[][] |
|
|
TransformMesh ( Mesh mesh, Matrix4x4 matrix, Vector3 &v, Vector3 &n, Vector2 &u, Color &c, int &t, int indexOffset, Color color ) : void |
|
|