clik-engine API
    Preparing search index...

    Interface TriggerZoneConfig

    interface TriggerZoneConfig {
        filterTags?: string[];
        filterTypes?: string[];
        height?: number;
        radius?: number;
        shape?: TriggerShape;
        width?: number;
        x: number;
        y: number;
    }
    Index

    Properties

    filterTags?: string[]

    Only trigger for entities with these tags

    filterTypes?: string[]

    Only trigger for entities of these types

    height?: number
    radius?: number
    shape?: TriggerShape
    width?: number
    x: number
    y: number