C# Class GrandLarceny.ConsumableGoal

Inheritance: GrandLarceny.Consumable
Exibir arquivo Open project: melburn/GLhf

Public Methods

Method Description
ConsumableGoal ( Vector2 a_position, String a_sprite, float a_layer ) : System
getFeedback ( ) : GrandLarceny.GameObject

Protected Methods

Method Description
collect ( ) : bool

Method Details

ConsumableGoal() public method

public ConsumableGoal ( Vector2 a_position, String a_sprite, float a_layer ) : System
a_position Vector2
a_sprite String
a_layer float
return System

collect() protected method

protected collect ( ) : bool
return bool

getFeedback() public method

public getFeedback ( ) : GrandLarceny.GameObject
return GrandLarceny.GameObject