Show / Hide Table of Contents

Class VFXManager

Inheritance
Object
VFXManager
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.VFX
Assembly: UnityEngine.dll
Syntax
public static class VFXManager

Properties

fixedTimeStep

Declaration
public static float fixedTimeStep { get; set; }
Property Value
Type Description
Single

maxDeltaTime

Declaration
public static float maxDeltaTime { get; set; }
Property Value
Type Description
Single

Methods

GetComponents()

Declaration
public static VisualEffect[] GetComponents()
Returns
Type Description
VisualEffect[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX