C# 클래스 OurSonic.MakeSprites.Image

파일 보기 프로젝트 열기: OurSonic/OurSonic

공개 프로퍼티들

프로퍼티 타입 설명
bytes byte[]
height int
palette int[][]
width int

프로퍼티 상세

bytes 공개적으로 프로퍼티

public byte[] bytes
리턴 byte[]

height 공개적으로 프로퍼티

public int height
리턴 int

palette 공개적으로 프로퍼티

public int[][] palette
리턴 int[][]

width 공개적으로 프로퍼티

public int width
리턴 int