C# Class hyades.entity.Fish

Inheritance: Enemy, IHasModel
Show file Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
Draw ( GraphicsDevice device, Camera camera ) : void
Fish ( ) : System
GetModel ( ) : Model
StartClip ( string name ) : void
Update ( double elapsed ) : void

Private Methods

Method Description
StartDefaultClip ( ) : void

Method Details

Draw() public method

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
return void

Fish() public method

public Fish ( ) : System
return System

GetModel() public method

public GetModel ( ) : Model
return Microsoft.Xna.Framework.Graphics.Model

StartClip() public method

public StartClip ( string name ) : void
name string
return void

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void