Table of Contents

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

linkId int
body SolidBody

Properties

Body

Gets the body represented by this ragdoll link.

public SolidBody Body { get; }

Property Value

SolidBody

Collider

Gets the collider represented by this ragdoll link.

public LSCollider Collider { get; }

Property Value

LSCollider

LinkId

Gets the stable authored link ID.

public int LinkId { get; }

Property Value

int