C# Class MiningGameServer.Shapes.AABBCollisionResult

Mostra file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
IsIntersecting bool
X int
XSmaller bool

Public Methods

Method Description
AABBCollisionResult ( int X, int Y, bool XSmaller, bool intersecting ) : System

Method Details

AABBCollisionResult() public method

public AABBCollisionResult ( int X, int Y, bool XSmaller, bool intersecting ) : System
X int
Y int
XSmaller bool
intersecting bool
return System

Property Details

IsIntersecting public_oe property

public bool IsIntersecting
return bool

X public_oe property

public int X
return int

XSmaller public_oe property

public bool XSmaller
return bool