Click or drag to resize

UIPackageAddPackage Method (String)

Add a UI package from a path relative to Unity Resources path.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static UIPackage AddPackage(
	string descFilePath
)

Parameters

descFilePath
Type: SystemString
Path relative to Unity Resources path.

Return Value

Type: UIPackage
UIPackage
See Also