Strata - v1.4.10
    Preparing search index...

    Interface TriggerableEntity

    Required components for an entity that can activate triggers.

    interface TriggerableEntity {
        id?: string;
        transform: { position: Vector3 };
        triggerable: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string

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

    transform: { position: Vector3 }
    triggerable: boolean