mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-06 06:55:35 +00:00
Add getters
Former-commit-id: 3c67858cda3d5e220131473b427f5a7bc7c286a5
This commit is contained in:
parent
ec14321dcf
commit
561ef0602a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user