Click or drag to resize

SimpleStateMachineTResetTransitionConstraint Method

Clears the transitions for the source state if any.

Namespace:  KSPDev.ProcessingUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public void ResetTransitionConstraint(
	T fromState
)
Request Example View Source

Parameters

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