Search Results for

    Show / Hide Table of Contents

    Class FxVolume

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    FxInterpolatedEffectBase
    FxVolume
    Implements
    IEffectComponent
    IEffectWithSpeed
    IEffectWithOwnerContext
    Inherited Members
    FxInterpolatedEffectBase.isLoop
    FxInterpolatedEffectBase.delay
    FxInterpolatedEffectBase.startTime
    FxInterpolatedEffectBase.sustainTime
    FxInterpolatedEffectBase.decayTime
    FxInterpolatedEffectBase.isPlaying
    FxInterpolatedEffectBase.currentValue
    FxInterpolatedEffectBase.currentLinearValue
    FxInterpolatedEffectBase.isEmitting
    FxInterpolatedEffectBase.Awake()
    FxInterpolatedEffectBase.Stop()
    FxInterpolatedEffectBase.Update()
    FxInterpolatedEffectBase.ApplySpeedMultiplier(float)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [RequireComponent(typeof(Volume))]
    public class FxVolume : FxInterpolatedEffectBase, IEffectComponent, IEffectWithSpeed, IEffectWithOwnerContext

    Fields

    otherPlayersMultiplier

    Declaration
    [ShowIf("useCustomOtherPlayersMultiplier", true)]
    public float otherPlayersMultiplier
    Field Value
    Type Description
    float

    targetStrength

    Declaration
    public float targetStrength
    Field Value
    Type Description
    float

    useCustomOtherPlayersMultiplier

    Declaration
    [ToggleLeft]
    public bool useCustomOtherPlayersMultiplier
    Field Value
    Type Description
    bool

    Methods

    OnInit()

    Declaration
    protected override void OnInit()
    Overrides
    FxInterpolatedEffectBase.OnInit()

    Play()

    Declaration
    public override void Play()
    Overrides
    FxInterpolatedEffectBase.Play()

    SetOwnerContext(EffectOwnerContext)

    Declaration
    public void SetOwnerContext(EffectOwnerContext context)
    Parameters
    Type Name Description
    EffectOwnerContext context

    Start()

    Declaration
    protected override void Start()
    Overrides
    FxInterpolatedEffectBase.Start()

    UpdateVolume()

    Declaration
    public void UpdateVolume()

    ValueSetter(float)

    Declaration
    protected override void ValueSetter(float value)
    Parameters
    Type Name Description
    float value
    Overrides
    FxInterpolatedEffectBase.ValueSetter(float)

    Implements

    IEffectComponent
    IEffectWithSpeed
    IEffectWithOwnerContext

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation