C# 클래스 EnaiumToolKit.Framework.Screen.Elements.ColorButton

상속: EnaiumToolKit.Framework.Screen.Elements.Element
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 프로퍼티들

프로퍼티 타입 설명
Color Color

공개 메소드들

메소드 설명
ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
Render ( SpriteBatch b, int x, int y ) : void

메소드 상세

ColorButton() 공개 메소드

public ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
title string
description string
리턴 EnaiumToolKit.Framework.Utils

Render() 공개 메소드

public Render ( SpriteBatch b, int x, int y ) : void
b SpriteBatch
x int
y int
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color