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