프로퍼티 | 타입 | 설명 | |
---|---|---|---|
meteoritePrefab | Meteorite, | ||
meteoriteWarningPrefab | ImpactWarning, | ||
minimumDelay | float | ||
poolSize | int | ||
showerArea | Vector2 |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
DespawnMeteorite ( Meteorite, meteorite ) : void | ||
DespawnWarning ( ImpactWarning, warning ) : void | ||
OnDrawGizmos ( ) : void | ||
SpawnMeteorite ( Vector3 position, Quaternion rotation ) : Meteorite, | ||
SpawnWarning ( Vector3 position, Quaternion rotation ) : ImpactWarning, | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
Start ( ) : IEnumerator |
public DespawnMeteorite ( Meteorite, meteorite ) : void | ||
meteorite | Meteorite, | |
리턴 | void |
public DespawnWarning ( ImpactWarning, warning ) : void | ||
warning | ImpactWarning, | |
리턴 | void |
public SpawnMeteorite ( Vector3 position, Quaternion rotation ) : Meteorite, | ||
position | Vector3 | |
rotation | Quaternion | |
리턴 | Meteorite, |
public SpawnWarning ( Vector3 position, Quaternion rotation ) : ImpactWarning, | ||
position | Vector3 | |
rotation | Quaternion | |
리턴 | ImpactWarning, |