Struct RagdollLinkDefinition3D
- Namespace
- Gravitas.Constraints
- Assembly
- Gravitas.dll
Authored link entry for a deterministic 3D ragdoll articulation.
public readonly struct RagdollLinkDefinition3D
- Inherited Members
Constructors
RagdollLinkDefinition3D(int, SolidBody)
Creates a ragdoll link definition.
public RagdollLinkDefinition3D(int linkId, SolidBody body)
Parameters
Properties
Body
Gets the body represented by this ragdoll link.
public SolidBody Body { get; }
Property Value
Collider
Gets the collider represented by this ragdoll link.
public LSCollider Collider { get; }
Property Value
LinkId
Gets the stable authored link ID.
public int LinkId { get; }