Table of Contents

Class ActorComponent

Namespace
Ceres.Gameplay
Assembly
Ceres.Gameplay.dll
public abstract class ActorComponent : MonoBehaviour
Inheritance
ActorComponent
Derived

Constructors

ActorComponent()

protected ActorComponent()

Methods

Awake()

protected virtual void Awake()

GetActor()

public Actor GetActor()

Returns

Actor

GetComponentType()

public Type GetComponentType()

Returns

Type

GetTActor<T>()

public T GetTActor<T>() where T : Actor

Returns

T

Type Parameters

T

RegisterActorComponent(ActorComponent, Actor)

protected static void RegisterActorComponent(ActorComponent component, Actor actor)

Parameters

component ActorComponent
actor Actor

UnregisterActor(ActorComponent, Actor)

protected static void UnregisterActor(ActorComponent component, Actor actor)

Parameters

component ActorComponent
actor Actor