C# Class Sparrow.Core.RenderState

Show file Open project: fmotagarcia/sparrow-sharp Class Usage Examples

Public Properties

Property Type Description
Alpha float
BlendMode uint
ModelViewMatrix Sparrow.Geom.Matrix

Public Methods

Method Description
RenderState ( ) : Sparrow.Geom

Helper class used by RenderSupport

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

Method Details

RenderState() public method

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

Setup() public method

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

Property Details

Alpha public property

public float Alpha
return float

BlendMode public property

public uint BlendMode
return uint

ModelViewMatrix public property

public Matrix,Sparrow.Geom ModelViewMatrix
return Sparrow.Geom.Matrix