Strata - v1.4.10
    Preparing search index...

    Interface TriggerEntity

    Required components for a trigger entity.

    interface TriggerEntity {
        id?: string;
        transform: { position: Vector3; rotation?: Euler; scale?: Vector3 };
        trigger: TriggerComponent<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string

    Unique identifier for the entity. Automatically generated if not provided.

    transform: { position: Vector3; rotation?: Euler; scale?: Vector3 }
    trigger: TriggerComponent<any>