C# 클래스 Project290.Particles.TechnicolorAction

DO NOT CREATE AN INSTANCE OF THIS. USE TechnicolorAction.Instance.
상속: ParticleAction
파일 보기 프로젝트 열기: scastle/Solitude 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : void

Creates this instance.

Draw ( Particle particle ) : void

Draws the specified particle.

Update ( Particle particle ) : void

Updates the specified particle. This should NOT do physics, but everything else. Assume that the physics is performed before this is called.

메소드 상세

Create() 공개 정적인 메소드

Creates this instance.
public static Create ( ) : void
리턴 void

Draw() 공개 메소드

Draws the specified particle.
public Draw ( Particle particle ) : void
particle Particle The particle.
리턴 void

Update() 공개 메소드

Updates the specified particle. This should NOT do physics, but everything else. Assume that the physics is performed before this is called.
public Update ( Particle particle ) : void
particle Particle The particle.
리턴 void