Search Results for

    Show / Hide Table of Contents

    Class FxEntityShell

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    FxInterpolatedEffectBase
    FxEntityShell
    Implements
    IEffectComponent
    IEffectWithSpeed
    IAttachableToEntity
    Inherited Members
    FxInterpolatedEffectBase.isLoop
    FxInterpolatedEffectBase.delay
    FxInterpolatedEffectBase.startTime
    FxInterpolatedEffectBase.sustainTime
    FxInterpolatedEffectBase.decayTime
    FxInterpolatedEffectBase.isPlaying
    FxInterpolatedEffectBase.currentValue
    FxInterpolatedEffectBase.currentLinearValue
    FxInterpolatedEffectBase.isEmitting
    FxInterpolatedEffectBase.OnInit()
    FxInterpolatedEffectBase.Awake()
    FxInterpolatedEffectBase.Start()
    FxInterpolatedEffectBase.Play()
    FxInterpolatedEffectBase.Stop()
    FxInterpolatedEffectBase.Update()
    FxInterpolatedEffectBase.ApplySpeedMultiplier(float)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class FxEntityShell : FxInterpolatedEffectBase, IEffectComponent, IEffectWithSpeed, IAttachableToEntity

    Fields

    color

    Declaration
    [ColorUsage(false, true)]
    public Color color
    Field Value
    Type Description
    UnityEngine.Color

    Methods

    OnAttachToEntity(Entity)

    Declaration
    public void OnAttachToEntity(Entity target)
    Parameters
    Type Name Description
    Entity target

    ValueSetter(float)

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

    Implements

    IEffectComponent
    IEffectWithSpeed
    IAttachableToEntity

    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