Class DewSurfaceData
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
DewSurfaceData
Assembly: Dew.Core.dll
Syntax
public class DewSurfaceData : MonoBehaviour
Fields
banDecorations
Declaration
public bool banDecorations
Field Value
excludeLesserMonster
Declaration
[ShowIf("fxPeriodicEffect", true)]
public bool excludeLesserMonster
Field Value
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
periodicEffectInterval
Declaration
[ShowIf("fxPeriodicEffect", true)]
public Vector2 periodicEffectInterval
Field Value
| Type |
Description |
| UnityEngine.Vector2 |
|
Properties
defaultSurface
Declaration
public static DewSurfaceData defaultSurface { get; }
Property Value
Extension Methods