Loading...
Searching...
No Matches
Public Member Functions |
Public Attributes |
Protected Member Functions |
Properties |
List of all members  
  realvirtual.LogicStep_SerialContainer Class Reference
Inheritance diagram for realvirtual.LogicStep_SerialContainer:
 
  
| Public Member Functions | |
| void | RefreshChildSteps () | 
| void | OnSerialStepFinished (LogicStep step) | 
| void | FixedUpdate () | 
| bool | IsCycleTimeTracking () | 
| void | ResetCycleStatistics () | 
|  Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () | 
| Starts the execution of this logic step. | |
| Public Attributes | |
| bool | AutoLoop | 
| If true, the container will automatically restart after all steps complete. | |
| int | ActiveLogicStep | 
| int | NumberLogicSteps | 
|  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 | |
| override void | OnStartInit () | 
| override void | OnStarted () | 
|  Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () | 
| void | NextStep () | 
| bool | NonBlocking () | 
| void | NextStep (string name) | 
| void | Start () | 
| Properties | |
| float | MinCycleTime  [get] | 
| float | MaxCycleTime  [get] | 
| float | MedianCycleTime  [get] | 
| int | CompletedCycles  [get] | 
|  Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo  [get] | 
Member Function Documentation
◆ OnStartInit()
| 
 | protectedvirtual | 
Reimplemented from realvirtual.LogicStep.
Member Data Documentation
◆ AutoLoop
| bool realvirtual.LogicStep_SerialContainer.AutoLoop | 
If true, the container will automatically restart after all steps complete.