protected static class ModelBlockAnimation.MBClip.MBJointClip extends java.lang.Object implements IJointClip
| Modifier and Type | Field and Description |
|---|---|
private boolean |
loop |
private com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> |
variables |
| Constructor and Description |
|---|
MBJointClip(boolean loop,
com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables) |
| Modifier and Type | Method and Description |
|---|---|
TRSRTransformation |
apply(float time) |
private final boolean loop
private final com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables
public MBJointClip(boolean loop,
com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables)
public TRSRTransformation apply(float time)
apply in interface IJointClip