C# 클래스 FairyGUI.Utils.HtmlImage

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

공개 메소드들

메소드 설명
Add ( ) : void
Create ( RichTextField owner, HtmlElement element ) : void
Dispose ( ) : void
HtmlImage ( ) : 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

HtmlImage() 공개 메소드

public HtmlImage ( ) : 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