Class GenericNameWeightRecordingFrame
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.core.skinnedmodel.animation.debug.GenericNameWeightRecordingFrame
- Direct Known Subclasses:
AnimationNodeRecordingFrame
,AnimationTrackRecordingFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getOrCreateColumn
(String name, int layer) getValueAt
(int i) float
getWeightAt
(int i) void
void
reset()
Methods inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
appendCell, appendCell, appendCell, appendCell, appendCell, appendCellQuot, close, closeAndDiscard, getColumnCount, getNameAt, getOrCreateColumn, setFrameNumber, writeLine
-
Constructor Details
-
GenericNameWeightRecordingFrame
-
-
Method Details
-
logWeight
-
getOrCreateColumn
-
getWeightAt
public float getWeightAt(int i) -
getValueAt
- Specified by:
getValueAt
in classGenericNameValueRecordingFrame
-
reset
public void reset()- Specified by:
reset
in classGenericNameValueRecordingFrame
-