Click or drag to resize
UIPackageRemovePackage Method (String, Boolean)
Remove a package. All resources in this package will be disposed.

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RemovePackage(
	string packageIdOrName,
	bool allowDestroyingAssets
)

Parameters

packageIdOrName
Type: SystemString
allowDestroyingAssets
Type: SystemBoolean
See Also