C# 클래스 SharpNav.Examples.AgentCylinder

파일 보기 프로젝트 열기: Robmaister/SharpNav 1 사용 예제들

공개 메소드들

메소드 설명
AgentCylinder ( int segments, float radius, float height )
Draw ( OpenTK.Vector3 pos ) : void

비공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

AgentCylinder() 공개 메소드

public AgentCylinder ( int segments, float radius, float height )
segments int
radius float
height float

Draw() 공개 메소드

public Draw ( OpenTK.Vector3 pos ) : void
pos OpenTK.Vector3
리턴 void