C# Class PSSGManager.Model

Mostrar archivo Open project: miek/dirt3-modding Class Usage Examples

Public Properties

Property Type Description
blah string
elementCount int
indexOffset int
indicesCount int
name string
renderDataSource RenderDataSource
streamOffset int
transform System.Matrix

Public Methods

Method Description
Model ( string name, RenderDataSource renderDataSource, System.Matrix transform, int streamOffset, int elementCount, int indexOffset, int indicesCount ) : System
ToString ( ) : string
getIndices ( ) : ushort[]
getVertices ( ) : CustomVertex.PositionNormalColored[]

Method Details

Model() public method

public Model ( string name, RenderDataSource renderDataSource, System.Matrix transform, int streamOffset, int elementCount, int indexOffset, int indicesCount ) : System
name string
renderDataSource RenderDataSource
transform System.Matrix
streamOffset int
elementCount int
indexOffset int
indicesCount int
return System

ToString() public method

public ToString ( ) : string
return string

getIndices() public method

public getIndices ( ) : ushort[]
return ushort[]

getVertices() public method

public getVertices ( ) : CustomVertex.PositionNormalColored[]
return CustomVertex.PositionNormalColored[]

Property Details

blah public_oe property

public string blah
return string

elementCount public_oe property

public int elementCount
return int

indexOffset public_oe property

public int indexOffset
return int

indicesCount public_oe property

public int indicesCount
return int

name public_oe property

public string name
return string

renderDataSource public_oe property

public RenderDataSource,PSSGManager renderDataSource
return RenderDataSource

streamOffset public_oe property

public int streamOffset
return int

transform public_oe property

public Matrix,System transform
return System.Matrix