Search Results for

    Show / Hide Table of Contents

    Struct CrowdDiscomfortSplat

    Implements
    ICleanupComponentData
    IComponentData
    IQueryTypeParameter
    IEquatable<CrowdDiscomfortSplat>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct CrowdDiscomfortSplat : ICleanupComponentData, IComponentData, IQueryTypeParameter, IEquatable<CrowdDiscomfortSplat>

    Fields

    | Improve this Doc View Source

    Gradient

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

    Position

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

    Size

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

    Type

    Declaration
    public CrowdDiscomfortType Type
    Field Value
    Type Description
    CrowdDiscomfortType

    Methods

    | Improve this Doc View Source

    Equals(CrowdDiscomfortSplat)

    Declaration
    public bool Equals(CrowdDiscomfortSplat other)
    Parameters
    Type Name Description
    CrowdDiscomfortSplat other
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    Equals(object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Operators

    | Improve this Doc View Source

    operator ==(in CrowdDiscomfortSplat, in CrowdDiscomfortSplat)

    Declaration
    public static bool operator ==(in CrowdDiscomfortSplat lhs, in CrowdDiscomfortSplat rhs)
    Parameters
    Type Name Description
    CrowdDiscomfortSplat lhs
    CrowdDiscomfortSplat rhs
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    operator !=(in CrowdDiscomfortSplat, in CrowdDiscomfortSplat)

    Declaration
    public static bool operator !=(in CrowdDiscomfortSplat lhs, in CrowdDiscomfortSplat rhs)
    Parameters
    Type Name Description
    CrowdDiscomfortSplat lhs
    CrowdDiscomfortSplat rhs
    Returns
    Type Description
    bool

    Implements

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