Click or drag to resize

TransitionType_Flash Constructor

You specify the number of bounces and the time taken for each bounce.

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public TransitionType_Flash(
	int iNumberOfFlashes,
	int iFlashTime
)

Parameters

iNumberOfFlashes
Type: SystemInt32

[Missing <param name="iNumberOfFlashes"/> documentation for "M:Transitions.TransitionType_Flash.#ctor(System.Int32,System.Int32)"]

iFlashTime
Type: SystemInt32

[Missing <param name="iFlashTime"/> documentation for "M:Transitions.TransitionType_Flash.#ctor(System.Int32,System.Int32)"]

See Also