Table of Contents
Extensions for Entities
public static class EntityExt
Inheritance System.Object EntityExt
Get the DisplayNode for this Entity
public static DisplayNode GetDisplayNode(this Entity entity);
entity
Il2CppAssets.Scripts.Simulation.Objects.Entity
Il2CppAssets.Scripts.Simulation.Display.DisplayNode
Return the Factory that creates Entities
public static Factory<Entity> GetFactory(this Entity entity);
entity
Il2CppAssets.Scripts.Simulation.Objects.Entity
Il2CppAssets.Scripts.Simulation.Factory.Factory
Get the UnityDisplayNode for this Entity
public static UnityDisplayNode GetUnityDisplayNode(this Entity entity);
entity
Il2CppAssets.Scripts.Simulation.Objects.Entity