C# Class MilkShakeFramework.Core.Game.GameEntity

Inheritance: Entity
显示文件 Open project: lucas-jones/MilkShake-old Class Usage Examples

Protected Properties

Property Type Description
_filter MilkShakeFramework.Core.Filters.Filter

Public Methods

Method Description
Draw ( ) : void
FixUp ( ) : void
GameEntity ( ) : System
GenerateMatrix ( ) : Matrix
Load ( LoadManager content ) : void
SetParent ( ITreeNode parent ) : void
Setup ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

FixUp() public method

public FixUp ( ) : void
return void

GameEntity() public method

public GameEntity ( ) : System
return System

GenerateMatrix() public method

public GenerateMatrix ( ) : Matrix
return Matrix

Load() public method

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
return void

SetParent() public method

public SetParent ( ITreeNode parent ) : void
parent ITreeNode
return void

Setup() public method

public Setup ( ) : void
return void

Update() public method

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

Property Details

_filter protected_oe property

protected Filter,MilkShakeFramework.Core.Filters _filter
return MilkShakeFramework.Core.Filters.Filter