Class ActorFlowGraphSubsystem
[InitializeOnWorldCreate]
public class ActorFlowGraphSubsystem : WorldSubsystem
- Inheritance
-
ActorFlowGraphSubsystem
- Inherited Members
Constructors
ActorFlowGraphSubsystem()
public ActorFlowGraphSubsystem()
Methods
Get()
public static ActorFlowGraphSubsystem Get()
Returns
GetFlowGraphAsset(string)
public FlowGraphAsset GetFlowGraphAsset(string address)
Parameters
addressstring
Returns
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()