mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[cpp] Closes #1408, missing softness getter/setter on IkConstraint.
This commit is contained in:
parent
1dadeb48a4
commit
ebf649a23e
@ -325,3 +325,11 @@ void IkConstraint::setActive(bool inValue) {
|
||||
_active = inValue;
|
||||
}
|
||||
|
||||
float IkConstraint::getSoftness() {
|
||||
return _softness;
|
||||
}
|
||||
|
||||
void IkConstraint::setSoftness(float inValue) {
|
||||
_softness = inValue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user