C# Class CSharpGL.RecognizedPrimitiveInfo

All vertexs' ids of picked geometry and their indexes in IndexBuffer.
显示文件 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
RecognizedPrimitiveInfo ( uint index ) : System

All vertexs' ids of picked geometry and their indexes in IndexBuffer.

ToString ( ) : string

Method Details

RecognizedPrimitiveInfo() public method

All vertexs' ids of picked geometry and their indexes in IndexBuffer.
public RecognizedPrimitiveInfo ( uint index ) : System
index uint index of LastVertexId in the .
return System

ToString() public method

public ToString ( ) : string
return string