C# 클래스 MBParticleZoneBase, Pharos

Base class for zone parameters
상속: MBParameter
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
Attraction float
Mode MBParticleZoneMode
ParticleEnteringZoneSM MBSendMessageTarget,
ParticleInsideZoneSM MBSendMessageTarget,
ParticleLeavingZoneSM MBSendMessageTarget,
SupportsWorldSpace bool
WorldSpace bool

공개 메소드들

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

보호된 메소드들

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

메소드 상세

OnBirth() 공개 메소드

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
리턴 void

OnParticleEnteringZone() 보호된 메소드

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

OnParticleInsideZone() 보호된 메소드

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

OnParticleLeavingZone() 보호된 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Attraction 공개적으로 프로퍼티

Attraction force toward center
public float Attraction
리턴 float

Mode 공개적으로 프로퍼티

Zone behaviour mode
public MBParticleZoneMode Mode
리턴 MBParticleZoneMode

ParticleEnteringZoneSM 공개적으로 프로퍼티

SendMessage like event linking
public MBSendMessageTarget, ParticleEnteringZoneSM
리턴 MBSendMessageTarget,

ParticleInsideZoneSM 공개적으로 프로퍼티

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

ParticleLeavingZoneSM 공개적으로 프로퍼티

SendMessage like event linking
public MBSendMessageTarget, ParticleLeavingZoneSM
리턴 MBSendMessageTarget,

SupportsWorldSpace 공개적으로 프로퍼티

Whether this zone supports World & Local Space
public bool SupportsWorldSpace
리턴 bool

WorldSpace 공개적으로 프로퍼티

Whether this zone use world space instead of local space
public bool WorldSpace
리턴 bool