docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SimulationJobHandles

    Result of ISimulation.ScheduleStepJobs()

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Physics
    Assembly: Unity.Physics.dll
    Syntax
    public struct SimulationJobHandles

    Constructors

    SimulationJobHandles(JobHandle)

    Constructor.

    Declaration
    public SimulationJobHandles(JobHandle handle)
    Parameters
    Type Name Description
    JobHandle handle

    The handle.

    Fields

    FinalDisposeHandle

    Final handle. Includes dispose jobs

    Declaration
    public JobHandle FinalDisposeHandle
    Field Value
    Type Description
    JobHandle

    FinalExecutionHandle

    Final execution handle. Does not include dispose jobs.

    Declaration
    public JobHandle FinalExecutionHandle
    Field Value
    Type Description
    JobHandle
    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)