17class KeyFrameTransformData {
21 ::ll::TypedStorage<8, 24, ::std::vector<::ChannelTransform>> mChannelTransforms;
22 ::ll::TypedStorage<8, 24, ::std::vector<::ChannelTransform_Float>> mChannelTransforms_Floats;
27 KeyFrameTransformData& operator=(KeyFrameTransformData
const&);
28 KeyFrameTransformData();
33 MCAPI KeyFrameTransformData(::KeyFrameTransformData
const&);
35 MCAPI
void addChannelTransform(
::ExpressionNode const& expression,
int axisIndex);
41 ::BoneTransformType boneTransformType
44 MCAPI
bool operator==(::KeyFrameTransformData
const& rhs)
const;
50 MCAPI
void* $ctor(::KeyFrameTransformData
const&);