C# 클래스 FSO.Client.UI.Panels.UIChatBalloon

상속: FSO.Client.UI.Framework.UIContainer
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
ClosestDir int
Color Color
DesiredRectPos Point
DisplayRect Microsoft.Xna.Framework.Rectangle
FadeTime int
Message string
Name string
TargetLocation Vector2
TargetPt Vector2

공개 메소드들

메소드 설명
DeterminePointSide ( ) : void
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
SetNameMessage ( string name, string message ) : void
UIChatBalloon ( UIChatPanel owner ) : System
Update ( UpdateState state ) : void
UpdateDesiredPosition ( ) : void

비공개 메소드들

메소드 설명
AlphaCopy ( Microsoft.Xna.Framework.Graphics.Texture2D tex ) : void
TextChanged ( ) : void

메소드 상세

DeterminePointSide() 공개 메소드

public DeterminePointSide ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
리턴 void

SetNameMessage() 공개 메소드

public SetNameMessage ( string name, string message ) : void
name string
message string
리턴 void

UIChatBalloon() 공개 메소드

public UIChatBalloon ( UIChatPanel owner ) : System
owner UIChatPanel
리턴 System

Update() 공개 메소드

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
리턴 void

UpdateDesiredPosition() 공개 메소드

public UpdateDesiredPosition ( ) : void
리턴 void

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

ClosestDir 공개적으로 프로퍼티

public int ClosestDir
리턴 int

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

DesiredRectPos 공개적으로 프로퍼티

public Point DesiredRectPos
리턴 Point

DisplayRect 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework DisplayRect
리턴 Microsoft.Xna.Framework.Rectangle

FadeTime 공개적으로 프로퍼티

public int FadeTime
리턴 int

Message 공개적으로 프로퍼티

public string Message
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

TargetLocation 공개적으로 프로퍼티

public Vector2 TargetLocation
리턴 Vector2

TargetPt 공개적으로 프로퍼티

public Vector2 TargetPt
리턴 Vector2