C# Класс MegaMan.LevelEditor.TileChange

Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyToSurface ( ScreenDrawingSurface surface ) : void
Reverse ( ) : TileChange
TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic

Описание методов

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

public ApplyToSurface ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
Результат void

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

public Reverse ( ) : TileChange
Результат TileChange

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

public TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic
tx int
ty int
oldId int
newId int
surface ScreenDrawingSurface
Результат System.Collections.Generic