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

    Struct PushTask

    The push task injects a referenced time index into the pose stream of the motion synthesizer.

    Namespace: Unity.Kinematica
    Syntax
    [Data("Push", "#2A3756", DataType.Flag.None)]
    public struct PushTask : Task

    Methods

    Execute()

    Execute method for the push task.

    Declaration
    public Result Execute()
    Returns
    Type Description
    Result

    Returns true if the time index is valid; false otherwise.

    Implements
    Task.Execute()
    Remarks

    The push task injects a referenced time index into the pose stream of the motion synthesizer.

    ExecuteSelf(ref TaskRef)

    Surrogate method for automatic task execution.

    Declaration
    public static Result ExecuteSelf(ref TaskRef self)
    Parameters
    Type Name Description
    TaskRef self

    Task reference that is supposed to be executed.

    Returns
    Type Description
    Result

    Result of the task execution.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX