C# 클래스 U9CompositeView, swip3

상속: U9View
파일 보기 프로젝트 열기: unit9/swip3

공개 메소드들

메소드 설명
Display ( ) : void
Hide ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
CreateDisplayTransition ( bool force ) : U9Transition,
CreateHideTransition ( bool force ) : U9Transition,
DisableInteractionInternal ( ) : void
EnableInteractionInternal ( ) : void

비공개 메소드들

메소드 설명
CreateCompositeTransition ( U9Transition, ts ) : U9Transition,

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

CreateDisplayTransition() 보호된 메소드

protected CreateDisplayTransition ( bool force ) : U9Transition,
force bool
리턴 U9Transition,

CreateHideTransition() 보호된 메소드

protected CreateHideTransition ( bool force ) : U9Transition,
force bool
리턴 U9Transition,

DisableInteractionInternal() 보호된 메소드

protected DisableInteractionInternal ( ) : void
리턴 void

Display() 공개 메소드

public Display ( ) : void
리턴 void

EnableInteractionInternal() 보호된 메소드

protected EnableInteractionInternal ( ) : void
리턴 void

Hide() 공개 메소드

public Hide ( ) : void
리턴 void