AGS.Editor.NativeProxy.UpdateGameExplorerThumbnail C# (CSharp) Метод

UpdateGameExplorerThumbnail() публичный Метод

public UpdateGameExplorerThumbnail ( string fileToUpdate, byte newData ) : void
fileToUpdate string
newData byte
Результат void
        public void UpdateGameExplorerThumbnail(string fileToUpdate, byte[] newData)
        {
            _native.UpdateGameExplorerThumbnail(fileToUpdate, newData);
        }