NavigationMeshGroup Class
Namespace: Stride.NavigationAssembly: 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
                 System.Object →  
                NavigationMeshGroup
              
              
                 Derived from NavigationMeshGroup: 
              
              
              
[DataContract]
[ObjectFactory(typeof(NavigationMeshGroupFactory))]
public class NavigationMeshGroup : IIdentifiable
              | Name | Description | |
|---|---|---|
| Fields | ||
| AgentSettings | Agent settings for this group  | 
                          |
| Properties | ||
| Id | ||
| Name | Display name  | 
                          |
| Methods | ||
| ToString() | ||
Fields
AgentSettings
Agent settings for this group
[DataMember(5)]
public NavigationAgentSettings AgentSettings
              Field Value
| Type | Description | 
|---|---|
| NavigationAgentSettings | 
Properties
Id
[DataMember(-10)]
[Display(null, null, Browsable = false)]
public Guid Id { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Name
Display name
[DataMember(0)]
public string Name { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
public override string ToString()
              Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()