Search Results for

    Show / Hide Table of Contents

    Class DewSurfaceData

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    DewSurfaceData
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewSurfaceData : MonoBehaviour

    Fields

    banDecorations

    Declaration
    public bool banDecorations
    Field Value
    Type Description
    bool

    excludeLesserMonster

    Declaration
    [ShowIf("fxPeriodicEffect", true)]
    public bool excludeLesserMonster
    Field Value
    Type Description
    bool

    fxHeroFootstep

    Declaration
    public GameObject fxHeroFootstep
    Field Value
    Type Description
    UnityEngine.GameObject

    fxPeriodicEffect

    Declaration
    public GameObject fxPeriodicEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    onlyWhenWalking

    Declaration
    [ShowIf("fxPeriodicEffect", true)]
    public bool onlyWhenWalking
    Field Value
    Type Description
    bool

    periodicEffectInterval

    Declaration
    [ShowIf("fxPeriodicEffect", true)]
    public Vector2 periodicEffectInterval
    Field Value
    Type Description
    UnityEngine.Vector2

    Properties

    defaultSurface

    Declaration
    public static DewSurfaceData defaultSurface { get; }
    Property Value
    Type Description
    DewSurfaceData

    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