Click or drag to resize

GComponentGetControllerAt Method

Returns a controller object at a certain index.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Controller GetControllerAt(
	int index
)

Parameters

index
Type: SystemInt32
Index

Return Value

Type: Controller
Controller object.
See Also