Preparing search index...

    The category of an interactor. Distinct from an interactor's id, which is its runtime identity: two interactors can share a kind while having different ids.

    Lens Scripting Version 375

    interaction.onInteractorAdded.add(function (interactor) {
    if (interactor.kind === SpecsInteractionModule.InteractorKind.RightHand) {
    print("right hand connected");
    }
    });
    Index

    Enumeration Members

    Enumeration Members

    LeftHand: number

    Left hand.

    Lens Scripting Version 375

    RightHand: number

    Right hand.

    Lens Scripting Version 375

    Unknown: number

    Default before a kind is assigned, or an interactor whose kind this version does not recognize.

    Lens Scripting Version 375