C# Class FairyGUI.UIObjectFactory

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

Méthodes publiques

Méthode Description
NewObject ( PackageItem pi ) : GObject

NewObject ( string type ) : GObject

SetLoaderExtension ( System type ) : void

SetPackageItemExtension ( string url, System type ) : void

Method Details

NewObject() public static méthode

public static NewObject ( PackageItem pi ) : GObject
pi PackageItem
Résultat GObject

NewObject() public static méthode

public static NewObject ( string type ) : GObject
type string
Résultat GObject

SetLoaderExtension() public static méthode

public static SetLoaderExtension ( System type ) : void
type System
Résultat void

SetPackageItemExtension() public static méthode

public static SetPackageItemExtension ( string url, System type ) : void
url string
type System
Résultat void