C# Class Cascade.Global

Show file Open project: RIT-Tool-Time/Cascade

Public Properties

Property Type Description
Camera Camera
Effect VertexEffect
Game Game1
Output OutputString
ParticleManager ParticleManager
ScreenSize Vector2
SpriteEffect SpriteShader
Touches List

Public Methods

Method Description
SetSpeed ( float target, float speed ) : void
Update ( GameTime time ) : void
init ( ) : void

Method Details

SetSpeed() public static method

public static SetSpeed ( float target, float speed ) : void
target float
speed float
return void

Update() public static method

public static Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

init() public static method

public static init ( ) : void
return void

Property Details

Camera public static property

public static Camera,Cascade Camera
return Camera

Effect public static property

public static VertexEffect,Cascade Effect
return VertexEffect

Game public static property

public static Game1,Cascade Game
return Game1

Output public static property

public static OutputString,Cascade Output
return OutputString

ParticleManager public static property

public static ParticleManager,Cascade ParticleManager
return ParticleManager

ScreenSize public static property

public static Vector2 ScreenSize
return Vector2

SpriteEffect public static property

public static SpriteShader,Cascade SpriteEffect
return SpriteShader

Touches public static property

public static List Touches
return List