C# 클래스 ThemeEditor.Common.SMDH.SMDH

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AppTitles ThemeEditor.Common.SMDH.AppTitle[]
LargeIcon ThemeEditor.Common.Graphics.RawTexture
MAGIC byte[]
Reserved_1 short
Reserved_2 long
Settings AppSettings
SmallIcon ThemeEditor.Common.Graphics.RawTexture
Version short

공개 메소드들

메소드 설명
Read ( Stream s ) : SMDH
SMDH ( ) : System
Write ( SMDH smdh, Stream s ) : void

보호된 메소드들

메소드 설명
SMDH ( bool inter ) : System

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream s ) : SMDH
s Stream
리턴 SMDH

SMDH() 공개 메소드

public SMDH ( ) : System
리턴 System

SMDH() 보호된 메소드

protected SMDH ( bool inter ) : System
inter bool
리턴 System

Write() 공개 정적인 메소드

public static Write ( SMDH smdh, Stream s ) : void
smdh SMDH
s Stream
리턴 void

프로퍼티 상세

AppTitles 공개적으로 프로퍼티

public AppTitle[],ThemeEditor.Common.SMDH AppTitles
리턴 ThemeEditor.Common.SMDH.AppTitle[]

LargeIcon 공개적으로 프로퍼티

public RawTexture,ThemeEditor.Common.Graphics LargeIcon
리턴 ThemeEditor.Common.Graphics.RawTexture

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

public static byte[] MAGIC
리턴 byte[]

Reserved_1 공개적으로 프로퍼티

public short Reserved_1
리턴 short

Reserved_2 공개적으로 프로퍼티

public long Reserved_2
리턴 long

Settings 공개적으로 프로퍼티

public AppSettings,ThemeEditor.Common.SMDH Settings
리턴 AppSettings

SmallIcon 공개적으로 프로퍼티

public RawTexture,ThemeEditor.Common.Graphics SmallIcon
리턴 ThemeEditor.Common.Graphics.RawTexture

Version 공개적으로 프로퍼티

public short Version
리턴 short