KeyPoseKeeper class
Constructors, destructors, conversion operators
Public functions
- void init(const PlacementInfo& info)
- auto getKeyPose(s32 idx) const -> const KeyPose&
- auto getCurrentKeyPose() const -> const KeyPose&
- auto getNextKeyPose() const -> const KeyPose&
- auto calcNextPoseIndex() const -> s32
- void reset()
- void next()
- auto isLastKey() const -> bool
- void reverse()
- auto isFirstKey() const -> bool
- void setMoveTypeLoop()
- void setMoveTypeTurn()
- void setMoveTypeStop()
- void setMoveTypeRestart()
- auto getKeyPoseCount() const -> s32
- auto getKeyPoseCurrentIdx() const -> s32
- auto isGoingToEnd() const -> bool
- auto isStop() const -> bool
- auto isRestart() const -> bool