C# 클래스 opentk.System3.SimpleGenerator

Particles with trails.
상속: IParticleGenerator
파일 보기 프로젝트 열기: smalld/particle_system

공개 메소드들

메소드 설명
MakeBubble ( System3 system, int bundleFirstItem, int i ) : void
NewBundle ( System3 system, int bundleFirstItem ) : void
SimpleGenerator ( ) : System
UpdateSize ( System3 system, int bundleFirstItem, int i ) : float

보호된 메소드들

메소드 설명
NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3

메소드 상세

MakeBubble() 공개 메소드

public MakeBubble ( System3 system, int bundleFirstItem, int i ) : void
system System3
bundleFirstItem int
i int
리턴 void

NewBundle() 공개 메소드

public NewBundle ( System3 system, int bundleFirstItem ) : void
system System3
bundleFirstItem int
리턴 void

NewPosition() 보호된 메소드

protected NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3
system System3
bundleFirstItem int
i int
리턴 Vector3

SimpleGenerator() 공개 메소드

public SimpleGenerator ( ) : System
리턴 System

UpdateSize() 공개 메소드

public UpdateSize ( System3 system, int bundleFirstItem, int i ) : float
system System3
bundleFirstItem int
i int
리턴 float