C# Class hyades.entity.Octopus

Inheritance: Enemy, IHasModel
显示文件 Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
Draw ( GraphicsDevice device, Camera camera ) : void
GetModel ( ) : Model
Octopus ( ) : System
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

GetModel() public method

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

Octopus() public method

public Octopus ( ) : System
return System

StartClip() public method

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

Update() public method

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