C# 클래스 CSharpGL.IPickableHelper

This helps to get last vertex's id of picked primitive.
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
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