Ejemplo n.º 1
0
        public static EffectSetting Create(GraphicsDevice graphicsDevice, SoundDevice soundDevice)
        {
            global::System.IntPtr cPtr = EffekseerNativePINVOKE.EffectSetting_Create(GraphicsDevice.getCPtr(graphicsDevice), SoundDevice.getCPtr(soundDevice));
            EffectSetting         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new EffectSetting(cPtr, true);

            return(ret);
        }