insert
Contents
[
Hide
]insert(int index, ScaleEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | ScaleEffect | Behavior to insert. |
insert(int index, FilterEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | FilterEffect | Behavior to insert. |
insert(int index, CommandEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | CommandEffect | Behavior to insert. |
insert(int index, SetEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | SetEffect | Behavior to insert. |
insert(int index, ColorEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | ColorEffect | Behavior to insert. |
insert(int index, RotationEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | RotationEffect | Behavior to insert. |
insert(int index, MotionEffect item) function
Inserts new behavior to a collection at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index where new behavior should be inserted. |
item | MotionEffect | Behavior to insert. |