indexOf
Contents
[
Hide
]indexOf(ScaleEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | ScaleEffect | The object to locate in the List. |
Result
int
indexOf(FilterEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | FilterEffect | The object to locate in the List. |
Result
int
indexOf(CommandEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | CommandEffect | The object to locate in the List. |
Result
int
indexOf(SetEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | SetEffect | The object to locate in the List. |
Result
int
indexOf(ColorEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | ColorEffect | The object to locate in the List. |
Result
int
indexOf(RotationEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | RotationEffect | The object to locate in the List. |
Result
int
indexOf(MotionEffect item) function
Determines the index of a specific item in the List.
Parameters
Name | Type | Description |
---|---|---|
item | MotionEffect | The object to locate in the List. |
Result
int