C# Class SmashBros.Models.MenuEntry

Afficher le fichier Open project: Grutn/TDT4240-X2 Class Usage Examples

Méthodes publiques

Свойство Type Description
action Action
bgImg Microsoft.Xna.Framework.Graphics.Texture2D
bgOffset Vector2
boundBox FarseerPhysics.Dynamics.Body
color Color
entryIndex int
scale float
selected bool
selectedColor Color
selectedScale float
text String
textSize Vector2

Méthodes publiques

Méthode Description
MenuEntry ( string text, Action action ) : System

Method Details

MenuEntry() public méthode

public MenuEntry ( string text, Action action ) : System
text string
action Action
Résultat System

Property Details

action public_oe property

public Action action
Résultat Action

bgImg public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics bgImg
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

bgOffset public_oe property

public Vector2 bgOffset
Résultat Vector2

boundBox public_oe property

public Body,FarseerPhysics.Dynamics boundBox
Résultat FarseerPhysics.Dynamics.Body

color public_oe property

public Color color
Résultat Color

entryIndex public_oe property

public int entryIndex
Résultat int

scale public_oe property

public float scale
Résultat float

selected public_oe property

public bool selected
Résultat bool

selectedColor public_oe property

public Color selectedColor
Résultat Color

selectedScale public_oe property

public float selectedScale
Résultat float

text public_oe property

public String text
Résultat String

textSize public_oe property

public Vector2 textSize
Résultat Vector2