C# Class Cascade.Global

Mostra 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_oe static_oe property

public static Camera,Cascade Camera
return Camera

Effect public_oe static_oe property

public static VertexEffect,Cascade Effect
return VertexEffect

Game public_oe static_oe property

public static Game1,Cascade Game
return Game1

Output public_oe static_oe property

public static OutputString,Cascade Output
return OutputString

ParticleManager public_oe static_oe property

public static ParticleManager,Cascade ParticleManager
return ParticleManager

ScreenSize public_oe static_oe property

public static Vector2 ScreenSize
return Vector2

SpriteEffect public_oe static_oe property

public static SpriteShader,Cascade SpriteEffect
return SpriteShader

Touches public_oe static_oe property

public static List Touches
return List