![]() |
Kerbal Space Program
1.12.4
|
Public Member Functions | |
| void | SetAdvanceCondition (KFSMEventCondition condition) |
| TutorialPage (string name) | |
Public Member Functions inherited from KFSMState | |
| void | AddEvent (KFSMEvent ev) |
| bool | IsValid (KFSMEvent ev) |
| KFSMState (string name) | |
| override string | ToString () |
Public Attributes | |
| KFSMEvent | onAdvanceConditionMet |
| Callback | OnDrawContent = () => { } |
| string | windowTitle = "Tutorial Window" |
Public Attributes inherited from KFSMState | |
| int | FrameCountAtStateEnter |
| string | name |
| KFSMStateChange | OnEnter = (KFSMState fromState) => { } |
| KFSMCallback | OnFixedUpdate = () => { } |
| KFSMCallback | OnLateUpdate = () => { } |
| KFSMStateChange | OnLeave = (KFSMState toState) => { } |
| KFSMCallback | OnUpdate = () => { } |
| double | TimeAtStateEnter |
| KFSMUpdateMode | updateMode = KFSMUpdateMode.FIXEDUPDATE |
Properties | |
| MultiOptionDialog | Dialog [get, set] |
| The Tutorial Dialog UI More... | |
Properties inherited from KFSMState | |
| List< KFSMEvent > | StateEvents [get] |
Additional Inherited Members | |
Protected Attributes inherited from KFSMState | |
| List< KFSMEvent > | stateEvents |
|
inline |
|
inline |
| KFSMEvent TutorialScenario.TutorialPage.onAdvanceConditionMet |
| Callback TutorialScenario.TutorialPage.OnDrawContent = () => { } |
| string TutorialScenario.TutorialPage.windowTitle = "Tutorial Window" |
|
getset |
The Tutorial Dialog UI
1.8.7