C# Class PrinceGame.Frame

Show file Open project: salvadorc17/Prince-Monogame

Public Properties

Property 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

Public Methods

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

Method Details

DeepCopy() public method

public DeepCopy ( ) : Frame
return Frame

Frame() public method

public Frame ( ) : System
return System

PlaySound() public method

public PlaySound ( ) : void
return void

SetSound() public method

public SetSound ( SoundEffect value ) : void
value Microsoft.Xna.Framework.Audio.SoundEffect
return void

SetTexture() public method

public SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D value ) : void
value Microsoft.Xna.Framework.Graphics.Texture2D
return void

Property Details

Width public property

public int Width
return int

delay public property

public float delay
return float

name public property

public string name
return string

parameter public property

public string parameter
return string

raised public property

public bool raised
return bool

sound public property

public string sound
return string

soundFirstTime public property

public bool soundFirstTime
return bool

soundLoop public property

public bool soundLoop
return bool

stoppable public property

public bool stoppable
return bool

type public property

public Enumeration.TypeFrame type
return Enumeration.TypeFrame

value public property

public string value
return string

xOffSet public property

public int xOffSet
return int

yOffSet public property

public int yOffSet
return int