C# 클래스 MM2Randomizer.Randomizers.Colors.ColorSet

파일 보기 프로젝트 열기: duckfist/MM2Random

공개 프로퍼티들

프로퍼티 타입 설명
ColorBytes List
Index int
addresses int[]

공개 메소드들

메소드 설명
ColorSet ( ) : System
RandomizeAndWrite ( Patch patch, Random rand, int setNumber ) : void

메소드 상세

ColorSet() 공개 메소드

public ColorSet ( ) : System
리턴 System

RandomizeAndWrite() 공개 메소드

public RandomizeAndWrite ( Patch patch, Random rand, int setNumber ) : void
patch MM2Randomizer.Patcher.Patch
rand System.Random
setNumber int
리턴 void

프로퍼티 상세

ColorBytes 공개적으로 프로퍼티

public List ColorBytes
리턴 List

Index 공개적으로 프로퍼티

public int Index
리턴 int

addresses 공개적으로 프로퍼티

public int[] addresses
리턴 int[]