Search Results for

    Show / Hide Table of Contents

    Struct CrowdGroup

    Crowd group settings.

    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 CrowdGroup : IComponentData, IQueryTypeParameter

    Fields

    | Improve this Doc View Source

    CostWeights

    Controls the cost weights of constructing crowd flow fields.

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

    GoalSource

    Source from which crowd will get goal.

    Declaration
    public CrowdGoalSource GoalSource
    Field Value
    Type Description
    CrowdGoalSource
    | Improve this Doc View Source

    Grounded

    Maximum distance that will be used when attempting to map the agent's position or destination onto surface. The higher the value, the bigger the performance cost.

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

    MappingRadius

    Maximum distance that will be used when attempting to map the agent's position or destination onto surface. The higher the value, the bigger the performance cost.

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

    Speed

    Crowd group speed settings.

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

    Surface

    Entity that contains CrowdSurface and CrowdSurfaceWorld.

    Declaration
    public Entity Surface
    Field Value
    Type Description
    Entity

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Implements

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