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

Method AddOverlayEffect

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2925–2928  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Add a new overlayEffect to the space object --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2923// Add a new overlayEffect to the space object
2924// --------------------------------------------------------------------------------
2925void EveSpaceObject2::AddOverlayEffect( EveMeshOverlayEffectPtr newOverlayEffect )
2926{
2927 this->m_overlayEffects.Append( newOverlayEffect->GetRawRoot() );
2928}
2929
2930// --------------------------------------------------------------------------------
2931// Description:

Callers 1

LoadOverlayMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected