C# Class FSO.LotView.Utils._2DSpriteGroup

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
SprRectangles FSO.Common.Model.IntersectRectTree
Sprites List<_2DSprite>>.Dictionary<_2DBatchRenderMode

Public Methods

Method Description
_2DSpriteGroup ( bool nonIntersect ) : System

Method Details

_2DSpriteGroup() public method

public _2DSpriteGroup ( bool nonIntersect ) : System
nonIntersect bool
return System

Property Details

SprRectangles public_oe property

public IntersectRectTree,FSO.Common.Model SprRectangles
return FSO.Common.Model.IntersectRectTree

Sprites public_oe property

public Dictionary<_2DBatchRenderMode,List<_2DSprite>> Sprites
return List<_2DSprite>>.Dictionary<_2DBatchRenderMode