C# 클래스 Axiom.ParticleSystems.ParticleVisualData

Abstract class containing any additional data required to be associated with a particle to perform the required rendering.
Because you can specialise the way that particles are renderered by supplying custom ParticleSystemRenderer classes, you might well need some additional data for your custom rendering routine which is not held on the default particle class. If that's the case, then you should define a subclass of this class, and construct it when asked in your custom ParticleSystemRenderer class.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
ParticleVisualData ( ) : System

Default Constructor

메소드 상세

ParticleVisualData() 공개 메소드

Default Constructor
public ParticleVisualData ( ) : System
리턴 System