Releases
5-r.3
Cubism 5 SDK for Native R3
Latest
Added
Add new motion loop processing that seamlessly connects the start and end points of the loop.
The _isLoop
variable was moved from class CubismMotion
to class ACubismMotion
.
Add the setter for _isLoop
, SetLoop(csmBool loop)
, to class ACubismMotion
.
Add the getter for _isLoop
, GetLoop()
, to class ACubismMotion
.
The _isLoopFadeIn
variable was moved from class CubismMotion
to class ACubismMotion
.
Add the setter for _isLoopFadeIn
, SetLoopFadeIn(csmBool loopFadeIn)
, to class ACubismMotion
.
Add the getter for _isLoopFadeIn
, GetLoopFadeIn()
, to class ACubismMotion
.
Add a variable _motionBehavior
for version control to the CubismMotion
class.
Deprecated
Deprecate the following elements due to the change in the variable declaration location.
CubismMotion::IsLoop(csmBool loop)
CubismMotion::IsLoop()
CubismMotion::IsLoopFadeIn(csmBool loopFadeIn)
CubismMotion::IsLoopFadeIn()
You can’t perform that action at this time.