C# 클래스 opentk.System21.System21

파일 보기 프로젝트 열기: smalld/particle_system 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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[]

공개 메소드들

메소드 설명
System21 ( ) : System

보호된 메소드들

메소드 설명
GetInstanceInternal ( GameWindow win ) : ParticleSystem
InitializeSystem ( ) : void
PrepareStateCore ( ) : void
Simulate ( System.DateTime simulationTime ) : void

비공개 메소드들

메소드 설명
ComputeVelocity ( int i, int j ) : void
InitializeQtree ( ) : void
MakeBubble ( int i ) : void
PreparePath ( ) : void
UpdateBubble ( int i ) : void

메소드 상세

GetInstanceInternal() 보호된 메소드

protected GetInstanceInternal ( GameWindow win ) : ParticleSystem
win OpenTK.GameWindow
리턴 ParticleSystem

InitializeSystem() 보호된 메소드

protected InitializeSystem ( ) : void
리턴 void

PrepareStateCore() 보호된 메소드

protected PrepareStateCore ( ) : void
리턴 void

Simulate() 보호된 메소드

protected Simulate ( System.DateTime simulationTime ) : void
simulationTime System.DateTime
리턴 void

System21() 공개 메소드

public System21 ( ) : System
리턴 System

프로퍼티 상세

Bmax 보호되어 있는 프로퍼티

protected Vector4[],System Bmax
리턴 System.Vector4[]

Bmin 보호되어 있는 프로퍼티

protected Vector4[],System Bmin
리턴 System.Vector4[]

EmittedCount 보호되어 있는 프로퍼티

protected int EmittedCount
리턴 int

Leader 보호되어 있는 프로퍼티

protected Vector4,System Leader
리턴 System.Vector4

LeaderPath 보호되어 있는 프로퍼티

protected BezierCurveCubic? LeaderPath
리턴 BezierCurveCubic?

LeaderPathPosition 보호되어 있는 프로퍼티

protected float LeaderPathPosition
리턴 float

LeaderPathYZ 보호되어 있는 프로퍼티

protected BezierCurveCubic? LeaderPathYZ
리턴 BezierCurveCubic?

Oscilation 보호되어 있는 프로퍼티

protected Vector2[],System Oscilation
리턴 System.Vector2[]

Phase 보호되어 있는 프로퍼티

protected float[] Phase
리턴 float[]

Processed 보호되어 있는 프로퍼티

protected int Processed
리턴 int

Velocity 보호되어 있는 프로퍼티

protected Vector4[],System Velocity
리턴 System.Vector4[]

VelocityUpdate 보호되어 있는 프로퍼티

protected Vector4[],System VelocityUpdate
리턴 System.Vector4[]