C# 클래스 FairyGUI.RelationItem

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( RelationType relationType, bool usePercent ) : void
relationType RelationType
usePercent bool
리턴 void

ApplyOnSelfSizeChanged() 공개 메소드

public ApplyOnSelfSizeChanged ( float dWidth, float dHeight ) : void
dWidth float
dHeight float
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( RelationItem source ) : void
source RelationItem
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InternalAdd() 공개 메소드

public InternalAdd ( RelationType relationType, bool usePercent ) : void
relationType RelationType
usePercent bool
리턴 void

RelationItem() 공개 메소드

public RelationItem ( GObject owner ) : System.Collections.Generic
owner GObject
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( RelationType relationType ) : void
relationType RelationType
리턴 void