C# 클래스 FairyGUI.Utils.HtmlElement

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
format TextFormat
htmlObject IHtmlObject
name string
position UnityEngine.Vector2
space int
status int
text string
type HtmlElementType

공개 메소드들

메소드 설명
FetchAttributes ( ) : void
Get ( string attrName ) : object
GetBool ( string attrName ) : bool
GetBool ( string attrName, bool defValue ) : bool
GetColor ( string attrName, Color defValue ) : Color
GetElement ( HtmlElementType type ) : HtmlElement
GetFloat ( string attrName ) : float
GetFloat ( string attrName, float defValue ) : float
GetInt ( string attrName ) : int
GetInt ( string attrName, int defValue ) : int
GetString ( string attrName ) : string
GetString ( string attrName, string defValue ) : string
HtmlElement ( ) : System.Collections
ReturnElement ( HtmlElement element ) : void
ReturnElements ( List elements ) : void
Set ( string attrName, object attrValue ) : void

메소드 상세

FetchAttributes() 공개 메소드

public FetchAttributes ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string attrName ) : object
attrName string
리턴 object

GetBool() 공개 메소드

public GetBool ( string attrName ) : bool
attrName string
리턴 bool

GetBool() 공개 메소드

public GetBool ( string attrName, bool defValue ) : bool
attrName string
defValue bool
리턴 bool

GetColor() 공개 메소드

public GetColor ( string attrName, Color defValue ) : Color
attrName string
defValue UnityEngine.Color
리턴 UnityEngine.Color

GetElement() 공개 정적인 메소드

public static GetElement ( HtmlElementType type ) : HtmlElement
type HtmlElementType
리턴 HtmlElement

GetFloat() 공개 메소드

public GetFloat ( string attrName ) : float
attrName string
리턴 float

GetFloat() 공개 메소드

public GetFloat ( string attrName, float defValue ) : float
attrName string
defValue float
리턴 float

GetInt() 공개 메소드

public GetInt ( string attrName ) : int
attrName string
리턴 int

GetInt() 공개 메소드

public GetInt ( string attrName, int defValue ) : int
attrName string
defValue int
리턴 int

GetString() 공개 메소드

public GetString ( string attrName ) : string
attrName string
리턴 string

GetString() 공개 메소드

public GetString ( string attrName, string defValue ) : string
attrName string
defValue string
리턴 string

HtmlElement() 공개 메소드

public HtmlElement ( ) : System.Collections
리턴 System.Collections

ReturnElement() 공개 정적인 메소드

public static ReturnElement ( HtmlElement element ) : void
element HtmlElement
리턴 void

ReturnElements() 공개 정적인 메소드

public static ReturnElements ( List elements ) : void
elements List
리턴 void

Set() 공개 메소드

public Set ( string attrName, object attrValue ) : void
attrName string
attrValue object
리턴 void

프로퍼티 상세

format 공개적으로 프로퍼티

public TextFormat format
리턴 TextFormat

htmlObject 공개적으로 프로퍼티

public IHtmlObject htmlObject
리턴 IHtmlObject

name 공개적으로 프로퍼티

public string name
리턴 string

position 공개적으로 프로퍼티

public Vector2,UnityEngine position
리턴 UnityEngine.Vector2

space 공개적으로 프로퍼티

public int space
리턴 int

status 공개적으로 프로퍼티

public int status
리턴 int

text 공개적으로 프로퍼티

public string text
리턴 string

type 공개적으로 프로퍼티

public HtmlElementType type
리턴 HtmlElementType