C# 클래스 DeltaDNA.BackgroundLayer

상속: Layer
파일 보기 프로젝트 열기: deltaDNA/unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Init ( IPopup popup, object>.Dictionary layout, Texture texture, int depth ) : void
OnGUI ( ) : void

비공개 메소드들

메소드 설명
GetConstraintPixels ( string constraint, float edge ) : float
RenderAsContain ( object>.Dictionary rules ) : Rect
RenderAsCover ( object>.Dictionary rules ) : Rect

메소드 상세

Init() 공개 메소드

public Init ( IPopup popup, object>.Dictionary layout, Texture texture, int depth ) : void
popup IPopup
layout object>.Dictionary
texture UnityEngine.Texture
depth int
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void