Class EntityShellModifier
Inheritance
object
EntityShellModifier
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class EntityShellModifier
Properties
color
Declaration
public Color color { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Color |
opacity
Declaration
public float opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Methods
Stop()
Remove this color modifier from its parent.
Declaration
public void Stop()