C# Class FSO.LotView.Utils._2DDrawGroup

Inheritance: IDisposable
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Depth Microsoft.Xna.Framework.Graphics.Texture2D
IndexBuf IndexBuffer
Indices short[]
Mask Microsoft.Xna.Framework.Graphics.Texture2D
Pixel Microsoft.Xna.Framework.Graphics.Texture2D
Primitives int
Technique Microsoft.Xna.Framework.Graphics.EffectTechnique
VertBuf VertexBuffer
Vertices FSO.LotView.Utils._2DSpriteVertex[]

Méthodes publiques

Méthode Description
Dispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Depth public_oe property

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

IndexBuf public_oe property

public IndexBuffer IndexBuf
Résultat IndexBuffer

Indices public_oe property

public short[] Indices
Résultat short[]

Mask public_oe property

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

Pixel public_oe property

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

Primitives public_oe property

public int Primitives
Résultat int

Technique public_oe property

public EffectTechnique,Microsoft.Xna.Framework.Graphics Technique
Résultat Microsoft.Xna.Framework.Graphics.EffectTechnique

VertBuf public_oe property

public VertexBuffer VertBuf
Résultat VertexBuffer

Vertices public_oe property

public _2DSpriteVertex[],FSO.LotView.Utils Vertices
Résultat FSO.LotView.Utils._2DSpriteVertex[]