SetEffect
SetEffect class
Represents a set effect for an animation behavior.
SetEffect
| Name | Description |
|---|---|
| SetEffect() |
Returns: SetEffect
getTo
| Name | Description |
|---|---|
| getTo() | Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object. |
Returns: Object
setTo
| Name | Description |
|---|---|
| setTo(Object) | Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object. |