C# 클래스 MagicalFPS.MagicEffect.BaseShape.ShapeBaseWithNormal

상속: DefaultDrawableImpl
파일 보기 프로젝트 열기: kyasbal-1994/MagicalFPS

보호된 프로퍼티들

프로퍼티 타입 설명
inputLayout InputLayout

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( ) : void
Initialize ( ) : void
ShapeBaseWithNormal ( RenderContext context ) : System.Collections.Generic
Update ( ) : void

보호된 메소드들

메소드 설명
InitializeIndicies ( IndexBufferBuilder bufferBuilder ) : void
InitializeVerticies ( List verticies ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InitializeIndicies() 보호된 추상적인 메소드

protected abstract InitializeIndicies ( IndexBufferBuilder bufferBuilder ) : void
bufferBuilder IndexBufferBuilder
리턴 void

InitializeVerticies() 보호된 추상적인 메소드

protected abstract InitializeVerticies ( List verticies ) : void
verticies List
리턴 void

ShapeBaseWithNormal() 공개 메소드

public ShapeBaseWithNormal ( RenderContext context ) : System.Collections.Generic
context RenderContext
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

inputLayout 보호되어 있는 프로퍼티

protected InputLayout inputLayout
리턴 InputLayout