LeviLamina
Loading...
Searching...
No Matches
BoneOrientation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 ::BoneOrientation const& blendOut,
33 ::BoneOrientation const& blendIn,
34 float blendInWeight,
35 float
36 );
37
38 MCNAPI ::BoneOrientation& operator=(::BoneOrientation const& rhs);
39
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
Definition BoneOrientation.h:5
MCAPI::BoneOrientation & operator=(::BoneOrientation const &rhs)
MCAPI void $dtor()
MCAPI ~BoneOrientation()
MCAPI void applyShortestPathBlend(::BoneOrientation const &blendOut, ::BoneOrientation const &blendIn, float blendInWeight, float)
Definition Alias.h:14