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

Method getCullIndividually

OgreMain/src/OgreParticleSystem.cpp:1141–1141  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1139 }
1140 //-----------------------------------------------------------------------
1141 bool ParticleSystem::getCullIndividually() const { return mCullIndividual; }
1142 //-----------------------------------------------------------------------
1143 void ParticleSystem::setCullIndividually( bool cullIndividual ) { mCullIndividual = cullIndividual; }
1144 //-----------------------------------------------------------------------

Callers 1

doGetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected