Table of Contents

Class ActorFlowGraphSubsystem

Namespace
Ceres.Gameplay
Assembly
Ceres.Gameplay.dll
[InitializeOnWorldCreate]
public class ActorFlowGraphSubsystem : WorldSubsystem
Inheritance
ActorFlowGraphSubsystem
Inherited Members

Constructors

ActorFlowGraphSubsystem()

public ActorFlowGraphSubsystem()

Methods

Get()

public static ActorFlowGraphSubsystem Get()

Returns

ActorFlowGraphSubsystem

GetFlowGraphAsset(string)

public FlowGraphAsset GetFlowGraphAsset(string address)

Parameters

address string

Returns

FlowGraphAsset

Initialize()

Subsystem initialize phase, should bind callbacks and collect references in this phase

protected override void Initialize()

Release()

Subsystem release phase, should unbind callbacks and release references in this phase

protected override void Release()