Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetActor
Method
SetActor
Source/Engine/Scripting/Script.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void Script::SetActor(Actor* value)
77
{
78
SetParent(value, true);
79
}
80
81
void Script::SetParent(Actor* value, bool canBreakPrefabLink)
82
{
Callers
nothing calls this directly
Calls
1
SetParent
Function · 0.85
Tested by
no test coverage detected