Interface IBaseBehaviour

interface IBaseBehaviour {
    destroy(): void;
    getGizmos(): Object3D<Event>[];
    start(__pebbleScene): void;
    update(delta): void;
}

Implemented by

Methods

Generated using TypeDoc