babylon.quarks - v0.19.0
    Preparing search index...

    Interface Plugin

    interface Plugin {
        behaviors: BehaviorPlugin[];
        emitterShapes: EmitterShapePlugin[];
        id: string;
        initialize: () => void;
    }
    Index

    Properties

    behaviors: BehaviorPlugin[]
    emitterShapes: EmitterShapePlugin[]
    id: string
    initialize: () => void