Class TransformCommand
Inheritance
System.Object
TransformCommand
Assembly: cs.temp.dll.dll
[Serializable]
public class TransformCommand : CommandNode, ICommand
Constructors
Declaration
public TransformCommand()
Declaration
public TransformCommand(Transform transform)
Parameters
| Type |
Name |
Description |
| Transform |
transform |
|
Fields
Declaration
public Transform _transform
Field Value
| Type |
Description |
| Transform |
|
Declaration
Field Value
| Type |
Description |
| System.Single |
|
DurationRemaining
Declaration
public float DurationRemaining
Field Value
| Type |
Description |
| System.Single |
|
Declaration
public MovementFollowType FollowType
Field Value
Declaration
public Vector3 MovementAmount
Field Value
Methods
Declaration
public async Awaitable MoveLinear()
Returns
| Type |
Description |
| Awaitable |
|
Declaration
public async Awaitable StartMove()
Returns
| Type |
Description |
| Awaitable |
|
Declaration
public override async Awaitable Use()
Returns
| Type |
Description |
| Awaitable |
|
Overrides
Implements