Tanoda
|
Public Member Functions | |
void | SetVertex (List< int > vertexIndex, Vector3 position) |
After moving a VertexEditor, it should change all vertices position More... | |
void | TestSave () |
Public Attributes | |
VertexEditor | m_MiniCubePrefab |
Definition at line 11 of file MeshInfo.cs.
void MeshInfo.SetVertex | ( | List< int > | vertexIndex, |
Vector3 | position | ||
) |
After moving a VertexEditor, it should change all vertices position
vertexIndex | This array should contain indexes of referenced vertices |
position | the local position of this Vertex Editor |
Definition at line 39 of file MeshInfo.cs.
void MeshInfo.TestSave | ( | ) |
Definition at line 122 of file MeshInfo.cs.
VertexEditor MeshInfo.m_MiniCubePrefab |
Definition at line 17 of file MeshInfo.cs.