C# 클래스 Terraria.GameContent.UI.Elements.UIImageButton

상속: Terraria.UI.UIElement
파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 메소드들

메소드 설명
MouseOver ( UIMouseEvent evt ) : void
SetImage ( Texture2D texture ) : void
SetVisibility ( float whenActive, float whenInactive ) : void
UIImageButton ( Texture2D texture ) : Microsoft.Xna.Framework

보호된 메소드들

메소드 설명
DrawSelf ( SpriteBatch spriteBatch ) : void

메소드 상세

DrawSelf() 보호된 메소드

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

MouseOver() 공개 메소드

public MouseOver ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
리턴 void

SetImage() 공개 메소드

public SetImage ( Texture2D texture ) : void
texture Texture2D
리턴 void

SetVisibility() 공개 메소드

public SetVisibility ( float whenActive, float whenInactive ) : void
whenActive float
whenInactive float
리턴 void

UIImageButton() 공개 메소드

public UIImageButton ( Texture2D texture ) : Microsoft.Xna.Framework
texture Texture2D
리턴 Microsoft.Xna.Framework