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);
        }