Search Results for

    Show / Hide Table of Contents

    Struct BirdLocomotion

    Agent's locomotion that moves towards destination with arrival.

    Implements
    IComponentData
    IQueryTypeParameter
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct BirdLocomotion : IComponentData, IQueryTypeParameter

    Fields

    | Improve this Doc View Source

    Acceleration

    The maximum acceleration of an agent as it follows a path, given in units / sec^2.

    Declaration
    public float Acceleration
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    AngularSpeed

    Maximum turning speed in (rad/s) while following a path.

    Declaration
    public float AngularSpeed
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    AutoBreaking

    Should the agent brake automatically to avoid overshooting the destination point?

    Declaration
    public bool AutoBreaking
    Field Value
    Type Description
    bool
    | Improve this Doc View Source

    Speed

    Maximum movement speed when moving to destination.

    Declaration
    public float Speed
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    StoppingDistance

    Stop within this distance from the target position.

    Declaration
    public float StoppingDistance
    Field Value
    Type Description
    float

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

    Declaration
    public static BirdLocomotion Default { get; }
    Property Value
    Type Description
    BirdLocomotion

    Implements

    Unity.Entities.IComponentData
    Unity.Entities.IQueryTypeParameter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX