C# Class FairyGUI.UIObjectFactory

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
NewObject ( PackageItem pi ) : GObject

NewObject ( string type ) : GObject

SetLoaderExtension ( System type ) : void

SetPackageItemExtension ( string url, System type ) : void

Method Details

NewObject() public static method

public static NewObject ( PackageItem pi ) : GObject
pi PackageItem
return GObject

NewObject() public static method

public static NewObject ( string type ) : GObject
type string
return GObject

SetLoaderExtension() public static method

public static SetLoaderExtension ( System type ) : void
type System
return void

SetPackageItemExtension() public static method

public static SetPackageItemExtension ( string url, System type ) : void
url string
type System
return void