C# Class FairyGUI.Relations

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
handling GObject

Public Methods

Method Description
Add ( GObject target, RelationType relationType ) : void

Add ( GObject target, RelationType relationType, bool usePercent ) : void

AddItems ( GObject target, string sidePairs ) : void
ClearAll ( ) : void

ClearFor ( GObject target ) : void

Contains ( GObject target ) : bool

CopyFrom ( Relations source ) : void

Dispose ( ) : void

OnOwnerSizeChanged ( float dWidth, float dHeight ) : void

Relations ( GObject owner ) : System
Remove ( GObject target, RelationType relationType ) : void

Setup ( XML xml ) : void

Method Details

Add() public method

public Add ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
return void

Add() public method

public Add ( GObject target, RelationType relationType, bool usePercent ) : void
target GObject
relationType RelationType
usePercent bool
return void

AddItems() public method

public AddItems ( GObject target, string sidePairs ) : void
target GObject
sidePairs string
return void

ClearAll() public method

public ClearAll ( ) : void
return void

ClearFor() public method

public ClearFor ( GObject target ) : void
target GObject
return void

Contains() public method

public Contains ( GObject target ) : bool
target GObject
return bool

CopyFrom() public method

public CopyFrom ( Relations source ) : void
source Relations
return void

Dispose() public method

public Dispose ( ) : void
return void

OnOwnerSizeChanged() public method

public OnOwnerSizeChanged ( float dWidth, float dHeight ) : void
dWidth float
dHeight float
return void

Relations() public method

public Relations ( GObject owner ) : System
owner GObject
return System

Remove() public method

public Remove ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
return void

Setup() public method

public Setup ( XML xml ) : void
xml FairyGUI.Utils.XML
return void

Property Details

handling public_oe property

public GObject,FairyGUI handling
return GObject