SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class TransformCommand

    Inheritance
    System.Object
    CommandNode
    TransformCommand
    Implements
    ICommand
    Inherited Members
    CommandNode.Name
    CommandNode.IsAsyncCommand
    Namespace: SF.CommandModule
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class TransformCommand : CommandNode, ICommand

    Constructors

    TransformCommand()

    Declaration
    public TransformCommand()

    TransformCommand(Transform)

    Declaration
    public TransformCommand(Transform transform)
    Parameters
    Type Name Description
    Transform transform

    Fields

    _transform

    Declaration
    public Transform _transform
    Field Value
    Type Description
    Transform

    Duration

    Declaration
    public float Duration
    Field Value
    Type Description
    System.Single

    DurationRemaining

    Declaration
    public float DurationRemaining
    Field Value
    Type Description
    System.Single

    FollowType

    Declaration
    public MovementFollowType FollowType
    Field Value
    Type Description
    MovementFollowType

    MovementAmount

    Declaration
    public Vector3 MovementAmount
    Field Value
    Type Description
    Vector3

    Methods

    MoveLinear()

    Declaration
    public async Awaitable MoveLinear()
    Returns
    Type Description
    Awaitable

    StartMove()

    Declaration
    public async Awaitable StartMove()
    Returns
    Type Description
    Awaitable

    Use()

    Declaration
    public override async Awaitable Use()
    Returns
    Type Description
    Awaitable
    Overrides
    CommandNode.Use()

    Implements

    ICommand
    In This Article
    Back to top Generated by DocFX