PrefabLibrary.GetAll() Method
Definition¶
Namespace: Brine2D.ECS
Gets all registered prefabs.
public System.Collections.Generic.IReadOnlyDictionary<string,Brine2D.ECS.EntityPrefab> GetAll();
Returns¶
System.Collections.Generic.IReadOnlyDictionary<System.String,EntityPrefab>