Click or drag to resize

TransitionType_UserDefined(IListTransitionElement, Int32) Constructor

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.8.5.288
Syntax
C#
public TransitionType_UserDefined(
	IList<TransitionElement> elements,
	int iTransitionTime
)

Parameters

elements  IListTransitionElement

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

iTransitionTime  Int32

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

See Also