Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
806
private:
807
void remove()
808
{
809
m_scene.getBlastController().removeFamily(m_actor);
810
m_actor = nullptr;
811
}
812
813
void spawn()
814
{
Callers
3
AddControllerToFront
Method · 0.45
AddControllerToBack
Method · 0.45
RemoveController
Method · 0.45
Calls
1
removeFamily
Method · 0.45
Tested by
no test coverage detected