C# 클래스 FairyGUI.Relations

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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