Search Results for

    Show / Hide Table of Contents

    Class SpatialPartitioningSubSettings

    Inheritance
    object
    SpatialPartitioningSubSettings
    Implements
    ISubSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    [Serializable]
    public class SpatialPartitioningSubSettings : ISubSettings

    Properties

    | Improve this Doc View Source

    CellSize

    The size of single cell.

    Declaration
    public float3 CellSize { get; }
    Property Value
    Type Description
    float3
    | Improve this Doc View Source

    LayerNames

    Declaration
    public string[] LayerNames { get; }
    Property Value
    Type Description
    string[]
    | Improve this Doc View Source

    QueryCapacity

    The maximum number of nearby neighbors to be included in the avoidance/collision systems will be determined.

    Declaration
    public int QueryCapacity { get; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    QueryChecks

    The maximum number of nearby neighbors will be checked to find closest.

    Declaration
    public int QueryChecks { get; }
    Property Value
    Type Description
    int

    Implements

    ISubSettings
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX