C# Class OpenRA.Graphics.SpriteWithSecondaryData

Inheritance: Sprite
显示文件 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_oe property

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

SecondaryChannel public_oe property

public TextureChannel SecondaryChannel
return TextureChannel

SecondaryTop public_oe property

public float SecondaryTop
return float