C# Class MoveController.CollisionInfo, Castle-Bashers

Show file Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
above bool
forward bool
left bool

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

above public property

public bool above
return bool

forward public property

public bool forward
return bool

left public property

public bool left
return bool