-------------------------------------------------------------------------------------- Description: Set a new geometry path from the outside. This will trigger an initialize of the new geometry resource! Arguments: path - gr2 res path --------------------------------------------------------------------------------------
| 109 | // path - gr2 res path |
| 110 | // -------------------------------------------------------------------------------------- |
| 111 | void EveTrailsSet::SetMeshResPath( const char* path ) |
| 112 | { |
| 113 | m_geometryResPath = path; |
| 114 | |
| 115 | // trigger change, this will automatically be triggered when set through python |
| 116 | OnModified( (Be::Var*)&m_geometryResPath ); |
| 117 | } |
| 118 | |
| 119 | // -------------------------------------------------------------------------------- |
| 120 | // Description: |
no outgoing calls
no test coverage detected