docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IJacobiansJobExtensions

    The jacobians job extensions.

    Inheritance
    object
    IJacobiansJobExtensions
    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 IJacobiansJobExtensions

    Methods

    EarlyJobInit<T>()

    Early job initialize.

    Declaration
    public static void EarlyJobInit<T>() where T : struct, IJacobiansJobBase
    Type Parameters
    Name Description
    T

    Generic type parameter.

    Schedule<T>(T, SimulationSingleton, ref PhysicsWorld, JobHandle)

    Default Schedule() implementation for IJacobiansJob.

    Declaration
    public static JobHandle Schedule<T>(this T jobData, SimulationSingleton simulationSingleton, ref PhysicsWorld world, JobHandle inputDeps) where T : struct, IJacobiansJobBase
    Parameters
    Type Name Description
    T jobData

    The jobData to act on.

    SimulationSingleton simulationSingleton

    The simulation singleton.

    PhysicsWorld world

    [in,out] The world.

    JobHandle inputDeps

    The input deps.

    Returns
    Type Description
    JobHandle

    A JobHandle.

    Type Parameters
    Name Description
    T

    Generic type parameter.

    In This Article
    Back to top
    Copyright © 2024 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)