Click or drag to resize

GComponentIsChildInView Method

Test if a child is in view.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsChildInView(
	GObject child
)

Parameters

child
Type: FairyGUIGObject
A child object

Return Value

Type: Boolean
True if in view
See Also