Class HipPositionAdjuster
Used to make sure a character hip moves up and down when scale is changing. For example when legs get longer.
Inheritance
Object
HipPositionAdjuster
Namespace: CustomizableCharacters
Assembly: cs.temp.dll.dll
Syntax
public class HipPositionAdjuster
Methods
Adjust(Single, Single)
Adjusts the hip position based on scale change.
Declaration
public void Adjust(float fromYScale, float toYScale)
Parameters
Type | Name | Description |
---|---|---|
Single | fromYScale | Scale that was changed from. |
Single | toYScale | Scale that was changed to. |