Script API - v1.21.130
    Preparing search index...

    Interface PrefabInstanceInteractionEventClicked

    Advertisement
    interface PrefabInstanceInteractionEventClicked {
        altPressed: boolean;
        ctrlPressed: boolean;
        shiftPressed: boolean;
    }
    Index

    Properties

    altPressed: boolean
    ctrlPressed: boolean
    shiftPressed: boolean
    Advertisement