C# 클래스 FSO.Client.UI.Controls.UIInteraction

Used to display an interaction. Will eventually have all features like the timer, big huge red x support for cancel etc.
상속: FSO.Client.UI.Framework.UIElement
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Icon Texture2D
ParentEntry UIIQTrackEntry

공개 메소드들

메소드 설명
Draw ( UISpriteBatch batch ) : void
GetBounds ( ) : Rectangle
SetActive ( bool active ) : void
SetCancelled ( ) : void
UIInteraction ( bool Active ) : System

비공개 메소드들

메소드 설명
MouseEvt ( UIMouseEventType type, UpdateState state ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( UISpriteBatch batch ) : void
batch UISpriteBatch
리턴 void

GetBounds() 공개 메소드

public GetBounds ( ) : Rectangle
리턴 Rectangle

SetActive() 공개 메소드

public SetActive ( bool active ) : void
active bool
리턴 void

SetCancelled() 공개 메소드

public SetCancelled ( ) : void
리턴 void

UIInteraction() 공개 메소드

public UIInteraction ( bool Active ) : System
Active bool
리턴 System

프로퍼티 상세

Icon 공개적으로 프로퍼티

public Texture2D Icon
리턴 Texture2D

ParentEntry 공개적으로 프로퍼티

public UIIQTrackEntry ParentEntry
리턴 UIIQTrackEntry