Click or drag to resize

GComponent.GetControllerAt 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: System.Int32
Index

Return Value

Type: Controller
Controller object.
See Also