Search Results for

    Show / Hide Table of Contents

    Struct AgentCrowdPath

    Agent Crowd pathing.

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

    Fields

    | Improve this Doc View Source

    Group

    Entity that contains CrowdGroup and CrowdGroupFlow.

    Declaration
    public Entity Group
    Field Value
    Type Description
    Entity

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Methods

    | Improve this Doc View Source

    Equals(AgentCrowdPath)

    Agent Crowd pathing.

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

    GetHashCode()

    Agent Crowd pathing.

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

    Implements

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