C# Class GrandLarceny.DuckHideObject

Inheritance: GrandLarceny.NonMovingObject
Mostra file Open project: melburn/GLhf

Public Methods

Method Description
DuckHideObject ( Vector2 a_posV2, String a_sprite, float a_layer ) : System
loadContent ( ) : void

Private Methods

Method Description
updateCollisionWith ( Entity a_collider ) : void

Method Details

DuckHideObject() public method

public DuckHideObject ( Vector2 a_posV2, String a_sprite, float a_layer ) : System
a_posV2 Vector2
a_sprite String
a_layer float
return System

loadContent() public method

public loadContent ( ) : void
return void