public static class ActionBase.PartParam
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionBase.PartParam.Mode |
| Constructor and Description |
|---|
PartParam() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMode(ActionBase.PartParam.Mode aMode)
the child animation mode
|
void |
setOverlayRadio(float aOverlayRadio)
the timeline overlay radio between two child node
0 indicates the the child node are non-overlapping
example:
0 : node1 |--------|
node2 |--------|
0.1 :
node1 |--------|
node2 |---------|
1 : node1 |--------|
node2 |--------|
|
public void setMode(ActionBase.PartParam.Mode aMode)
public void setOverlayRadio(float aOverlayRadio)
the timeline overlay radio between two child node
0 indicates the the child node are non-overlapping
example:
0 : node1 |--------|
node2 |--------|
0.1 :
node1 |--------|
node2 |---------|
1 : node1 |--------|
node2 |--------|