C# Class OpenRA.Graphics.SpriteWithSecondaryData

Inheritance: Sprite
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
SecondaryBounds System.Drawing.Rectangle
SecondaryChannel TextureChannel
SecondaryTop float

Méthodes publiques

Méthode Description
SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System

Method Details

SpriteWithSecondaryData() public méthode

public SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System
s Sprite
secondaryBounds System.Drawing.Rectangle
secondaryChannel TextureChannel
Résultat System

Property Details

SecondaryBounds public_oe property

public Rectangle,System.Drawing SecondaryBounds
Résultat System.Drawing.Rectangle

SecondaryChannel public_oe property

public TextureChannel SecondaryChannel
Résultat TextureChannel

SecondaryTop public_oe property

public float SecondaryTop
Résultat float