Add NavMesh Modifier Volume actor type
This commit is contained in:
@@ -97,7 +97,8 @@ namespace FlaxEditor.Windows
|
||||
new KeyValuePair<string, Type>("Audio Listener", typeof(AudioListener)),
|
||||
new KeyValuePair<string, Type>("Scene Animation", typeof(SceneAnimationPlayer)),
|
||||
new KeyValuePair<string, Type>("Nav Mesh Bounds Volume", typeof(NavMeshBoundsVolume)),
|
||||
new KeyValuePair<string, Type>("Nav Mesh Link", typeof(NavLink)),
|
||||
new KeyValuePair<string, Type>("Nav Link", typeof(NavLink)),
|
||||
new KeyValuePair<string, Type>("Nav Modifier Volume", typeof(NavModifierVolume)),
|
||||
}
|
||||
},
|
||||
new ActorsGroup
|
||||
|
||||
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user