SimpleStateMachineTResetTransitionConstraint Method |
Clears the transitions for the source state if any.
Namespace:
KSPDev.ProcessingUtils
Assembly:
KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntaxpublic void ResetTransitionConstraint(
T fromState
)
Request Example
View SourceParameters
- fromState
- Type: T
The source state to clear the transitions for.
See Also