public class SetEffect extends Behavior implements ISetEffect
Represents a set effect for an animation behavior.
Constructor and Description |
---|
SetEffect() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getTo()
Specifies the certain attribute of a effect after an animation effect.
|
void |
setTo(java.lang.Object value)
Specifies the certain attribute of a effect after an animation effect.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
public final java.lang.Object getTo()
Specifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write Object
.
getTo
in interface ISetEffect
public final void setTo(java.lang.Object value)
Specifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write Object
.
setTo
in interface ISetEffect