C# Class FairyGUI.RelationItem

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

Méthodes publiques

Méthode Description
Add ( RelationType relationType, bool usePercent ) : void
ApplyOnSelfSizeChanged ( float dWidth, float dHeight ) : void
CopyFrom ( RelationItem source ) : void
Dispose ( ) : void
InternalAdd ( RelationType relationType, bool usePercent ) : void
RelationItem ( GObject owner ) : System.Collections.Generic
Remove ( RelationType relationType ) : void

Private Methods

Méthode Description
AddRefTarget ( GObject target ) : void
ApplyOnSizeChanged ( RelationDef info ) : void
ApplyOnXYChanged ( RelationDef info, float dx, float dy ) : void
ReleaseRefTarget ( GObject target ) : void
__targetSizeChanged ( EventContext context ) : void
__targetXYChanged ( EventContext context ) : void

Method Details

Add() public méthode

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

ApplyOnSelfSizeChanged() public méthode

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

CopyFrom() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InternalAdd() public méthode

public InternalAdd ( RelationType relationType, bool usePercent ) : void
relationType RelationType
usePercent bool
Résultat void

RelationItem() public méthode

public RelationItem ( GObject owner ) : System.Collections.Generic
owner GObject
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( RelationType relationType ) : void
relationType RelationType
Résultat void