NavigationAgentSettings Class
Namespace: Stride.NavigationAssembly: Stride.Navigation.dll
Navigation agent
                 System.Object →  
                NavigationAgentSettings
              
              
                 Derived from NavigationAgentSettings: 
              
              
              
[DataContract]
[ObjectFactory(typeof(NavigationAgentSettingsFactory))]
public class NavigationAgentSettings
              | Name | Description | |
|---|---|---|
| Fields | ||
| Height | Height of the actor  | 
                          |
| MaxClimb | Maximum vertical distance this agent can climb  | 
                          |
| MaxSlope | Maximum slope angle this agent can climb  | 
                          |
| Radius | Radius of the actor  | 
                          |
Fields
Height
Height of the actor
[DataMember(0)]
[DataMemberRange(0, 3)]
public float Height
              Field Value
| Type | Description | 
|---|---|
| System.Single | 
MaxClimb
Maximum vertical distance this agent can climb
[DataMember(1)]
[Display("Maximum climb height", null)]
[DataMemberRange(0, 3)]
public float MaxClimb
              Field Value
| Type | Description | 
|---|---|
| System.Single | 
MaxSlope
Maximum slope angle this agent can climb
[Display("Maximum slope", null)]
[DataMember(2)]
public AngleSingle MaxSlope
              Field Value
| Type | Description | 
|---|---|
| AngleSingle | 
Radius
Radius of the actor
[DataMember(3)]
[DataMemberRange(0, 3)]
public float Radius
              Field Value
| Type | Description | 
|---|---|
| System.Single |