Tanoda
|
Public Member Functions | |
void | SetVertex (List< int > vertexIndex, Vector3 position) |
void | Save () |
void | Cancel () |
Public Attributes | |
GameObject | currentModel |
Static Public Attributes | |
static ModelEditorLogicManager | instance |
Definition at line 10 of file ModelEditorLogicManager.cs.
void ModelEditorLogicManager.Cancel | ( | ) |
Definition at line 87 of file ModelEditorLogicManager.cs.
void ModelEditorLogicManager.Save | ( | ) |
Definition at line 46 of file ModelEditorLogicManager.cs.
void ModelEditorLogicManager.SetVertex | ( | List< int > | vertexIndex, |
Vector3 | position | ||
) |
Definition at line 28 of file ModelEditorLogicManager.cs.
GameObject ModelEditorLogicManager.currentModel |
Definition at line 24 of file ModelEditorLogicManager.cs.
|
static |
Definition at line 13 of file ModelEditorLogicManager.cs.