Struct TaskRef | Kinematica | 0.5.0-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Struct TaskRef

    Generic reference to a task.

    Namespace: Unity.Kinematica
    Syntax
    public struct TaskRef

    Methods

    Cast<TaskType>()

    Cast operation from a generic reference to a typed task reference.

    Declaration
    public TaskType Cast<TaskType>()
        where TaskType : struct, Task
    Returns
    Type Description
    TaskType

    Typed reference to the task.

    Type Parameters
    Name Description
    TaskType
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX