Add **Behavior Tree** asset type and editing
This commit is contained in:
@@ -68,9 +68,14 @@ namespace FlaxEditor.Surface
|
||||
/// </summary>
|
||||
NoSpawnViaPaste = 512,
|
||||
|
||||
/// <summary>
|
||||
/// Node can be used in the Behavior Tree graphs.
|
||||
/// </summary>
|
||||
BehaviorTreeGraph = 1024,
|
||||
|
||||
/// <summary>
|
||||
/// Node can be used in the all visual graphs.
|
||||
/// </summary>
|
||||
AllGraphs = MaterialGraph | ParticleEmitterGraph | AnimGraph | VisualScriptGraph,
|
||||
AllGraphs = MaterialGraph | ParticleEmitterGraph | AnimGraph | VisualScriptGraph | BehaviorTreeGraph,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user