Search Results for

    Show / Hide Table of Contents

    Struct CrowdData.Baked

    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
    [Serializable]
    public struct CrowdData.Baked

    Fields

    | Improve this Doc View Source

    Height

    Baked data height.

    Declaration
    [Tooltip("Baked data height.")]
    [SerializeField]
    public int Height
    Field Value
    Type Description
    int
    | Improve this Doc View Source

    HeightFieldData

    Baked height field.

    Declaration
    [Tooltip("Baked height field.")]
    [SerializeField]
    public float[] HeightFieldData
    Field Value
    Type Description
    float[]
    | Improve this Doc View Source

    ObstacleFieldData

    Baked obstacle field: Zero represents a non-occluded cell, a positive number indicates multiple occlusions on a single cell, and a negative number is invalid.

    Declaration
    [Tooltip("Baked obstacle field: Zero represents a non-occluded cell, a positive number indicates multiple occlusions on a single cell, and a negative number is invalid.")]
    [SerializeField]
    public int[] ObstacleFieldData
    Field Value
    Type Description
    int[]
    | Improve this Doc View Source

    Width

    Baked data width.

    Declaration
    [Tooltip("Baked data width.")]
    [SerializeField]
    public int Width
    Field Value
    Type Description
    int

    Methods

    | Improve this Doc View Source

    Validate()

    Returns error

    Declaration
    public void Validate()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX