C# 클래스 FairyGUI.Utils.HtmlButton

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

공개 프로퍼티들

프로퍼티 타입 설명
resource string

공개 메소드들

메소드 설명
Add ( ) : void
Create ( RichTextField owner, HtmlElement element ) : void
Dispose ( ) : void
HtmlButton ( ) : System
Release ( ) : void
Remove ( ) : void
SetPosition ( float x, float y ) : void

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

Create() 공개 메소드

public Create ( RichTextField owner, HtmlElement element ) : void
owner RichTextField
element HtmlElement
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HtmlButton() 공개 메소드

public HtmlButton ( ) : System
리턴 System

Release() 공개 메소드

public Release ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

SetPosition() 공개 메소드

public SetPosition ( float x, float y ) : void
x float
y float
리턴 void

프로퍼티 상세

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

public static string resource
리턴 string