C# Class MrGravity.PhysicsEnvironment

Environment where Physics objects exist
Show file Open project: DizWARE/Mr-Gravity Class Usage Examples

Public Properties

Property Type Description
DirectionDown Microsoft.Xna.Framework.Vector2
DirectionLeft Microsoft.Xna.Framework.Vector2
DirectionRight Microsoft.Xna.Framework.Vector2
DirectionUp Microsoft.Xna.Framework.Vector2

Property Details

DirectionDown public property

public Vector2,Microsoft.Xna.Framework DirectionDown
return Microsoft.Xna.Framework.Vector2

DirectionLeft public property

public Vector2,Microsoft.Xna.Framework DirectionLeft
return Microsoft.Xna.Framework.Vector2

DirectionRight public property

public Vector2,Microsoft.Xna.Framework DirectionRight
return Microsoft.Xna.Framework.Vector2

DirectionUp public property

public Vector2,Microsoft.Xna.Framework DirectionUp
return Microsoft.Xna.Framework.Vector2