Loading...
Searching...
No Matches
realvirtual.LogicStep_StartDriveTo Class Reference
Logic step that starts a drive movement to a target position without waiting for completion. More...
Inheritance diagram for realvirtual.LogicStep_StartDriveTo:
Public Attributes | |
| Drive | drive |
| The drive component to control. | |
| float | Destination |
| Target position for the drive movement. | |
| bool | Relative |
| If true, the destination is relative to current position. | |
| DriveToDirection | Direction |
| Movement direction for continuous rotation drives. | |
| bool | LiveEdit |
| Enables live preview of the target position in editor. | |
Public Attributes inherited from realvirtual.LogicStep | |
| string | Name |
| Name identifier for this logic step, used for jumps and debugging. | |
| float | State |
| Current execution state as percentage (0-100) | |
| bool | StepActive |
| True when this step is currently executing. | |
| bool | IsWaiting |
| True when this step is waiting for a condition. | |
| bool | IsContainer |
| True if this step is a container for other steps. | |
Protected Member Functions | |
| new bool | NonBlocking () |
| override void | OnStarted () |
Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () |
| virtual void | OnStartInit () |
| void | NextStep () |
| bool | NonBlocking () |
| void | NextStep (string name) |
| void | Start () |
Additional Inherited Members | |
Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () |
| Starts the execution of this logic step. | |
Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that starts a drive movement to a target position without waiting for completion.
For 360° continuous rotation drives, the Direction option allows specifying the movement direction.
Member Data Documentation
◆ Destination
| float realvirtual.LogicStep_StartDriveTo.Destination |
Target position for the drive movement.
◆ Direction
| DriveToDirection realvirtual.LogicStep_StartDriveTo.Direction |
Movement direction for continuous rotation drives.
◆ drive
| Drive realvirtual.LogicStep_StartDriveTo.drive |
The drive component to control.
◆ LiveEdit
| bool realvirtual.LogicStep_StartDriveTo.LiveEdit |
Enables live preview of the target position in editor.
◆ Relative
| bool realvirtual.LogicStep_StartDriveTo.Relative |
If true, the destination is relative to current position.
Public Attributes inherited from