Class SetStiffnessHelper
Use this message to manually set the body stiffness values -before using Active Pose to drive to an animated pose, for example.
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class SetStiffnessHelper : CustomHelper
Constructors
| Improve this Doc View SourceSetStiffnessHelper(Ped)
Declaration
public SetStiffnessHelper(Ped ped)
Parameters
Type | Name | Description |
---|---|---|
Ped | ped |
Remarks
Use this message to manually set the body stiffness values -before using Active Pose to drive to an animated pose, for example.
Properties
| Improve this Doc View SourceBodyStiffness
Stiffness of whole character.
Declaration
public float BodyStiffness { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 12.0f. Min value = 2.0f. Max value = 20.0f.
Damping
Damping amount, less is underdamped.
Declaration
public float Damping { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 1.0f. Min value = 0.0f. Max value = 3.0f.
Mask
Two character body-masking value, bitwise joint mask or bitwise logic string of two character body-masking value (see Active Pose notes for possible values).
Declaration
public string Mask { set; }
Property Value
Type | Description |
---|---|
String |
Remarks
Default value = "fb".