C# Class Dischord.Engine.Randy

Inheritance: Mobile
Afficher le fichier Open project: jbrownbridge/Dischord

Protected Properties

Свойство Type Description
walkingSound Microsoft.Xna.Framework.Audio.SoundEffectInstance
walkingSoundDuration float

Méthodes publiques

Méthode Description
Draw ( ) : void
Initialize ( ) : void
Randy ( Vector2 position, float maxSpeed, Facing facing, Map map, TileSet tileSet ) : System
UpdatePositionAndFrame ( float elapsedTime, Viewport viewport ) : void
useFire ( ) : void
useGlue ( ) : void
useLyre ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Randy() public méthode

public Randy ( Vector2 position, float maxSpeed, Facing facing, Map map, TileSet tileSet ) : System
position Vector2
maxSpeed float
facing Facing
map Map
tileSet TileSet
Résultat System

UpdatePositionAndFrame() public méthode

public UpdatePositionAndFrame ( float elapsedTime, Viewport viewport ) : void
elapsedTime float
viewport Microsoft.Xna.Framework.Graphics.Viewport
Résultat void

useFire() public méthode

public useFire ( ) : void
Résultat void

useGlue() public méthode

public useGlue ( ) : void
Résultat void

useLyre() public méthode

public useLyre ( ) : void
Résultat void

Property Details

walkingSound protected_oe property

protected SoundEffectInstance,Microsoft.Xna.Framework.Audio walkingSound
Résultat Microsoft.Xna.Framework.Audio.SoundEffectInstance

walkingSoundDuration protected_oe property

protected float walkingSoundDuration
Résultat float