Class ActivePoseHelper
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class ActivePoseHelper : CustomHelper
Constructors
| Improve this Doc View SourceActivePoseHelper(Ped)
Declaration
public ActivePoseHelper(Ped ped)
Parameters
Type | Name | Description |
---|---|---|
Ped | ped |
Properties
| Improve this Doc View SourceAnimSource
Animation source.
Declaration
public AnimSource AnimSource { set; }
Property Value
Type | Description |
---|---|
AnimSource |
Mask
Two character body-masking value, bitwise joint mask or bitwise logic string of two character body-masking value (see notes for explanation).
Declaration
public string Mask { set; }
Property Value
Type | Description |
---|---|
String |
Remarks
Default value = "fb".
UseGravityCompensation
Apply gravity compensation.
Declaration
public bool UseGravityCompensation { set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Default value = False.