Search Results for

    Show / Hide Table of Contents

    Class FxMaterialProperty

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

    Fields

    properties

    Declaration
    public FxMaterialProperty.PropertyEntry[] properties
    Field Value
    Type Description
    PropertyEntry[]

    Methods

    OnInit()

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

    ValueSetter(float)

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

    Implements

    IEffectComponent
    IEffectWithSpeed

    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