Search Results for

    Show / Hide Table of Contents

    Struct CrowdDiscomfort

    Discomfort volume of crowd 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 CrowdDiscomfort : IComponentData, IQueryTypeParameter, IEnableableComponent

    Fields

    | Improve this Doc View Source

    Gradient

    The gradient of discomfort. The x-component represents the discomfort value at the center of the shape, and the y-component represents it at the edge

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

    Size

    The size of the discomfort.

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

    Type

    The shape of the discomfort.

    Declaration
    public CrowdDiscomfortType Type
    Field Value
    Type Description
    CrowdDiscomfortType

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    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