Field Loading
Game code should set this to LoadingActive if the prefab is currently being loaded. The collection system will set it to LoadingNotActive every frame, so game code must reset it to LoadingActive every frame the prefab is still loading.
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public GhostCollectionPrefab.LoadingState Loading
Returns
Type | Description |
---|---|
GhostCollectionPrefab.LoadingState |