Struct Scheduler.SolverSchedulerInfo | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct Scheduler.SolverSchedulerInfo

    Namespace: Unity.Physics
    Syntax
    public struct SolverSchedulerInfo : IDisposable

    Constructors

    SolverSchedulerInfo(Int32)

    Declaration
    public SolverSchedulerInfo(int numPhases)
    Parameters
    Type Name Description
    System.Int32 numPhases

    Properties

    NumPhases

    Declaration
    public int NumPhases { get; }
    Property Value
    Type Description
    System.Int32

    NumWorkItems

    Declaration
    public int NumWorkItems { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    FirstWorkItemsPerPhase(Int32)

    Declaration
    public int FirstWorkItemsPerPhase(int phaseId)
    Parameters
    Type Name Description
    System.Int32 phaseId
    Returns
    Type Description
    System.Int32

    NumWorkItemsPerPhase(Int32)

    Declaration
    public int NumWorkItemsPerPhase(int phaseId)
    Parameters
    Type Name Description
    System.Int32 phaseId
    Returns
    Type Description
    System.Int32

    ScheduleDisposeJob(JobHandle)

    Declaration
    public JobHandle ScheduleDisposeJob(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps
    Returns
    Type Description
    JobHandle
    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