C# Class VeeGen.VGTile

Mostrar archivo Open project: SuperV1234/VeeGen Class Usage Examples

Public Methods

Method Description
Clone ( ) : VGTile
Set ( int mValue, bool mPassable = true ) : void

Private Methods

Method Description
VGTile ( int mX, int mY, int mValue, bool mPassable = true ) : System.Diagnostics

Method Details

Clone() public method

public Clone ( ) : VGTile
return VGTile

Set() public method

public Set ( int mValue, bool mPassable = true ) : void
mValue int
mPassable bool
return void