C# Class Sparrow.Core.RenderState

Afficher le fichier Open project: fmotagarcia/sparrow-sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Alpha float
BlendMode uint
ModelViewMatrix Sparrow.Geom.Matrix

Méthodes publiques

Méthode Description
RenderState ( ) : Sparrow.Geom

Helper class used by RenderSupport

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

Method Details

RenderState() public méthode

Helper class used by RenderSupport
public RenderState ( ) : Sparrow.Geom
Résultat Sparrow.Geom

Setup() public méthode

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

Property Details

Alpha public_oe property

public float Alpha
Résultat float

BlendMode public_oe property

public uint BlendMode
Résultat uint

ModelViewMatrix public_oe property

public Matrix,Sparrow.Geom ModelViewMatrix
Résultat Sparrow.Geom.Matrix