PilotGaea 3D O'view
    正在準備搜尋索引...

    新增自訂粒子實體參數。

    interface AddParticleEntityParameter {
        modelParameter: ModelParameter;
        generatorParameter: GeneratorParameter;
        scriptParameter?: ScriptParameter[];
    }
    索引

    屬性

    modelParameter: ModelParameter

    原型參數。(若想使用的原型已建立,可只給名稱參數)

    generatorParameter: GeneratorParameter

    產生器參數。

    scriptParameter?: ScriptParameter[]

    腳本參數。