C# 클래스 entity.Main.MenuClasses.screenData

상속: baseData
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttonKeyType short
destColor H2Color
flag0 bool
flag1 bool
flag2 bool
flag3 bool
flag4 bool
flag5 bool
flag6 bool
headerStringID stringID
panes List
refractionScaleX float
refractionScaleY float
screenID short
shapeGroup short
sourceColor H2Color
stringlistTag char[]
strings List
stringsListIdent int
textColor H2Color
zoomScaleX float
zoomScaleY float

공개 메소드들

메소드 설명
Read ( BinaryReader br ) : void
ToString ( ) : string
getStrings ( Map map ) : bool

Loads the strings from "stringListIdent" into "strings"

screenData ( int order ) : System

메소드 상세

Read() 공개 메소드

public Read ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getStrings() 공개 메소드

Loads the strings from "stringListIdent" into "strings"
public getStrings ( Map map ) : bool
map HaloMap.Map.Map
리턴 bool

screenData() 공개 메소드

public screenData ( int order ) : System
order int
리턴 System

프로퍼티 상세

buttonKeyType 공개적으로 프로퍼티

public short buttonKeyType
리턴 short

destColor 공개적으로 프로퍼티

public H2Color,entity.Main.MenuClasses destColor
리턴 H2Color

flag0 공개적으로 프로퍼티

public bool flag0
리턴 bool

flag1 공개적으로 프로퍼티

public bool flag1
리턴 bool

flag2 공개적으로 프로퍼티

public bool flag2
리턴 bool

flag3 공개적으로 프로퍼티

public bool flag3
리턴 bool

flag4 공개적으로 프로퍼티

public bool flag4
리턴 bool

flag5 공개적으로 프로퍼티

public bool flag5
리턴 bool

flag6 공개적으로 프로퍼티

public bool flag6
리턴 bool

headerStringID 공개적으로 프로퍼티

public stringID,entity.Main.MenuClasses headerStringID
리턴 stringID

panes 공개적으로 프로퍼티

public List panes
리턴 List

refractionScaleX 공개적으로 프로퍼티

public float refractionScaleX
리턴 float

refractionScaleY 공개적으로 프로퍼티

public float refractionScaleY
리턴 float

screenID 공개적으로 프로퍼티

public short screenID
리턴 short

shapeGroup 공개적으로 프로퍼티

public short shapeGroup
리턴 short

sourceColor 공개적으로 프로퍼티

public H2Color sourceColor
리턴 H2Color

stringlistTag 공개적으로 프로퍼티

public char[] stringlistTag
리턴 char[]

strings 공개적으로 프로퍼티

public List strings
리턴 List

stringsListIdent 공개적으로 프로퍼티

public int stringsListIdent
리턴 int

textColor 공개적으로 프로퍼티

public H2Color textColor
리턴 H2Color

zoomScaleX 공개적으로 프로퍼티

public float zoomScaleX
리턴 float

zoomScaleY 공개적으로 프로퍼티

public float zoomScaleY
리턴 float