C# Class OpenRA.Graphics.SpriteWithSecondaryData

Inheritance: Sprite
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
SecondaryBounds System.Drawing.Rectangle
SecondaryChannel TextureChannel
SecondaryTop float

Public Methods

Method Description
SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System

Method Details

SpriteWithSecondaryData() public method

public SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System
s Sprite
secondaryBounds System.Drawing.Rectangle
secondaryChannel TextureChannel
return System

Property Details

SecondaryBounds public property

public Rectangle,System.Drawing SecondaryBounds
return System.Drawing.Rectangle

SecondaryChannel public property

public TextureChannel SecondaryChannel
return TextureChannel

SecondaryTop public property

public float SecondaryTop
return float