C# 클래스 EssenceClient.Scenes.Game.ChatLayer

상속: CocosSharp.CCLayerColor
파일 보기 프로젝트 열기: Insality/essence-of-shadows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Messages List

공개 메소드들

메소드 설명
ChatLayer ( ) : System.Collections.Generic
Update ( float dt ) : void

보호된 메소드들

메소드 설명
AddedToScene ( ) : void

메소드 상세

AddedToScene() 보호된 메소드

protected AddedToScene ( ) : void
리턴 void

ChatLayer() 공개 메소드

public ChatLayer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void

프로퍼티 상세

Messages 공개적으로 프로퍼티

public List Messages
리턴 List