Class ValueHistoryJointMovement
Inheritance
ValueHistoryJointMovement
Assembly: .dll
Syntax
public class ValueHistoryJointMovement : ValueHistory<JointMovementInfo>, IReplayHistory
Constructors
ValueHistoryJointMovement(JointMovementInfo, int)
Declaration
public ValueHistoryJointMovement(JointMovementInfo initialValue, int initialRound = 0)
Parameters
ValueHistoryJointMovement(ValueHistorySaveData<JointMovementInfo>)
Declaration
public ValueHistoryJointMovement(ValueHistorySaveData<JointMovementInfo> data)
Parameters
Implements