C# Class FairyGUI.Utils.HtmlImage

Inheritance: IHtmlObject
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( ) : void
Résultat void

Create() public méthode

public Create ( RichTextField owner, HtmlElement element ) : void
owner RichTextField
element HtmlElement
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HtmlImage() public méthode

public HtmlImage ( ) : System
Résultat System

Release() public méthode

public Release ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

SetPosition() public méthode

public SetPosition ( float x, float y ) : void
x float
y float
Résultat void