C# Class FairyGUI.Relations

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
handling GObject

Méthodes publiques

Méthode 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 méthode

public Add ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
Résultat void

Add() public méthode

public Add ( GObject target, RelationType relationType, bool usePercent ) : void
target GObject
relationType RelationType
usePercent bool
Résultat void

AddItems() public méthode

public AddItems ( GObject target, string sidePairs ) : void
target GObject
sidePairs string
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

ClearFor() public méthode

public ClearFor ( GObject target ) : void
target GObject
Résultat void

Contains() public méthode

public Contains ( GObject target ) : bool
target GObject
Résultat bool

CopyFrom() public méthode

public CopyFrom ( Relations source ) : void
source Relations
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnOwnerSizeChanged() public méthode

public OnOwnerSizeChanged ( float dWidth, float dHeight ) : void
dWidth float
dHeight float
Résultat void

Relations() public méthode

public Relations ( GObject owner ) : System
owner GObject
Résultat System

Remove() public méthode

public Remove ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
Résultat void

Setup() public méthode

public Setup ( XML xml ) : void
xml FairyGUI.Utils.XML
Résultat void

Property Details

handling public_oe property

public GObject,FairyGUI handling
Résultat GObject