Class BodyFoetalHelper
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class BodyFoetalHelper : CustomHelper
Constructors
| Improve this Doc View SourceBodyFoetalHelper(Ped)
Declaration
public BodyFoetalHelper(Ped ped)
Parameters
Type | Name | Description |
---|---|---|
Ped | ped |
Properties
| Improve this Doc View SourceAsymmetry
A value between 0-1 that controls how asymmetric the results are by varying stiffness across the body.
Declaration
public float Asymmetry { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.0f. Min value = 0.0f. Max value = 1.0f.
BackTwist
Amount of random back twist to add.
Declaration
public float BackTwist { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.0f. Min value = 0.0f. Max value = 1.0f.
DampingFactor
Sets damping value for the character joints.
Declaration
public float DampingFactor { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 1.4f. Min value = 0.0f. Max value = 2.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".
RandomSeed
Random seed used to generate asymmetry values.
Declaration
public int RandomSeed { set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Default value = 100. Min value = 0.
Stiffness
The stiffness of the body determines how fast the character moves into the position, and how well that they hold it.
Declaration
public float Stiffness { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 9.0f. Min value = 6.0f. Max value = 16.0f.