Class FxEntityDisableRenderer
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FxEntityDisableRenderer
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class FxEntityDisableRenderer : MonoBehaviour, IEffectComponent, IAttachableToEntity
Fields
delay
Declaration
public float delay
Field Value
| Type | Description |
|---|---|
| float |
Properties
isPlaying
Declaration
public bool isPlaying { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnAttachToEntity(Entity)
Declaration
public void OnAttachToEntity(Entity target)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | target |
Play()
Declaration
public void Play()
Stop()
Declaration
public void Stop()