示例#1
0
        public Effect GetEffect()
        {
            global::System.IntPtr cPtr = EffekseerNativePINVOKE.EffectRenderer_GetEffect(swigCPtr);
            Effect ret = (cPtr == global::System.IntPtr.Zero) ? null : new Effect(cPtr, true);

            return(ret);
        }