C# 클래스 Axiom.Graphics.RSClearOperation

Clear framebuffer RenderSystem operation
상속: CompositeRenderSystemOperation
파일 보기 프로젝트 열기: WolfgangSt/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
buffers FrameBufferType
color Axiom.Core.ColorEx
depth float
stencil int

공개 메소드들

메소드 설명
Execute ( SceneManager sm, Axiom.Graphics.RenderSystem rs ) : void
RSClearOperation ( FrameBufferType buffers, ColorEx color, float depth, int stencil ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( SceneManager sm, Axiom.Graphics.RenderSystem rs ) : void
sm Axiom.Core.SceneManager
rs Axiom.Graphics.RenderSystem
리턴 void

RSClearOperation() 공개 메소드

public RSClearOperation ( FrameBufferType buffers, ColorEx color, float depth, int stencil ) : System
buffers FrameBufferType
color Axiom.Core.ColorEx
depth float
stencil int
리턴 System

프로퍼티 상세

buffers 보호되어 있는 프로퍼티

Which buffers to clear (FrameBuffer)
protected FrameBufferType buffers
리턴 FrameBufferType

color 보호되어 있는 프로퍼티

Color to clear in case FrameBuffer.Color is set
protected ColorEx,Axiom.Core color
리턴 Axiom.Core.ColorEx

depth 보호되어 있는 프로퍼티

Depth to set in case FrameBuffer.Depth is set
protected float depth
리턴 float

stencil 보호되어 있는 프로퍼티

Stencil value to set in case FrameBuffer.Stencil is set
protected int stencil
리턴 int