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

    Interface BehaviorPlugin

    interface BehaviorPlugin {
        constructor: Constructable<Behavior>;
        loadJSON: (json: any, particleSystem: IParticleSystem) => Behavior;
        params: ParameterPair[];
        type: string;
    }
    Index

    Properties

    constructor: Constructable<Behavior>
    loadJSON: (json: any, particleSystem: IParticleSystem) => Behavior
    params: ParameterPair[]
    type: string