Click or drag to resize

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
Syntax
C#
public void ResetTransitionConstraint(
	T fromState
)
Request Example View Source

Parameters

fromState
Type: T
The source state to clear the transitions for.
See Also