Search Results for

    Show / Hide Table of Contents

    Struct AgentSeparation

    Agent separation from nearby agents.

    Implements
    IComponentData
    IQueryTypeParameter
    IEnableableComponent
    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 AgentSeparation : IComponentData, IQueryTypeParameter, IEnableableComponent

    Fields

    | Improve this Doc View Source

    Layers

    Agent separation from nearby agents.

    Declaration
    public NavigationLayers Layers
    Field Value
    Type Description
    NavigationLayers
    | Improve this Doc View Source

    Radius

    Radius at which agent will attempt separate from each other.

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

    Weight

    The weight of the separation force.

    Declaration
    public float Weight
    Field Value
    Type Description
    float

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Implements

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