Strata - v1.4.10
    Preparing search index...

    Interface RagdollConfig

    Complete ragdoll system configuration.

    interface RagdollConfig {
        angularDamping: number;
        bodyParts: RagdollBodyPart[];
        enableSelfCollision: boolean;
        joints: RagdollJointConfig[];
        linearDamping: number;
        sleepThreshold: number;
    }
    Index

    Properties

    angularDamping: number

    Global angular resistance.

    bodyParts: RagdollBodyPart[]

    List of body segments.

    enableSelfCollision: boolean

    Whether parts can collide with each other.

    List of joint constraints.

    linearDamping: number

    Global linear resistance.

    sleepThreshold: number

    Energy threshold for physics sleeping.