C# Class FairyGUI.Utils.HtmlLink

Inheritance: IHtmlObject
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
Add ( ) : void
Create ( RichTextField owner, HtmlElement element ) : void
Dispose ( ) : void
HtmlLink ( ) : System
Release ( ) : void
Remove ( ) : void
SetArea ( int startLine, float startCharX, int endLine, float endCharX ) : void
SetPosition ( float x, float y ) : void

Method Details

Add() public method

public Add ( ) : void
return void

Create() public method

public Create ( RichTextField owner, HtmlElement element ) : void
owner RichTextField
element HtmlElement
return void

Dispose() public method

public Dispose ( ) : void
return void

HtmlLink() public method

public HtmlLink ( ) : System
return System

Release() public method

public Release ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

SetArea() public method

public SetArea ( int startLine, float startCharX, int endLine, float endCharX ) : void
startLine int
startCharX float
endLine int
endCharX float
return void

SetPosition() public method

public SetPosition ( float x, float y ) : void
x float
y float
return void