C# 클래스 Zeplin.HeadsUpDisplay

상속: Layer
파일 보기 프로젝트 열기: zumpiez/Zeplin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GenerateDefaultName string

공개 메소드들

메소드 설명
Add ( Zeplin.GameObject addedObject ) : void

Adds a GameObject to this layer

HeadsUpDisplay ( ) : System
Remove ( Zeplin.GameObject removedObject ) : bool

Removes an object from this layer

this ( string widgetName ) : Zeplin.GameObject

비공개 메소드들

메소드 설명
GenerateDefaultName ( Zeplin.GameObject gameObject ) : string

메소드 상세

Add() 공개 메소드

Adds a GameObject to this layer
public Add ( Zeplin.GameObject addedObject ) : void
addedObject Zeplin.GameObject The added IGameObjectProvider
리턴 void

HeadsUpDisplay() 공개 메소드

public HeadsUpDisplay ( ) : System
리턴 System

Remove() 공개 메소드

Removes an object from this layer
public Remove ( Zeplin.GameObject removedObject ) : bool
removedObject Zeplin.GameObject The IGameObjectProvider to be removed
리턴 bool

this() 공개 메소드

public this ( string widgetName ) : Zeplin.GameObject
widgetName string
리턴 Zeplin.GameObject