C# 클래스 Terraria.UI.UIScrollWheelEvent

상속: UIMouseEvent
파일 보기 프로젝트 열기: Wilson-hL/TerrariaSourceCode 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ScrollWheelValue int

공개 메소드들

메소드 설명
UIScrollWheelEvent ( UIElement target, Vector2 mousePosition, int scrollWheelValue ) : Microsoft.Xna.Framework

메소드 상세

UIScrollWheelEvent() 공개 메소드

public UIScrollWheelEvent ( UIElement target, Vector2 mousePosition, int scrollWheelValue ) : Microsoft.Xna.Framework
target UIElement
mousePosition Vector2
scrollWheelValue int
리턴 Microsoft.Xna.Framework

프로퍼티 상세

ScrollWheelValue 공개적으로 프로퍼티

public int ScrollWheelValue
리턴 int