Class VFXSpawnerState
  
  
  
  
    Inheritance
    
    VFXSpawnerState
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class VFXSpawnerState : IDisposable
   
  Properties
  
  
  
  
  deltaTime
  
  
  Declaration
  
    public float deltaTime { get; set; }
   
  Property Value
  
  
  
  
  playing
  
  
  Declaration
  
    public bool playing { get; set; }
   
  Property Value
  
  
  
  
  spawnCount
  
  
  Declaration
  
    public float spawnCount { get; set; }
   
  Property Value
  
  
  
  
  totalTime
  
  
  Declaration
  
    public float totalTime { get; set; }
   
  Property Value
  
  
  
  
  vfxEventAttribute
  
  
  Declaration
  
    public VFXEventAttribute vfxEventAttribute { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dispose()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  Implements
  
  Extension Methods