C# 클래스 opentk.System3.BoxGenerator

Generates particles randomly in a box of specified dimensions
상속: SimpleGenerator, IParticleGenerator
파일 보기 프로젝트 열기: smalld/particle_system

공개 메소드들

메소드 설명
BoxGenerator ( ) : System

보호된 메소드들

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

메소드 상세

BoxGenerator() 공개 메소드

public BoxGenerator ( ) : System
리턴 System

NewPosition() 보호된 메소드

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