public interface ICommandEffect extends IBehavior
Represents a command effect for an animation behavior.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandString()
Defines command string.
|
IShape |
getShapeTarget()
Defines shape target of command effect.
|
byte |
getType()
Defines command effect type of behavior.
|
void |
setCommandString(java.lang.String value)
Defines command string.
|
void |
setShapeTarget(IShape value)
Defines shape target of command effect.
|
void |
setType(byte value)
Defines command effect type of behavior.
|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingbyte getType()
Defines command effect type of behavior.
Read/write CommandEffectType.
void setType(byte value)
Defines command effect type of behavior.
Read/write CommandEffectType.
java.lang.String getCommandString()
Defines command string.
Read/write String.
void setCommandString(java.lang.String value)
Defines command string.
Read/write String.