C# Class PrinceGame.Frame

Afficher le fichier Open project: salvadorc17/Prince-Monogame

Méthodes publiques

Свойство Type Description
Width int
delay float
name string
parameter string
raised bool
sound string
soundFirstTime bool
soundLoop bool
stoppable bool
type Enumeration.TypeFrame
value string
xOffSet int
yOffSet int

Méthodes publiques

Méthode Description
DeepCopy ( ) : Frame
Frame ( ) : System
PlaySound ( ) : void
SetSound ( SoundEffect value ) : void
SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D value ) : void

Method Details

DeepCopy() public méthode

public DeepCopy ( ) : Frame
Résultat Frame

Frame() public méthode

public Frame ( ) : System
Résultat System

PlaySound() public méthode

public PlaySound ( ) : void
Résultat void

SetSound() public méthode

public SetSound ( SoundEffect value ) : void
value Microsoft.Xna.Framework.Audio.SoundEffect
Résultat void

SetTexture() public méthode

public SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D value ) : void
value Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void

Property Details

Width public_oe property

public int Width
Résultat int

delay public_oe property

public float delay
Résultat float

name public_oe property

public string name
Résultat string

parameter public_oe property

public string parameter
Résultat string

raised public_oe property

public bool raised
Résultat bool

sound public_oe property

public string sound
Résultat string

soundFirstTime public_oe property

public bool soundFirstTime
Résultat bool

soundLoop public_oe property

public bool soundLoop
Résultat bool

stoppable public_oe property

public bool stoppable
Résultat bool

type public_oe property

public Enumeration.TypeFrame type
Résultat Enumeration.TypeFrame

value public_oe property

public string value
Résultat string

xOffSet public_oe property

public int xOffSet
Résultat int

yOffSet public_oe property

public int yOffSet
Résultat int