C# Class DeathBomb, ProjectPhoenix

Inheritance: MonoBehaviour
ファイルを表示 Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
Audio UnityEngine.AudioSource
BombTimer float
STATE_DEBUG string
StartingFrequency float
VelocityThreshold float

Public Methods

Method Description
LightPulse ( float duration ) : IEnumerator

Private Methods

Method Description
Awake ( ) : void
Pulse ( float frequency ) : void
Reset ( ) : void
Update ( ) : void

Method Details

LightPulse() public method

public LightPulse ( float duration ) : IEnumerator
duration float
return IEnumerator

Property Details

Audio public_oe property

public AudioSource,UnityEngine Audio
return UnityEngine.AudioSource

BombTimer public_oe property

public float BombTimer
return float

STATE_DEBUG public_oe property

public string STATE_DEBUG
return string

StartingFrequency public_oe property

public float StartingFrequency
return float

VelocityThreshold public_oe property

public float VelocityThreshold
return float