C# 클래스 MBParticleCollider, Pharos

상속: MBParameter
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
Bounce float
BounceCombine PhysicMaterialCombine
Layers LayerMask
ParticleCollidesSM MBSendMessageTarget,
RestBelowVelocity float

공개 메소드들

메소드 설명
OnLifetime ( MBParticle, PT ) : bool
Purge ( ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
OnParticleInsideZone ( MBParticle, PT ) : void

메소드 상세

OnLifetime() 공개 메소드

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
리턴 bool

OnParticleInsideZone() 보호된 메소드

protected OnParticleInsideZone ( MBParticle, PT ) : void
PT MBParticle,
리턴 void

Purge() 공개 메소드

public Purge ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Bounce 공개적으로 프로퍼티

Bounciness of particles
public float Bounce
리턴 float

BounceCombine 공개적으로 프로퍼티

How Bounciness of particles and colliders are combined
public PhysicMaterialCombine BounceCombine
리턴 PhysicMaterialCombine

Layers 공개적으로 프로퍼티

The layers to check collision against
public LayerMask Layers
리턴 LayerMask

ParticleCollidesSM 공개적으로 프로퍼티

SendMessage like event linking
See \ref events
public MBSendMessageTarget, ParticleCollidesSM
리턴 MBSendMessageTarget,

RestBelowVelocity 공개적으로 프로퍼티

public float RestBelowVelocity
리턴 float