C# Class MiningGameServer.Shapes.AABBCollisionResult

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
IsIntersecting bool
X int
XSmaller bool

Méthodes publiques

Méthode Description
AABBCollisionResult ( int X, int Y, bool XSmaller, bool intersecting ) : System

Method Details

AABBCollisionResult() public méthode

public AABBCollisionResult ( int X, int Y, bool XSmaller, bool intersecting ) : System
X int
Y int
XSmaller bool
intersecting bool
Résultat System

Property Details

IsIntersecting public_oe property

public bool IsIntersecting
Résultat bool

X public_oe property

public int X
Résultat int

XSmaller public_oe property

public bool XSmaller
Résultat bool