C# 클래스 MoodSwingGame.MSCircularPicker

상속: MoodSwingGUI.MSPanel
파일 보기 프로젝트 열기: verngutz/MoodSwing

보호된 프로퍼티들

프로퍼티 타입 설명
bucksIcon MSImageHolder
gingerBreadManIcon MSImageHolder
selected MSBuilding
selectedEffect Microsoft.Xna.Framework.Graphics.Effect

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

AddMiddleOrb() 보호된 메소드

protected AddMiddleOrb ( ) : void
리턴 void

AddSelection() 보호된 메소드

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
리턴 void

AddSelection() 보호된 메소드

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
리턴 void

MSCircularPicker() 공개 메소드

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
리턴 System

MSCircularPicker() 공개 메소드

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
리턴 System

MSCircularPicker() 공개 메소드

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
리턴 System

MSCircularPicker() 공개 메소드

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
리턴 System

UnhighlightSelected() 공개 메소드

public UnhighlightSelected ( ) : void
리턴 void

프로퍼티 상세

bucksIcon 보호되어 있는 프로퍼티

protected MSImageHolder bucksIcon
리턴 MSImageHolder

gingerBreadManIcon 보호되어 있는 프로퍼티

protected MSImageHolder gingerBreadManIcon
리턴 MSImageHolder

selected 보호되어 있는 프로퍼티

protected MSBuilding,MoodSwingGame selected
리턴 MSBuilding

selectedEffect 보호되어 있는 프로퍼티

protected Effect,Microsoft.Xna.Framework.Graphics selectedEffect
리턴 Microsoft.Xna.Framework.Graphics.Effect