StandUp
Complete API reference for StandUp, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Prototyping
Component: yes
public class StandUp extends Component
Constructors
| Signature | Description |
|---|---|
StandUp(StandUp) | Executes StandUp and returns after the underlying engine call finishes. |
StandUp(Engine) | Executes StandUp and returns after the underlying engine call finishes. |
StandUp() | Creates a new instance of StandUp. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | StandUp | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
rotationY | float | get/set | Virtual attribute exposed by getRotationY. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
lookTo(Vector3) | void | Performs the lookTo operation using the provided parameters (value). |
rotate(float) | void | Transforms or moves the object accordingly. |
rotateInSeconds(float) | void | Transforms or moves in seconds accordingly. |