MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetMeshResPath

Method SetMeshResPath

trinity/Eve/SpaceObject/Attachments/EveTrailsSet.cpp:111–117  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Set a new geometry path from the outside. This will trigger an initialize of the new geometry resource! Arguments: path - gr2 res path --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

109// path - gr2 res path
110// --------------------------------------------------------------------------------------
111void 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:

Callers 4

CreateMeshMethod · 0.45
CreateInstancedMeshMethod · 0.45
SetupImpactEffectsMethod · 0.45
SetupBoostersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected