MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SceneObject

Method SceneObject

Source/Engine/Level/SceneObject.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23SceneObject::SceneObject(const SpawnParams& params)
24 : Base(params)
25 , _parent(nullptr)
26 , _prefabID(Guid::Empty)
27 , _prefabObjectID(Guid::Empty)
28{
29}
30
31SceneObject::~SceneObject()
32{

Callers 7

WriteObjectToBytesFunction · 0.45
ToBytesMethod · 0.45
ToJsonMethod · 0.45
saveSceneMethod · 0.45
SerializeObjectsMethod · 0.45
ApplyAllInternalMethod · 0.45
CreatePrefabMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected