C# 클래스 QuickFont.ProjectionStack

파일 보기 프로젝트 열기: Pireax/neovim.cs 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
End ( ) : void
GetCurrentOrthogProjection ( bool &isOrthog, float &left, float &right, float &bottom, float &top ) : void
InvalidateViewport ( ) : void
PopSoftwareViewport ( ) : void
PushSoftwareViewport ( Viewport viewport ) : void
UpdateCurrentViewportFromHardware ( ) : void

비공개 메소드들

메소드 설명
ProjectionStack ( ) : System

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( ) : void
리턴 void

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

GetCurrentOrthogProjection() 공개 정적인 메소드

public static GetCurrentOrthogProjection ( bool &isOrthog, float &left, float &right, float &bottom, float &top ) : void
isOrthog bool
left float
right float
bottom float
top float
리턴 void

InvalidateViewport() 공개 정적인 메소드

public static InvalidateViewport ( ) : void
리턴 void

PopSoftwareViewport() 공개 정적인 메소드

public static PopSoftwareViewport ( ) : void
리턴 void

PushSoftwareViewport() 공개 정적인 메소드

public static PushSoftwareViewport ( Viewport viewport ) : void
viewport Viewport
리턴 void

UpdateCurrentViewportFromHardware() 공개 정적인 메소드

public static UpdateCurrentViewportFromHardware ( ) : void
리턴 void