RemoveJointAnimationCommand is used to remove joint animation data.
More...
#include <RemoveJointAnimationCommand.h>
RemoveJointAnimationCommand is used to remove joint animation data.
◆ RemoveJointAnimationCommand() [1/4]
dnac::RemoveJointAnimationCommand::RemoveJointAnimationCommand |
( |
MemoryResource * |
memRes = nullptr | ) |
|
|
explicit |
35 :
pImpl{makeScoped<Impl>(memRes)} {
36}
ScopedPtr< Impl > pImpl
Definition: RemoveJointAnimationCommand.h:41
◆ RemoveJointAnimationCommand() [2/4]
dnac::RemoveJointAnimationCommand::RemoveJointAnimationCommand |
( |
std::uint16_t |
jointIndex, |
|
|
MemoryResource * |
memRes = nullptr |
|
) |
| |
38 :
39 pImpl{makeScoped<Impl>(memRes)} {
40
41 pImpl->setJointIndex(jointIndex);
42}
References pImpl.
◆ ~RemoveJointAnimationCommand()
dnac::RemoveJointAnimationCommand::~RemoveJointAnimationCommand |
( |
| ) |
|
|
default |
◆ RemoveJointAnimationCommand() [3/4]
◆ RemoveJointAnimationCommand() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run()
◆ setJointIndex()
void dnac::RemoveJointAnimationCommand::setJointIndex |
( |
std::uint16_t |
jointIndex | ) |
|
Method for setting the index of a joint whose animation data to remove.
- Parameters
-
jointIndex | The index of the joint. |
48 {
49 pImpl->setJointIndex(jointIndex);
50}
References pImpl.
◆ pImpl
The documentation for this class was generated from the following files: