NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Class EngineStartingAircraftSoundComponent

    Sound of an engine starting / stopping. Plays while start is active.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    AircraftSoundComponentBehaviour
    EngineStartingAircraftSoundComponent
    Inherited Members
    AircraftSoundComponentBehaviour.audioMixerGroup
    AircraftSoundComponentBehaviour.basePitch
    AircraftSoundComponentBehaviour.baseVolume
    AircraftSoundComponentBehaviour.clips
    AircraftSoundComponentBehaviour.container
    AircraftSoundComponentBehaviour.aircraftController
    AircraftSoundComponentBehaviour.mixer
    AircraftSoundComponentBehaviour.sources
    AircraftSoundComponentBehaviour.Clip
    AircraftSoundComponentBehaviour.Clips
    AircraftSoundComponentBehaviour.RandomClip
    AircraftSoundComponentBehaviour.Source
    AircraftSoundComponentBehaviour.Sources
    AircraftSoundComponentBehaviour.Initialize(bool, bool)
    AircraftSoundComponentBehaviour.Enable()
    AircraftSoundComponentBehaviour.Disable()
    AircraftSoundComponentBehaviour.LoadDefaultAudioMixer()
    AircraftSoundComponentBehaviour.Reset()
    AircraftSoundComponentBehaviour.SetAudioSourceDefaults(AudioSource, bool, bool, float, AudioClip)
    AircraftSoundComponentBehaviour.AddSourcesToMixer()
    AircraftSoundComponentBehaviour.GetPitch()
    AircraftSoundComponentBehaviour.GetVolume()
    AircraftSoundComponentBehaviour.Play()
    AircraftSoundComponentBehaviour.Play(int)
    AircraftSoundComponentBehaviour.SetPitch(float, int)
    AircraftSoundComponentBehaviour.SetPitch(float)
    AircraftSoundComponentBehaviour.SetVolume(float, int)
    AircraftSoundComponentBehaviour.SetVolume(float, AudioSource)
    AircraftSoundComponentBehaviour.SetVolume(float)
    AircraftSoundComponentBehaviour.Stop()
    AircraftSoundComponentBehaviour.Stop(int)
    Namespace: NWH.Aerodynamics.AircraftController.Sound.SoundComponents
    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
    Type Description
    float
    | Edit this page View Source

    targetEngine

    Declaration
    [NonSerialized]
    public AircraftEngineBase targetEngine
    Field Value
    Type Description
    AircraftEngineBase

    Methods

    | Edit this page View Source

    Awake()

    Declaration
    public override void Awake()
    Overrides
    AircraftSoundComponentBehaviour.Awake()
    | Edit this page View Source

    GetDefaultClipName()

    Declaration
    public override string GetDefaultClipName()
    Returns
    Type Description
    string
    Overrides
    AircraftSoundComponentBehaviour.GetDefaultClipName()
    | Edit this page View Source

    GetMixerGroupName()

    Declaration
    public override string GetMixerGroupName()
    Returns
    Type Description
    string
    Overrides
    AircraftSoundComponentBehaviour.GetMixerGroupName()
    | Edit this page View Source

    LoopOnAwake()

    Declaration
    public override bool LoopOnAwake()
    Returns
    Type Description
    bool
    Overrides
    AircraftSoundComponentBehaviour.LoopOnAwake()
    | Edit this page View Source

    PlayOnAwake()

    Declaration
    public override bool PlayOnAwake()
    Returns
    Type Description
    bool
    Overrides
    AircraftSoundComponentBehaviour.PlayOnAwake()
    | Edit this page View Source

    Update()

    Declaration
    public void Update()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics