Click or drag to resize

ScrollPaneScrollToView Method (GObject, Boolean)

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

Parameters

obj
Type: FairyGUIGObject
obj can be any object on stage, not limited to the direct child of this container.
ani
Type: SystemBoolean
If moving to target position with animation
See Also