C# Class MM2Randomizer.Randomizers.Enemies.SpriteBankRoomGroup

Afficher le fichier Open project: duckfist/MM2Random Class Usage Examples

Méthodes publiques

Méthode Description
ContainsRoom ( int roomNum ) : bool
SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums ) : System.Collections.Generic
SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums, int spriteBankRowsRestriction, byte patternTableAddressesRestriction ) : System.Collections.Generic

Method Details

ContainsRoom() public méthode

public ContainsRoom ( int roomNum ) : bool
roomNum int
Résultat bool

SpriteBankRoomGroup() public méthode

public SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums ) : System.Collections.Generic
stage EStageID
patternAddressStart int
roomNums int
Résultat System.Collections.Generic

SpriteBankRoomGroup() public méthode

public SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums, int spriteBankRowsRestriction, byte patternTableAddressesRestriction ) : System.Collections.Generic
stage EStageID
patternAddressStart int
roomNums int
spriteBankRowsRestriction int
patternTableAddressesRestriction byte
Résultat System.Collections.Generic