C# Class MoodSwingGame.MSCircularPicker

Inheritance: MoodSwingGUI.MSPanel
Afficher le fichier Open project: verngutz/MoodSwing

Protected Properties

Свойство Type Description
bucksIcon MSImageHolder
gingerBreadManIcon MSImageHolder
selected MSBuilding
selectedEffect Microsoft.Xna.Framework.Graphics.Effect

Méthodes publiques

Méthode Description
MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSBuilding selected, Color highlight, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSBuilding selected, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, MSBuilding selected, Color highlight, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, MSBuilding selected, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
UnhighlightSelected ( ) : void

Méthodes protégées

Méthode Description
AddMiddleOrb ( ) : void
AddSelection ( string title, string description, MSBuildingStats stats, Rectangle boundingRectangle, Microsoft.Xna.Framework.Graphics.Texture2D unhoveredTexture, Microsoft.Xna.Framework.Graphics.Texture2D clickedTexture, Microsoft.Xna.Framework.Graphics.Texture2D hoveredTexture ) : void
AddSelection ( string title, string description, MSBuildingStats stats, Rectangle boundingRectangle, Microsoft.Xna.Framework.Graphics.Texture2D unhoveredTexture, Microsoft.Xna.Framework.Graphics.Texture2D clickedTexture, Microsoft.Xna.Framework.Graphics.Texture2D hoveredTexture, Alignment alignment ) : void

Method Details

AddMiddleOrb() protected méthode

protected AddMiddleOrb ( ) : void
Résultat void

AddSelection() protected méthode

protected AddSelection ( string title, string description, MSBuildingStats stats, Rectangle boundingRectangle, Microsoft.Xna.Framework.Graphics.Texture2D unhoveredTexture, Microsoft.Xna.Framework.Graphics.Texture2D clickedTexture, Microsoft.Xna.Framework.Graphics.Texture2D hoveredTexture ) : void
title string
description string
stats MSBuildingStats
boundingRectangle Microsoft.Xna.Framework.Rectangle
unhoveredTexture Microsoft.Xna.Framework.Graphics.Texture2D
clickedTexture Microsoft.Xna.Framework.Graphics.Texture2D
hoveredTexture Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void

AddSelection() protected méthode

protected AddSelection ( string title, string description, MSBuildingStats stats, Rectangle boundingRectangle, Microsoft.Xna.Framework.Graphics.Texture2D unhoveredTexture, Microsoft.Xna.Framework.Graphics.Texture2D clickedTexture, Microsoft.Xna.Framework.Graphics.Texture2D hoveredTexture, Alignment alignment ) : void
title string
description string
stats MSBuildingStats
boundingRectangle Microsoft.Xna.Framework.Rectangle
unhoveredTexture Microsoft.Xna.Framework.Graphics.Texture2D
clickedTexture Microsoft.Xna.Framework.Graphics.Texture2D
hoveredTexture Microsoft.Xna.Framework.Graphics.Texture2D
alignment Alignment
Résultat void

MSCircularPicker() public méthode

public MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSBuilding selected, Color highlight, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
selected MSBuilding
highlight Color
shape Shape
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

MSCircularPicker() public méthode

public MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSBuilding selected, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
selected MSBuilding
shape Shape
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

MSCircularPicker() public méthode

public MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, MSBuilding selected, Color highlight, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
topPadding float
bottomPadding float
leftPadding float
rightPadding float
selected MSBuilding
highlight Color
shape Shape
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

MSCircularPicker() public méthode

public MSCircularPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, float topPadding, float bottomPadding, float leftPadding, float rightPadding, MSBuilding selected, Shape shape, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
topPadding float
bottomPadding float
leftPadding float
rightPadding float
selected MSBuilding
shape Shape
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

UnhighlightSelected() public méthode

public UnhighlightSelected ( ) : void
Résultat void

Property Details

bucksIcon protected_oe property

protected MSImageHolder bucksIcon
Résultat MSImageHolder

gingerBreadManIcon protected_oe property

protected MSImageHolder gingerBreadManIcon
Résultat MSImageHolder

selected protected_oe property

protected MSBuilding,MoodSwingGame selected
Résultat MSBuilding

selectedEffect protected_oe property

protected Effect,Microsoft.Xna.Framework.Graphics selectedEffect
Résultat Microsoft.Xna.Framework.Graphics.Effect