C# Class MrGravity.Game_Objects.Static_Objects.StaticObject

This class represents objects that don't move
Inheritance: GameObject
Exibir arquivo Open project: DizWARE/Mr-Gravity

Public Methods

Method Description
StaticObject ( ) : Microsoft.Xna.Framework

Default Constructor.

StaticObject ( Microsoft.Xna.Framework.Content.ContentManager content, float friction, EntityInfo entity ) : Microsoft.Xna.Framework

Constructs a new static object

Method Details

StaticObject() public method

Default Constructor.
public StaticObject ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

StaticObject() public method

Constructs a new static object
public StaticObject ( Microsoft.Xna.Framework.Content.ContentManager content, float friction, EntityInfo entity ) : Microsoft.Xna.Framework
content Microsoft.Xna.Framework.Content.ContentManager The games content manager
friction float Friction that reacts to physics objects
entity MrGravity.Import_Code.EntityInfo
return Microsoft.Xna.Framework