Class AnimationVariableRecordingFrame
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.core.skinnedmodel.animation.debug.AnimationVariableRecordingFrame
public final class AnimationVariableRecordingFrame extends GenericNameValueRecordingFrame
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
delim, m_columnNames, m_fileKey, m_frameNumber, m_headerDirty, m_lineBuffer, m_nameIndices, m_outHeader, m_outValues, m_valuesFileNameSuffix
-
Constructor Summary
Constructors Constructor Description AnimationVariableRecordingFrame(java.lang.String string)
-
Method Summary
Modifier and Type Method Description java.lang.String
getValueAt(int int1)
void
logVariable(java.lang.String string, java.lang.String string2)
void
logVariables(IAnimationVariableSource iAnimationVariableSource)
protected void
onColumnAdded()
void
reset()
Methods inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
addColumnInternal, appendCell, appendCell, appendCell, appendCell, appendCell, appendCellQuot, close, closeAndDiscard, getColumnCount, getNameAt, getOrCreateColumn, openHeader, openValuesFile, setFrameNumber, writeData, writeData, writeHeader, writeHeader, writeLine
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AnimationVariableRecordingFrame
public AnimationVariableRecordingFrame(java.lang.String string)
-
-
Method Details
-
logVariables
-
onColumnAdded
protected void onColumnAdded()- Specified by:
onColumnAdded
in classGenericNameValueRecordingFrame
-
logVariable
public void logVariable(java.lang.String string, java.lang.String string2) -
getValueAt
public java.lang.String getValueAt(int int1)- Specified by:
getValueAt
in classGenericNameValueRecordingFrame
-
reset
public void reset()- Specified by:
reset
in classGenericNameValueRecordingFrame
-