remove
Contents
[
Hide
]remove(ScaleEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | ScaleEffect | Behavior to remove. |
Result
boolean
remove(FilterEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | FilterEffect | Behavior to remove. |
Result
boolean
remove(CommandEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | CommandEffect | Behavior to remove. |
Result
boolean
remove(SetEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | SetEffect | Behavior to remove. |
Result
boolean
remove(ColorEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | ColorEffect | Behavior to remove. |
Result
boolean
remove(RotationEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | RotationEffect | Behavior to remove. |
Result
boolean
remove(MotionEffect item) function
Removes specified behavior from a collection.
Parameters
Name | Type | Description |
---|---|---|
item | MotionEffect | Behavior to remove. |
Result
boolean