Click or drag to resize

UIPackageGetById Method

Return a UIPackage with a certain id.

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

Parameters

id
Type: SystemString
ID of the package.

Return Value

Type: UIPackage
UIPackage
See Also