MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / exportEntity

Function exportEntity

Components/SceneFormat/include/OgreSceneFormatBase.h:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 virtual bool exportMesh( const v1::Mesh *mesh ) { return true; }
144 virtual bool exportItem( const Item *item ) { return true; }
145 virtual bool exportEntity( const v1::Entity *entity ) { return true; }
146 virtual bool exportLight( const Light *light ) { return true; }
147 virtual bool exportDecal( const Decal *decal ) { return true; }
148 };

Callers 1

_exportSceneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected