C# Класс FairyGUI.Relations

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
handling GObject

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
Результат void

Add() публичный Метод

public Add ( GObject target, RelationType relationType, bool usePercent ) : void
target GObject
relationType RelationType
usePercent bool
Результат void

AddItems() публичный Метод

public AddItems ( GObject target, string sidePairs ) : void
target GObject
sidePairs string
Результат void

ClearAll() публичный Метод

public ClearAll ( ) : void
Результат void

ClearFor() публичный Метод

public ClearFor ( GObject target ) : void
target GObject
Результат void

Contains() публичный Метод

public Contains ( GObject target ) : bool
target GObject
Результат bool

CopyFrom() публичный Метод

public CopyFrom ( Relations source ) : void
source Relations
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

OnOwnerSizeChanged() публичный Метод

public OnOwnerSizeChanged ( float dWidth, float dHeight ) : void
dWidth float
dHeight float
Результат void

Relations() публичный Метод

public Relations ( GObject owner ) : System
owner GObject
Результат System

Remove() публичный Метод

public Remove ( GObject target, RelationType relationType ) : void
target GObject
relationType RelationType
Результат void

Setup() публичный Метод

public Setup ( XML xml ) : void
xml FairyGUI.Utils.XML
Результат void

Описание свойств

handling публичное свойство

public GObject,FairyGUI handling
Результат GObject