Class HookBase
Represents a hook.
public abstract class HookBase : EcsNode, IDisposable
- Inheritance
-
HookBase
- Implements
- Derived
- Inherited Members
Constructors
HookBase(bool)
protected HookBase(bool hasArguments)
Parameters
hasArguments
bool
Properties
HasArguments
public bool HasArguments { get; }
Property Value
Kind
public override EcsNodeKind Kind { get; }
Property Value
Methods
Clear(Entity)
public abstract void Clear(Entity sender)
Parameters
sender
Entity