Click or drag to resize

TransitionType_UserDefined Constructor (IListTransitionElement, Int32)

Constructor. You pass in the list of TransitionElements and the total time (in milliseconds) for the transition.

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public TransitionType_UserDefined(
	IList<TransitionElement> elements,
	int iTransitionTime
)

Parameters

elements
Type: System.Collections.GenericIListTransitionElement

[Missing <param name="elements"/> documentation for "M:Transitions.TransitionType_UserDefined.#ctor(System.Collections.Generic.IList{Transitions.TransitionElement},System.Int32)"]

iTransitionTime
Type: SystemInt32

[Missing <param name="iTransitionTime"/> documentation for "M:Transitions.TransitionType_UserDefined.#ctor(System.Collections.Generic.IList{Transitions.TransitionElement},System.Int32)"]

See Also