Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetScenesCount
Function
GetScenesCount
Source/Engine/Level/Level.h:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
/// Gets the scenes count.
118
/// </summary>
119
API_PROPERTY() static int32 GetScenesCount()
120
{
121
return Scenes.Count();
122
}
123
124
/// <summary>
125
/// Gets the scene.
Callers
1
GetScene
Function · 0.85
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected