C# 클래스 NSMBe4.NSMBGraphics

파일 보기 프로젝트 열기: Dirbaio/NSMB-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InfoFont System.Drawing.Font
PathPen System.Drawing.Pen
ReallyTransparent Color
SmallInfoFont System.Drawing.Font
Tilesets NSMBe4.NSMBTileset[]

공개 메소드들

메소드 설명
GetDescriptions ( List contents ) : string[]
LoadTileset1 ( ushort TilesetID ) : void
LoadTilesets ( ushort TilesetID ) : void
LoadTilesets ( ushort TilesetID, int JyotyuPalOverride ) : void
NSMBGraphics ( ) : System
RepatchBlocks ( bool type ) : void
close ( ) : void

메소드 상세

GetDescriptions() 공개 정적인 메소드

public static GetDescriptions ( List contents ) : string[]
contents List
리턴 string[]

LoadTileset1() 공개 메소드

public LoadTileset1 ( ushort TilesetID ) : void
TilesetID ushort
리턴 void

LoadTilesets() 공개 메소드

public LoadTilesets ( ushort TilesetID ) : void
TilesetID ushort
리턴 void

LoadTilesets() 공개 메소드

public LoadTilesets ( ushort TilesetID, int JyotyuPalOverride ) : void
TilesetID ushort
JyotyuPalOverride int
리턴 void

NSMBGraphics() 공개 메소드

public NSMBGraphics ( ) : System
리턴 System

RepatchBlocks() 공개 메소드

public RepatchBlocks ( bool type ) : void
type bool
리턴 void

close() 공개 메소드

public close ( ) : void
리턴 void

프로퍼티 상세

InfoFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing InfoFont
리턴 System.Drawing.Font

PathPen 공개적으로 정적으로 프로퍼티

public static Pen,System.Drawing PathPen
리턴 System.Drawing.Pen

ReallyTransparent 공개적으로 정적으로 프로퍼티

public static Color ReallyTransparent
리턴 Color

SmallInfoFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing SmallInfoFont
리턴 System.Drawing.Font

Tilesets 공개적으로 프로퍼티

public NSMBTileset[],NSMBe4 Tilesets
리턴 NSMBe4.NSMBTileset[]