C# Class EnaiumToolKit.Framework.Screen.Elements.ColorButton

Inheritance: EnaiumToolKit.Framework.Screen.Elements.Element
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Свойство Type Description
Color Color

Méthodes publiques

Méthode Description
ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
Render ( SpriteBatch b, int x, int y ) : void

Method Details

ColorButton() public méthode

public ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
title string
description string
Résultat EnaiumToolKit.Framework.Utils

Render() public méthode

public Render ( SpriteBatch b, int x, int y ) : void
b SpriteBatch
x int
y int
Résultat void

Property Details

Color public_oe property

public Color Color
Résultat Color