Class NavigationMeshGroup
- Namespace
- Stride.Navigation
- Assembly
- Stride.Navigation.dll
A group that is used to distinguish between different agent types with it's Id used at run-time to acquire the navigation mesh for a group
[DataContract]
[ObjectFactory(typeof(NavigationMeshGroupFactory))]
public class NavigationMeshGroup : IIdentifiable
- Inheritance
-
NavigationMeshGroup
- Implements
Fields
AgentSettings
Agent settings for this group
[DataMember(5)]
public NavigationAgentSettings AgentSettings
Field Value
Properties
Id
Gets the id of this instance
[DataMember(-10)]
[Display(null, null, Browsable = false)]
public Guid Id { get; set; }
Property Value
Name
Display name
[DataMember(0)]
public string Name { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.