C# 클래스 WaveEngine.Components.Particles.ParticleSystem2D

Particle system class.
상속: Component
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ParticleSystem2D ( ) : System

Initializes a new instance of the ParticleSystem2D class.

ParticleSystem2D ( string name ) : System

Initializes a new instance of the ParticleSystem2D class.

보호된 메소드들

메소드 설명
DefaultValues ( ) : void

Set default values

메소드 상세

DefaultValues() 보호된 메소드

Set default values
protected DefaultValues ( ) : void
리턴 void

ParticleSystem2D() 공개 메소드

Initializes a new instance of the ParticleSystem2D class.
public ParticleSystem2D ( ) : System
리턴 System

ParticleSystem2D() 공개 메소드

Initializes a new instance of the ParticleSystem2D class.
public ParticleSystem2D ( string name ) : System
name string name of the instance
리턴 System