MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / remove

Method remove

samples/SampleBase/scene/SceneController.cpp:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805
806private:
807 void remove()
808 {
809 m_scene.getBlastController().removeFamily(m_actor);
810 m_actor = nullptr;
811 }
812
813 void spawn()
814 {

Callers 3

AddControllerToFrontMethod · 0.45
AddControllerToBackMethod · 0.45
RemoveControllerMethod · 0.45

Calls 1

removeFamilyMethod · 0.45

Tested by

no test coverage detected