FilterEffect
FilterEffect class
Represent filter effect of behavior.
FilterEffect
| Name | Description |
|---|
| FilterEffect() | Default constructor. |
Result:
FilterEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
| Name | Description |
|---|
| getParent_Immediate() | |
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getReveal
| Name | Description |
|---|
| getReveal() | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
Result:
int
getSubtype
| Name | Description |
|---|
| getSubtype() | Represents subtype of filter effect. Read/write FilterEffectSubtype. |
Result:
int
getTiming
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getType
| Name | Description |
|---|
| getType() | Represents type of filter effect. Read/write FilterEffectType. |
Result:
int
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
setReveal
| Name | Description |
|---|
| setReveal(int) | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
setSubtype
| Name | Description |
|---|
| setSubtype(int) | Represents subtype of filter effect. Read/write FilterEffectSubtype. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setType
| Name | Description |
|---|
| setType(int) | Represents type of filter effect. Read/write FilterEffectType. |