Search Results for

    Show / Hide Table of Contents

    Struct CrowdSurface

    Crowd surface 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 CrowdSurface : IComponentData, IQueryTypeParameter

    Fields

    | Improve this Doc View Source

    Density

    Crowd group density settings.

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

    Height

    Cell count vertically.

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

    Layers

    Crowd surface settings.

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

    Size

    World space size.

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

    Slope

    Crowd group slope settings.

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

    Width

    Cell count horizontally.

    Declaration
    public int Width
    Field Value
    Type Description
    int

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Implements

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