Search Results for

    Show / Hide Table of Contents

    Enum AgentMotionType

    Namespace: ProjectDawn.Navigation.Hybrid
    Assembly: ProjectDawn.Navigation.Hybrid.dll
    Syntax
    public enum AgentMotionType

    Fields

    Name Description
    DefaultLocomotion

    Agent is dynamic. It's entity will have have AgentBody and AgentLocomotion components.

    Dynamic

    Agent is dynamic. It's entity will not have AgentSteering component.

    Static

    Agent is static. It's entity will not have AgentBody and AgentSteering components.

    Steering

    Agent is dynamic. It's entity will have have AgentBody and AgentSteering components.

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