Пример #1
0
        Texture GetCachedTexture(IntPtr key, RenderTexture background)
        {
            if (background != null && background.GetNativeTexturePtr() == key)
            {
                return(background);
            }

            return(EffekseerSystem.GetCachedTexture(key));
        }