Click or drag to resize

GObject.AddRelation Method (GObject, RelationType, Boolean)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddRelation(
	GObject target,
	RelationType relationType,
	bool usePercent
)

Parameters

target
Type: FairyGUI.GObject
relationType
Type: FairyGUI.RelationType
usePercent
Type: System.Boolean
See Also