C# Class FairyGUI.Utils.HtmlImage

Inheritance: IHtmlObject
Mostrar archivo Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

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

HtmlImage() public method

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