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.StringgetValueAt(int int1)voidlogVariable(java.lang.String string, java.lang.String string2)voidlogVariables(IAnimationVariableSource iAnimationVariableSource)protected voidonColumnAdded()voidreset()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, writeLineMethods 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:
onColumnAddedin classGenericNameValueRecordingFrame
-
logVariable
public void logVariable(java.lang.String string, java.lang.String string2) -
getValueAt
public java.lang.String getValueAt(int int1)- Specified by:
getValueAtin classGenericNameValueRecordingFrame
-
reset
public void reset()- Specified by:
resetin classGenericNameValueRecordingFrame
-