C# 클래스 Particles.ParticleSystem

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

공개 프로퍼티들

프로퍼티 타입 설명
constrains Particles.Constrained[]
globalForces GlobalForce[]
objectconstraines ConstrainedList
particles Particle[]

공개 메소드들

메소드 설명
simulate ( double time ) : void

메소드 상세

simulate() 공개 추상적인 메소드

public abstract simulate ( double time ) : void
time double
리턴 void

프로퍼티 상세

constrains 공개적으로 프로퍼티

public Constrained[],Particles constrains
리턴 Particles.Constrained[]

globalForces 공개적으로 프로퍼티

public GlobalForce[] globalForces
리턴 GlobalForce[]

objectconstraines 공개적으로 프로퍼티

public ConstrainedList objectconstraines
리턴 ConstrainedList

particles 공개적으로 프로퍼티

public Particle[] particles
리턴 Particle[]