Class EngineStartingAircraftSoundComponent
Sound of an engine starting / stopping.
Plays while start is active.
Inheritance
EngineStartingAircraftSoundComponent
Assembly: NWH.Aerodynamics.dll
Syntax
[Serializable]
[RequireComponent(typeof(AircraftEngineBase))]
public class EngineStartingAircraftSoundComponent : AircraftSoundComponentBehaviour
Fields
|
Edit this page
View Source
pitchRange
Pitch variation range during engine startup based on RPM progression.
Declaration
[Tooltip("Pitch variation range during engine startup based on RPM progression.")]
public float pitchRange
Field Value
|
Edit this page
View Source
targetEngine
Declaration
[NonSerialized]
public AircraftEngineBase targetEngine
Field Value
Methods
|
Edit this page
View Source
Awake()
Declaration
public override void Awake()
Overrides
|
Edit this page
View Source
GetDefaultClipName()
Declaration
public override string GetDefaultClipName()
Returns
Overrides
|
Edit this page
View Source
GetMixerGroupName()
Declaration
public override string GetMixerGroupName()
Returns
Overrides
|
Edit this page
View Source
LoopOnAwake()
Declaration
public override bool LoopOnAwake()
Returns
Overrides
|
Edit this page
View Source
PlayOnAwake()
Declaration
public override bool PlayOnAwake()
Returns
Overrides
|
Edit this page
View Source
Update()
Declaration