C# Class opentk.System21.System21

Afficher le fichier Open project: smalld/particle_system Class Usage Examples

Protected Properties

Свойство Type Description
Bmax System.Vector4[]
Bmin System.Vector4[]
EmittedCount int
Leader System.Vector4
LeaderPath BezierCurveCubic?
LeaderPathPosition float
LeaderPathYZ BezierCurveCubic?
Oscilation System.Vector2[]
Phase float[]
Processed int
Velocity System.Vector4[]
VelocityUpdate System.Vector4[]

Méthodes publiques

Méthode Description
System21 ( ) : System

Méthodes protégées

Méthode Description
GetInstanceInternal ( GameWindow win ) : ParticleSystem
InitializeSystem ( ) : void
PrepareStateCore ( ) : void
Simulate ( System.DateTime simulationTime ) : void

Private Methods

Méthode Description
ComputeVelocity ( int i, int j ) : void
InitializeQtree ( ) : void
MakeBubble ( int i ) : void
PreparePath ( ) : void
UpdateBubble ( int i ) : void

Method Details

GetInstanceInternal() protected méthode

protected GetInstanceInternal ( GameWindow win ) : ParticleSystem
win OpenTK.GameWindow
Résultat ParticleSystem

InitializeSystem() protected méthode

protected InitializeSystem ( ) : void
Résultat void

PrepareStateCore() protected méthode

protected PrepareStateCore ( ) : void
Résultat void

Simulate() protected méthode

protected Simulate ( System.DateTime simulationTime ) : void
simulationTime System.DateTime
Résultat void

System21() public méthode

public System21 ( ) : System
Résultat System

Property Details

Bmax protected_oe property

protected Vector4[],System Bmax
Résultat System.Vector4[]

Bmin protected_oe property

protected Vector4[],System Bmin
Résultat System.Vector4[]

EmittedCount protected_oe property

protected int EmittedCount
Résultat int

Leader protected_oe property

protected Vector4,System Leader
Résultat System.Vector4

LeaderPath protected_oe property

protected BezierCurveCubic? LeaderPath
Résultat BezierCurveCubic?

LeaderPathPosition protected_oe property

protected float LeaderPathPosition
Résultat float

LeaderPathYZ protected_oe property

protected BezierCurveCubic? LeaderPathYZ
Résultat BezierCurveCubic?

Oscilation protected_oe property

protected Vector2[],System Oscilation
Résultat System.Vector2[]

Phase protected_oe property

protected float[] Phase
Résultat float[]

Processed protected_oe property

protected int Processed
Résultat int

Velocity protected_oe property

protected Vector4[],System Velocity
Résultat System.Vector4[]

VelocityUpdate protected_oe property

protected Vector4[],System VelocityUpdate
Résultat System.Vector4[]