示例#1
0
    public override void DoSaveAction()
    {
        LightingEffect ta = target as LightingEffect;

        LightingEffectFactory.LoadByEditor(ta.nID);
        Debug.Log("Applying changes on LightingEffect");
    }
示例#2
0
    public override void DoSaveAction()
    {
        LightingEffect ta = target as LightingEffect;

        LightingEffectFactory.LoadByEditor(ta.nID);
    }