Table of Contents

Class HookBase

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

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

bool

Kind

public override EcsNodeKind Kind { get; }

Property Value

EcsNodeKind

Methods

Clear(Entity)

public abstract void Clear(Entity sender)

Parameters

sender Entity