Search Results for

    Show / Hide Table of Contents

    Struct DepthSurface

    Depth surface settings.

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

    Fields

    | Improve this Doc View Source

    Height

    Cell count vertically.

    Declaration
    public int Height
    Field Value
    Type Description
    int
    | Improve this Doc View Source

    Layers

    Depth surface settings.

    Declaration
    public LayerMask Layers
    Field Value
    Type Description
    LayerMask
    | Improve this Doc View Source

    Size

    World space size.

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

    Width

    Cell count horizontally.

    Declaration
    public int Width
    Field Value
    Type Description
    int

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

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

    Implements

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