diff --git a/include/Kyoto/Animation/CPASParmInfo.hpp b/include/Kyoto/Animation/CPASParmInfo.hpp index 3ace209a..631c796b 100644 --- a/include/Kyoto/Animation/CPASParmInfo.hpp +++ b/include/Kyoto/Animation/CPASParmInfo.hpp @@ -15,6 +15,13 @@ public: }; CPASParmInfo(CInputStream& in); + + CPASAnimInfo::EParmType GetParamterType() const { return x0_type; } + EWeightFunction GetWeightFunction() const { return x4_weightFunction; } + float GetWeight() const { return x8_weight; } + CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; } + CPASAnimParm::UParmValue GetParameterMaxValue() const { return x10_max; } + private: CPASAnimParm::EParmType x0_type; EWeightFunction x4_weightFunction;