C# 클래스 Danmaku_no_Kyojin.Particles.ParticleState

파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LengthMultiplier float
Type ParticleType
Velocity Vector2

공개 메소드들

메소드 설명
GetRandom ( float minVel, float maxVel ) : ParticleState
ParticleState ( Vector2 velocity, ParticleType type, float lengthMultiplier = 1f ) : System
UpdateParticle ( ParticleManager particle ) : void

메소드 상세

GetRandom() 공개 정적인 메소드

public static GetRandom ( float minVel, float maxVel ) : ParticleState
minVel float
maxVel float
리턴 ParticleState

ParticleState() 공개 메소드

public ParticleState ( Vector2 velocity, ParticleType type, float lengthMultiplier = 1f ) : System
velocity Vector2
type ParticleType
lengthMultiplier float
리턴 System

UpdateParticle() 공개 정적인 메소드

public static UpdateParticle ( ParticleManager particle ) : void
particle ParticleManager
리턴 void

프로퍼티 상세

LengthMultiplier 공개적으로 프로퍼티

public float LengthMultiplier
리턴 float

Type 공개적으로 프로퍼티

public ParticleType Type
리턴 ParticleType

Velocity 공개적으로 프로퍼티

public Vector2 Velocity
리턴 Vector2