Class EntityAction
Base type for IEntity related actions
Inheritance
EntityAction
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class EntityAction : IAction
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Type | Description |
---|---|
Type[] |
Properties
Entity
Declaration
public IEntity Entity { get; set; }
Property Value
Type | Description |
---|---|
IEntity |
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
ResetAction()
Declaration
public virtual void ResetAction()