Click or drag to resize

GoWrapper Constructor (GameObject)

Initializes a new instance of the GoWrapper class

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GoWrapper(
	GameObject go
)

Parameters

go
Type: GameObject
包装对象。
See Also