C# Class GridInfo, ThreeDWorld

Afficher le fichier Open project: dicarlolab/ThreeDWorld Class Usage Examples

Méthodes publiques

Свойство Type Description
downSquares int
inUse bool
leftSquares int
rightSquares int
upSquares int
x int
y int

Méthodes publiques

Méthode Description
GetDistInDir ( Point2, pt ) : int
GetDistInDir ( int dx, int dy ) : int

Method Details

GetDistInDir() public méthode

public GetDistInDir ( Point2, pt ) : int
pt Point2,
Résultat int

GetDistInDir() public méthode

public GetDistInDir ( int dx, int dy ) : int
dx int
dy int
Résultat int

Property Details

downSquares public_oe property

public int downSquares
Résultat int

inUse public_oe property

public bool inUse
Résultat bool

leftSquares public_oe property

public int leftSquares
Résultat int

rightSquares public_oe property

public int rightSquares
Résultat int

upSquares public_oe property

public int upSquares
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int