C# 클래스 Pokemon3D.UI.NotificationItem

상속: UiElement
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
NotificationItem ( float lifeTime, NotificationKind notificationKind, string message ) : System.Collections.Generic
Update ( GameTime time ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

NotificationItem() 공개 메소드

public NotificationItem ( float lifeTime, NotificationKind notificationKind, string message ) : System.Collections.Generic
lifeTime float
notificationKind NotificationKind
message string
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void