Search Results for

    Show / Hide Table of Contents

    Struct CrowdData.ObjectCollection

    Settings that define objects that will be collected for crowd surface data baking.

    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.ObjectCollection

    Fields

    | Improve this Doc View Source

    Geometry

    Defines the collected objects geometry.

    Declaration
    [Tooltip("Defines the collected objects geometry.")]
    public CrowdData.ObjectCollectionGeometry Geometry
    Field Value
    Type Description
    CrowdData.ObjectCollectionGeometry
    | Improve this Doc View Source

    Layers

    Objects with specified layer will be included.

    Declaration
    [Tooltip("Objects with specified layer will be included.")]
    public LayerMask Layers
    Field Value
    Type Description
    LayerMask

    Properties

    | Improve this Doc View Source

    Default

    Settings that define objects that will be collected for crowd surface data baking.

    Declaration
    public static CrowdData.ObjectCollection Default { get; }
    Property Value
    Type Description
    CrowdData.ObjectCollection
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX