Click or drag to resize
NTextureDispose Method (Boolean)
Releases the unmanaged resources used by the NTexture and optionally releases the managed resources

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Dispose(
	bool allowDestroyingAssets
)

Parameters

allowDestroyingAssets
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also