GComponent.IsChildInView Method |
Test if a child is in view.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsChildInView(
GObject child
)
Parameters
- child
- Type: FairyGUI.GObject
A child object
Return Value
Type:
BooleanTrue if in view
See Also