| 61 | } |
| 62 | |
| 63 | bool VPathEditor::onAdd( void ) |
| 64 | { |
| 65 | if ( !Parent::onAdd() ) |
| 66 | { |
| 67 | return false; |
| 68 | } |
| 69 | |
| 70 | // Assign Gizmo Name. |
| 71 | mGizmo->assignName( "VPathEditorGizmo" ); |
| 72 | |
| 73 | return true; |
| 74 | } |
| 75 | |
| 76 | bool VPathEditor::onWake( void ) |
| 77 | { |
nothing calls this directly
no test coverage detected