C# Class FSO.LotView.Utils._2DDrawGroup

Inheritance: IDisposable
Show file 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 property

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

IndexBuf public property

public IndexBuffer IndexBuf
return IndexBuffer

Indices public property

public short[] Indices
return short[]

Mask public property

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

Pixel public property

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

Primitives public property

public int Primitives
return int

Technique public property

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

VertBuf public property

public VertexBuffer VertBuf
return VertexBuffer

Vertices public property

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