Add NavMesh Modifier Volume actor type

This commit is contained in:
Wojtek Figat
2021-01-15 16:46:40 +01:00
parent 070faf12da
commit 01a30faa62
8 changed files with 151 additions and 8 deletions

View File

@@ -165,7 +165,8 @@ namespace FlaxEditor.Windows
groupOther.AddChild(CreateActorItem("Empty Actor", typeof(EmptyActor)));
groupOther.AddChild(CreateActorItem("Scene Animation", typeof(SceneAnimationPlayer)));
groupOther.AddChild(CreateActorItem("Nav Mesh Bounds Volume", typeof(NavMeshBoundsVolume)));
groupOther.AddChild(CreateActorItem("Nav Mesh Link", typeof(NavLink)));
groupOther.AddChild(CreateActorItem("Nav Link", typeof(NavLink)));
groupOther.AddChild(CreateActorItem("Nav Modifier Volume", typeof(NavModifierVolume)));
var groupGui = CreateGroupWithList(actorGroups, "GUI");
groupGui.AddChild(CreateActorItem("UI Control", typeof(UIControl)));