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

Function GetScene

Source/Engine/Level/Level.h:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 /// <param name="index">The index.</param>
128 /// <returns>The scene object (loaded).</returns>
129 API_FUNCTION() static Scene* GetScene(int32 index)
130 {
131 CHECK_RETURN(index < GetScenesCount(), nullptr);
132 return Scenes[index];
133 }
134
135public:
136 /// <summary>

Callers 15

OnEnableMethod · 0.85
OnDisableMethod · 0.85
OnEnableMethod · 0.85
OnDisableMethod · 0.85
SaveNavMeshMethod · 0.85
OnEnableMethod · 0.85
OnDisableMethod · 0.85
InitializeMethod · 0.85
OnEnableMethod · 0.85
OnDisableMethod · 0.85
OnBoundsChangedMethod · 0.85
OnEnableMethod · 0.85

Calls 1

GetScenesCountFunction · 0.85

Tested by

no test coverage detected