Class EntityColorModifier
Inheritance
object
EntityColorModifier
Assembly: Dew.Core.dll
Syntax
public class EntityColorModifier
Properties
baseColor
Declaration
public Color baseColor { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Color |
|
dissolveAmount
Declaration
public float dissolveAmount { get; set; }
Property Value
dissolveColor
Declaration
public Color? dissolveColor { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Color? |
|
emission
Declaration
public Color emission { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Color |
|
opacity
Declaration
public float opacity { get; set; }
Property Value
Methods
Stop()
Remove this color modifier from its parent.
Declaration