C# Class FSO.Common.Model.IntersectRectNode

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Dimension IntersectRectDimension
LeftChild IntersectRectNode
Rect Microsoft.Xna.Framework.Rectangle
RightChild IntersectRectNode

Public Methods

Method Description
AddAsChild ( Rectangle rect ) : void
SearchForIntersect ( Rectangle rect ) : bool

Method Details

AddAsChild() public method

public AddAsChild ( Rectangle rect ) : void
rect Microsoft.Xna.Framework.Rectangle
return void

SearchForIntersect() public method

public SearchForIntersect ( Rectangle rect ) : bool
rect Microsoft.Xna.Framework.Rectangle
return bool

Property Details

Dimension public_oe property

public IntersectRectDimension Dimension
return IntersectRectDimension

LeftChild public_oe property

public IntersectRectNode,FSO.Common.Model LeftChild
return IntersectRectNode

Rect public_oe property

public Rectangle,Microsoft.Xna.Framework Rect
return Microsoft.Xna.Framework.Rectangle

RightChild public_oe property

public IntersectRectNode,FSO.Common.Model RightChild
return IntersectRectNode