protected static class ModelBlockAnimation.MBJointWeight
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private com.google.common.collect.ImmutableMap<java.lang.Integer,float[]> |
weights |
Constructor and Description |
---|
MBJointWeight(java.lang.String name,
com.google.common.collect.ImmutableMap<java.lang.Integer,float[]> weights) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
com.google.common.collect.ImmutableMap<java.lang.Integer,float[]> |
getWeights() |
private final java.lang.String name
private final com.google.common.collect.ImmutableMap<java.lang.Integer,float[]> weights