C# 클래스 Sparrow.Core.RenderState

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
BlendMode uint
ModelViewMatrix Sparrow.Geom.Matrix

공개 메소드들

메소드 설명
RenderState ( ) : Sparrow.Geom

Helper class used by RenderSupport

Setup ( RenderState state, Matrix modelViewMatrix, float alpha, uint blendMode ) : void

메소드 상세

RenderState() 공개 메소드

Helper class used by RenderSupport
public RenderState ( ) : Sparrow.Geom
리턴 Sparrow.Geom

Setup() 공개 메소드

public Setup ( RenderState state, Matrix modelViewMatrix, float alpha, uint blendMode ) : void
state RenderState
modelViewMatrix Sparrow.Geom.Matrix
alpha float
blendMode uint
리턴 void

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

BlendMode 공개적으로 프로퍼티

public uint BlendMode
리턴 uint

ModelViewMatrix 공개적으로 프로퍼티

public Matrix,Sparrow.Geom ModelViewMatrix
리턴 Sparrow.Geom.Matrix