Click or drag to resize

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+
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