Class CharacterPose
Complete pose infomation at one moment for a pose-style character
Constructors
CharacterPose()
Declaration
public CharacterPose()
Fields
BodyTwist
Declaration
public int BodyTwist
HandGrabAttackTwistL
Declaration
public int HandGrabAttackTwistL
HandGrabAttackTwistR
Declaration
public int HandGrabAttackTwistR
HandGrabRotationL
Declaration
public int HandGrabRotationL
HandGrabRotationR
Declaration
public int HandGrabRotationR
HandGrabScaleL
Declaration
public int HandGrabScaleL
HandGrabScaleR
Declaration
public int HandGrabScaleR
HeadTwist
Declaration
public int HeadTwist
PoseRootX
Declaration
public int PoseRootX
PoseRootY
Declaration
public int PoseRootY
Properties
Body
Declaration
public BodyPart Body { get; init; }
FootL
Declaration
public BodyPart FootL { get; init; }
FootR
Declaration
public BodyPart FootR { get; init; }
HandL
Declaration
public BodyPart HandL { get; init; }
HandR
Declaration
public BodyPart HandR { get; init; }
Head
Declaration
public BodyPart Head { get; init; }
Hip
Declaration
public BodyPart Hip { get; init; }
LowerArmL
Declaration
public BodyPart LowerArmL { get; init; }
LowerArmR
Declaration
public BodyPart LowerArmR { get; init; }
LowerLegL
Declaration
public BodyPart LowerLegL { get; init; }
LowerLegR
Declaration
public BodyPart LowerLegR { get; init; }
ShoulderL
Declaration
public BodyPart ShoulderL { get; init; }
ShoulderR
Declaration
public BodyPart ShoulderR { get; init; }
UpperArmL
Declaration
public BodyPart UpperArmL { get; init; }
UpperArmR
Declaration
public BodyPart UpperArmR { get; init; }
UpperLegL
Declaration
public BodyPart UpperLegL { get; init; }
UpperLegR
Declaration
public BodyPart UpperLegR { get; init; }
Methods
ApplyToCharacter(PoseCharacterRenderer)
Make the character perform this pose
Declaration
public void ApplyToCharacter(PoseCharacterRenderer rendering)
BlendToCharacter(PoseCharacterRenderer, float)
Make the character perform this pose with weight
Declaration
public void BlendToCharacter(PoseCharacterRenderer rendering, float blend01)
RecordFromCharacter(PoseCharacterRenderer)
Read pose data from the character
Declaration
public void RecordFromCharacter(PoseCharacterRenderer rendering)