C# Класс CSharpGL.IPickableHelper

This helps to get last vertex's id of picked primitive.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetLastVertexIdOfPickedGeometry ( this element, uint stageVertexId, uint &lastVertexId ) : bool

Returns last vertex's id of picked geometry if the geometry represented by stageVertexId belongs to this element instance.

Returns false if stageVertexId the primitive is in some other element.

Описание методов

GetLastVertexIdOfPickedGeometry() публичный статический Метод

Returns last vertex's id of picked geometry if the geometry represented by stageVertexId belongs to this element instance.

Returns false if stageVertexId the primitive is in some other element.

public static GetLastVertexIdOfPickedGeometry ( this element, uint stageVertexId, uint &lastVertexId ) : bool
element this
stageVertexId uint
lastVertexId uint
Результат bool