Search Results for

    Show / Hide Table of Contents

    Struct DepthWorlds

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

    Methods

    | Improve this Doc View Source

    AddWorld(DepthWorld)

    Declaration
    public void AddWorld(DepthWorld world)
    Parameters
    Type Name Description
    DepthWorld world
    | Improve this Doc View Source

    RemoveWorld(DepthWorld)

    Declaration
    public void RemoveWorld(DepthWorld world)
    Parameters
    Type Name Description
    DepthWorld world
    | Improve this Doc View Source

    TryGetWorld(float3, out DepthWorld)

    Declaration
    public bool TryGetWorld(float3 position, out DepthWorld world)
    Parameters
    Type Name Description
    float3 position
    DepthWorld world
    Returns
    Type Description
    bool

    Implements

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