indexOf

Contents
[ ]

indexOf(ScaleEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemScaleEffectThe object to locate in the List.

Result

int


indexOf(FilterEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemFilterEffectThe object to locate in the List.

Result

int


indexOf(CommandEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemCommandEffectThe object to locate in the List.

Result

int


indexOf(SetEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemSetEffectThe object to locate in the List.

Result

int


indexOf(ColorEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemColorEffectThe object to locate in the List.

Result

int


indexOf(RotationEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemRotationEffectThe object to locate in the List.

Result

int


indexOf(MotionEffect item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemMotionEffectThe object to locate in the List.

Result

int