C# Class ZombieShooter.Grid

ファイルを表示 Open project: Spectrewiz/Zombie-Shooter Class Usage Examples

Public Properties

Property Type Description
G int
Parent Point
Walkable bool

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

G public_oe property

public int G
return int

Parent public_oe property

public Point Parent
return Point

Walkable public_oe property

public bool Walkable
return bool