Search Results for

    Show / Hide Table of Contents

    Struct CrowdObstacle

    Obstacle volume of crowd agents.

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

    Fields

    | Improve this Doc View Source

    Size

    The size of the obstacle.

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

    Type

    The shape of the obstacle.

    Declaration
    public CrowdObstacleType Type
    Field Value
    Type Description
    CrowdObstacleType

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Implements

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