docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Solver

    A static class that exposes Solver configuration structures.

    Inheritance
    object
    Solver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Physics
    Assembly: Unity.Physics.dll
    Syntax
    public static class Solver

    Methods

    CalculateInvTimeStep(float)

    Takes the timestep in ms and returns the inverse of the timestep (frequency) in Hz.

    Declaration
    public static float CalculateInvTimeStep(float timeStep)
    Parameters
    Type Name Description
    float timeStep

    The time step in ms.

    Returns
    Type Description
    float

    The frequency in Hz.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)