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

Method doSet

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

Source from the content-addressed store, hash-verified

1494 static_cast<const ParticleSystem *>( target )->getCullIndividually() );
1495 }
1496 void ParticleSystem::CmdCull::doSet( void *target, const String &val )
1497 {
1498 static_cast<ParticleSystem *>( target )->setCullIndividually(
1499 StringConverter::parseBool( val ) );
1500 }
1501 //-----------------------------------------------------------------------
1502 String ParticleSystem::CmdHeight::doGet( const void *target ) const
1503 {

Callers

nothing calls this directly

Calls 11

setParticleQuotaMethod · 0.80
setRendererMethod · 0.80
setSortingEnabledMethod · 0.80
setIterationIntervalMethod · 0.80
setCullIndividuallyMethod · 0.45
setDefaultHeightMethod · 0.45
setDefaultWidthMethod · 0.45
setMaterialNameMethod · 0.45

Tested by

no test coverage detected