Class HipPositionAdjusterGroup
HipPositionAdjusters for each character direction and the name of the scale group that should affect the hip position.
Inheritance
Object
HipPositionAdjusterGroup
Namespace: CustomizableCharacters
Assembly: cs.temp.dll.dll
Syntax
public class HipPositionAdjusterGroup
Properties
DownAdjuster
HipPositionAdjusters for each character direction and the name of the scale group that should affect the hip position.
Declaration
public HipPositionAdjuster DownAdjuster { get; }
Property Value
Type | Description |
---|---|
Hip |
ScaleGroupName
HipPositionAdjusters for each character direction and the name of the scale group that should affect the hip position.
Declaration
public string ScaleGroupName { get; }
Property Value
Type | Description |
---|---|
String |
SideAdjuster
HipPositionAdjusters for each character direction and the name of the scale group that should affect the hip position.
Declaration
public HipPositionAdjuster SideAdjuster { get; }
Property Value
Type | Description |
---|---|
Hip |
UpAdjuster
HipPositionAdjusters for each character direction and the name of the scale group that should affect the hip position.
Declaration
public HipPositionAdjuster UpAdjuster { get; }
Property Value
Type | Description |
---|---|
Hip |