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