Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    NavigationAgentSettings Class

    Namespace: Stride.Navigation
    Assembly: 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

    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation