Search Results for

    Show / Hide Table of Contents

    Class ColliderSubSettings

    Inheritance
    object
    ColliderSubSettings
    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 ColliderSubSettings : ISubSettings

    Properties

    | Improve this Doc View Source

    Iterations

    The number of iterations per frame for resolving collisions will be determined. A higher number will result in more accurate collision resolution, but it will also incur a greater performance cost.

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

    Implements

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