C# Class FSO.Client.UI.Framework.Parser.UINode

ファイルを表示 Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
AddAtts ( string>.Dictionary attributes ) : void
GetColor ( string name ) : Color
GetPoint ( string name ) : Point
GetVector2 ( string name ) : Vector2
UINode ( ) : System
this ( string name ) : string

Method Details

AddAtts() public method

public AddAtts ( string>.Dictionary attributes ) : void
attributes string>.Dictionary
return void

GetColor() public method

public GetColor ( string name ) : Color
name string
return Color

GetPoint() public method

public GetPoint ( string name ) : Point
name string
return Point

GetVector2() public method

public GetVector2 ( string name ) : Vector2
name string
return Vector2

UINode() public method

public UINode ( ) : System
return System

this() public method

public this ( string name ) : string
name string
return string