C# Class RenderingLibrary.Graphics.SolidRectangle

Inheritance: IPositionedSizedObject, IRenderable, IVisible
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Color Color

Private Properties

Property Type Description
GetAtlasedTexture Microsoft.Xna.Framework.Graphics.Texture2D
IRenderable void
IRenderable void
IRenderableIpso void

Public Methods

Method Description
SolidRectangle ( ) : System
ToString ( ) : string

Private Methods

Method Description
GetAtlasedTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D

Checks if the Colored Rectangle texture is located in a loaded atlas.

IRenderable ( ) : void
IRenderable ( SpriteRenderer spriteRenderer, SystemManagers managers ) : void
IRenderableIpso ( IRenderableIpso parent ) : void

Method Details

SolidRectangle() public method

public SolidRectangle ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Color public property

public Color Color
return Color