Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add FPSSample v0.3.0 Visual Effect Graph Diff
  • Loading branch information
0lento committed Feb 28, 2019
1 parent 3e6381f commit 869844a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@

namespace UnityEditor.VFX
{
[UnityEngine.Scripting.Preserve]
public class LoopAndDelay : VFXSpawnerCallbacks
{
public class InputProperties
Expand Down
Expand Up @@ -4,6 +4,7 @@

namespace UnityEditor.VFX
{
[UnityEngine.Scripting.Preserve]
public class SetSpawnTime : VFXSpawnerCallbacks
{
private static readonly int spawnTimeID = Shader.PropertyToID("spawnTime");
Expand Down
Expand Up @@ -4,6 +4,7 @@

namespace UnityEditor.VFX
{
[UnityEngine.Scripting.Preserve]
public class SpawnOverDistance : VFXSpawnerCallbacks
{
public class InputProperties
Expand Down

0 comments on commit 869844a

Please sign in to comment.