C# Class FireflyGL.Shape

Inheritance: DisplayObject, IDeletable
Afficher le fichier Open project: LukaHorvat/Kento Class Usage Examples

Protected Properties

Свойство Type Description
fillArray float[]
fillBuffer Buffer
filledPolygons LinkedList
floatsPerVertex int
outlineArray float[]
outlineBuffer Buffer
outlinePolygons LinkedList
program ShaderProgram
visible bool

Méthodes publiques

Méthode Description
GenerateBuffers ( ) : void
LoadFromFile ( string Path ) : void
Render ( ) : void
SaveToFile ( string Path ) : void
SetPolygons ( ) : void
Shape ( ) : System
Shape ( string Path ) : System

Method Details

GenerateBuffers() public méthode

public GenerateBuffers ( ) : void
Résultat void

LoadFromFile() public méthode

public LoadFromFile ( string Path ) : void
Path string
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

SaveToFile() public méthode

public SaveToFile ( string Path ) : void
Path string
Résultat void

SetPolygons() public méthode

public SetPolygons ( ) : void
Résultat void

Shape() public méthode

public Shape ( ) : System
Résultat System

Shape() public méthode

public Shape ( string Path ) : System
Path string
Résultat System

Property Details

fillArray protected_oe property

protected float[] fillArray
Résultat float[]

fillBuffer protected_oe property

protected Buffer fillBuffer
Résultat Buffer

filledPolygons protected_oe property

protected LinkedList filledPolygons
Résultat LinkedList

floatsPerVertex protected_oe property

protected int floatsPerVertex
Résultat int

outlineArray protected_oe property

protected float[] outlineArray
Résultat float[]

outlineBuffer protected_oe property

protected Buffer outlineBuffer
Résultat Buffer

outlinePolygons protected_oe property

protected LinkedList outlinePolygons
Résultat LinkedList

program protected_oe property

protected ShaderProgram,FireflyGL program
Résultat ShaderProgram

visible protected_oe property

protected bool visible
Résultat bool