C# 클래스 FireflyGL.ColoredShape

상속: Shape
파일 보기 프로젝트 열기: LukaHorvat/Kento 1 사용 예제들

공개 메소드들

메소드 설명
ColoredShape ( ) : System.Collections.Generic
ColoredShape ( string Path ) : System.Collections.Generic
Render ( ) : void
SetPolygons ( ) : void

비공개 메소드들

메소드 설명
diableVertexArrays ( ) : void
drawFillBuffer ( ) : void
drawOutlineBuffer ( ) : void
enableVertexAttribArrays ( ) : void
loadUniforms ( ) : void

메소드 상세

ColoredShape() 공개 메소드

public ColoredShape ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ColoredShape() 공개 메소드

public ColoredShape ( string Path ) : System.Collections.Generic
Path string
리턴 System.Collections.Generic

Render() 공개 메소드

public Render ( ) : void
리턴 void

SetPolygons() 공개 메소드

public SetPolygons ( ) : void
리턴 void