C# Class Ypsilon.Providers.DisplayProvider.GraphicsDataForDevice

Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Свойство Type Description
Data uint[]
DeviceBusIndex int
Texture Microsoft.Xna.Framework.Graphics.Texture2D
Width int

Méthodes publiques

Méthode Description
GraphicsDataForDevice ( SpriteBatchExtended sb, int busIndex, int width, int height ) : System.Collections.Generic

Method Details

GraphicsDataForDevice() public méthode

public GraphicsDataForDevice ( SpriteBatchExtended sb, int busIndex, int width, int height ) : System.Collections.Generic
sb Ypsilon.Core.Graphics.SpriteBatchExtended
busIndex int
width int
height int
Résultat System.Collections.Generic

Property Details

Data public_oe property

public uint[] Data
Résultat uint[]

DeviceBusIndex public_oe property

public int DeviceBusIndex
Résultat int

Texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Width public_oe property

public int Width
Résultat int