C# Class GrandLarceny.LockedDoor

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

Public Methods

Method Description
LockedDoor ( Vector2 a_position, String a_sprite, float a_layer ) : System
isLocked ( ) : bool
isTransparent ( ) : bool

Private Methods

Method Description
updateCollisionWith ( Entity a_collid ) : void

Method Details

LockedDoor() public method

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

isLocked() public method

public isLocked ( ) : bool
return bool

isTransparent() public method

public isTransparent ( ) : bool
return bool