Search Results for

    Show / Hide Table of Contents

    Struct CrowdObstacleSplat

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

    Fields

    | 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 CrowdObstacleType Type
    Field Value
    Type Description
    CrowdObstacleType

    Methods

    | Improve this Doc View Source

    Equals(CrowdObstacleSplat)

    Declaration
    public bool Equals(CrowdObstacleSplat other)
    Parameters
    Type Name Description
    CrowdObstacleSplat 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 CrowdObstacleSplat, in CrowdObstacleSplat)

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

    operator !=(in CrowdObstacleSplat, in CrowdObstacleSplat)

    Declaration
    public static bool operator !=(in CrowdObstacleSplat lhs, in CrowdObstacleSplat rhs)
    Parameters
    Type Name Description
    CrowdObstacleSplat lhs
    CrowdObstacleSplat 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