C# 클래스 FiredOrb, TheUnseen

상속: MonoBehaviour
파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 프로퍼티들

프로퍼티 타입 설명
bulletScaleMax float
bulletScaleMin float
dieThreshold float
maxLightIntensity float
maxLightRange float
maxOrbSpeed float
minLightIntensity float
minLightRange float
minOrbSpeed float
orbImpact UnityEngine.AudioClip
orbLight Light
ratioLossPerSecond float
ratioPower float

공개 메소드들

메소드 설명
KillOrb ( ) : void
Launch ( ) : void
OnCollisionEnter ( Collision c ) : void
OnCollisionExit ( Collision c ) : void
OnCollisionStay ( Collision c ) : void
Redraw ( ) : void
Start ( ) : void
Update ( ) : void
hasLaunched ( ) : bool

메소드 상세

KillOrb() 공개 메소드

public KillOrb ( ) : void
리턴 void

Launch() 공개 메소드

public Launch ( ) : void
리턴 void

OnCollisionEnter() 공개 메소드

public OnCollisionEnter ( Collision c ) : void
c Collision
리턴 void

OnCollisionExit() 공개 메소드

public OnCollisionExit ( Collision c ) : void
c Collision
리턴 void

OnCollisionStay() 공개 메소드

public OnCollisionStay ( Collision c ) : void
c Collision
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

hasLaunched() 공개 메소드

public hasLaunched ( ) : bool
리턴 bool

프로퍼티 상세

bulletScaleMax 공개적으로 프로퍼티

public float bulletScaleMax
리턴 float

bulletScaleMin 공개적으로 프로퍼티

public float bulletScaleMin
리턴 float

dieThreshold 공개적으로 프로퍼티

public float dieThreshold
리턴 float

maxLightIntensity 공개적으로 프로퍼티

public float maxLightIntensity
리턴 float

maxLightRange 공개적으로 프로퍼티

public float maxLightRange
리턴 float

maxOrbSpeed 공개적으로 프로퍼티

public float maxOrbSpeed
리턴 float

minLightIntensity 공개적으로 프로퍼티

public float minLightIntensity
리턴 float

minLightRange 공개적으로 프로퍼티

public float minLightRange
리턴 float

minOrbSpeed 공개적으로 프로퍼티

public float minOrbSpeed
리턴 float

orbImpact 공개적으로 프로퍼티

public AudioClip,UnityEngine orbImpact
리턴 UnityEngine.AudioClip

orbLight 공개적으로 프로퍼티

public Light orbLight
리턴 Light

ratioLossPerSecond 공개적으로 프로퍼티

public float ratioLossPerSecond
리턴 float

ratioPower 공개적으로 프로퍼티

public float ratioPower
리턴 float