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

Method SetCastsShadow

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2210–2213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208}
2209
2210void EveSpaceObject2::SetCastsShadow( bool castShadow )
2211{
2212 m_castShadow = castShadow;
2213}
2214
2215void EveSpaceObject2::PlayAnimation( const char* animName, bool replace, int loopCount, float delay, float speed, Be::OptionalWithDefaultValue<bool, true> clearWhenDone )
2216{

Callers 2

SetupMeshMethod · 0.45
AddMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected