Class EntitySelectionProxy
Inheritance
System.Object
EntitySelectionProxy
Syntax
public class EntitySelectionProxy : ScriptableObject
Properties
Container
Declaration
public EntityContainer Container { get; }
Property Value
Entity
Declaration
public Entity Entity { get; }
Property Value
EntityManager
Declaration
public EntityManager EntityManager { get; }
Property Value
Exists
Declaration
public bool Exists { get; }
Property Value
Type |
Description |
System.Boolean |
|
World
Declaration
public World World { get; }
Property Value
Methods
OnEntityControlDoubleClick(Entity)
Declaration
public void OnEntityControlDoubleClick(Entity entity)
Parameters
Type |
Name |
Description |
Entity |
entity |
|
SetEntity(World, Entity)
Declaration
public void SetEntity(World world, Entity entity)
Parameters
Events
EntityControlDoubleClick
Declaration
public event EntitySelectionProxy.EntityControlDoubleClickHandler EntityControlDoubleClick
Event Type