Class Tolerance | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Tolerance

    Inheritance
    System.Object
    Tolerance
    Namespace: Unity.UIWidgets.physics
    Syntax
    public class Tolerance

    Constructors

    Tolerance(Single, Single, Single)

    Declaration
    public Tolerance(float distance = 0.001F, float time = 0.001F, float velocity = 0.001F)
    Parameters
    Type Name Description
    System.Single distance
    System.Single time
    System.Single velocity

    Fields

    defaultTolerance

    Declaration
    public static readonly Tolerance defaultTolerance
    Field Value
    Type Description
    Tolerance

    distance

    Declaration
    public readonly float distance
    Field Value
    Type Description
    System.Single

    time

    Declaration
    public readonly float time
    Field Value
    Type Description
    System.Single

    velocity

    Declaration
    public readonly float velocity
    Field Value
    Type Description
    System.Single

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023