C# Class GridInfo, ThreeDWorld

Exibir arquivo Open project: dicarlolab/ThreeDWorld Class Usage Examples

Public Properties

Property Type Description
downSquares int
inUse bool
leftSquares int
rightSquares int
upSquares int
x int
y int

Public Methods

Method Description
GetDistInDir ( Point2, pt ) : int
GetDistInDir ( int dx, int dy ) : int

Method Details

GetDistInDir() public method

public GetDistInDir ( Point2, pt ) : int
pt Point2,
return int

GetDistInDir() public method

public GetDistInDir ( int dx, int dy ) : int
dx int
dy int
return int

Property Details

downSquares public_oe property

public int downSquares
return int

inUse public_oe property

public bool inUse
return bool

leftSquares public_oe property

public int leftSquares
return int

rightSquares public_oe property

public int rightSquares
return int

upSquares public_oe property

public int upSquares
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int