C# Class FSO.LotView.Utils._2DDrawGroup

Inheritance: IDisposable
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property 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[]

Public Methods

Method Description
Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Depth public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Depth
return Microsoft.Xna.Framework.Graphics.Texture2D

IndexBuf public_oe property

public IndexBuffer IndexBuf
return IndexBuffer

Indices public_oe property

public short[] Indices
return short[]

Mask public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Mask
return Microsoft.Xna.Framework.Graphics.Texture2D

Pixel public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Pixel
return Microsoft.Xna.Framework.Graphics.Texture2D

Primitives public_oe property

public int Primitives
return int

Technique public_oe property

public EffectTechnique,Microsoft.Xna.Framework.Graphics Technique
return Microsoft.Xna.Framework.Graphics.EffectTechnique

VertBuf public_oe property

public VertexBuffer VertBuf
return VertexBuffer

Vertices public_oe property

public _2DSpriteVertex[],FSO.LotView.Utils Vertices
return FSO.LotView.Utils._2DSpriteVertex[]