Click or drag to resize

ScrollPaneScrollToView Method (GObject)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ScrollToView(
	GObject obj
)

Parameters

obj
Type: FairyGUIGObject
obj can be any object on stage, not limited to the direct child of this container.
See Also