C# Class FairyGUI.Utils.HtmlSelect

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

Public Properties

Property Type Description
resource string

Public Methods

Method Description
Add ( ) : void
Create ( RichTextField owner, HtmlElement element ) : void
Dispose ( ) : void
HtmlSelect ( ) : System
Release ( ) : void
Remove ( ) : 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

HtmlSelect() public method

public HtmlSelect ( ) : System
return System

Release() public method

public Release ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

SetPosition() public method

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

Property Details

resource public static property

public static string resource
return string