C# Class OurSonic.MakeSprites.Image

ファイルを表示 Open project: OurSonic/OurSonic

Public Properties

Property Type Description
bytes byte[]
height int
palette int[][]
width int

Property Details

bytes public_oe property

public byte[] bytes
return byte[]

height public_oe property

public int height
return int

palette public_oe property

public int[][] palette
return int[][]

width public_oe property

public int width
return int