C# 클래스 FSO.Client.UI.Framework.Parser.UINode

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
AddAtts ( string>.Dictionary attributes ) : void
GetColor ( string name ) : Color
GetPoint ( string name ) : Point
GetVector2 ( string name ) : Vector2
UINode ( ) : System
this ( string name ) : string

메소드 상세

AddAtts() 공개 메소드

public AddAtts ( string>.Dictionary attributes ) : void
attributes string>.Dictionary
리턴 void

GetColor() 공개 메소드

public GetColor ( string name ) : Color
name string
리턴 Color

GetPoint() 공개 메소드

public GetPoint ( string name ) : Point
name string
리턴 Point

GetVector2() 공개 메소드

public GetVector2 ( string name ) : Vector2
name string
리턴 Vector2

UINode() 공개 메소드

public UINode ( ) : System
리턴 System

this() 공개 메소드

public this ( string name ) : string
name string
리턴 string