Class FxChangeMaterial
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FxChangeMaterial
Implements
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class FxChangeMaterial : MonoBehaviour, IEffectComponent
Fields
materials
Declaration
public Material[] materials
Field Value
| Type | Description |
|---|---|
| UnityEngine.Material[] |
renderers
Declaration
public Renderer[] renderers
Field Value
| Type | Description |
|---|---|
| UnityEngine.Renderer[] |
Properties
isPlaying
Declaration
public bool isPlaying { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Play()
Declaration
public void Play()
Stop()
Declaration
public void Stop()