We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5854147 commit aa85881Copy full SHA for aa85881
com.unity.visualeffectgraph/Editor/Data/VFXData.cs
@@ -34,14 +34,6 @@ public virtual uint staticSourceCount
34
}
35
36
37
- public virtual bool hasDynamicSourceCount
38
- {
39
- get
40
41
- return false;
42
- }
43
44
-
45
public IEnumerable<VFXContext> owners
46
{
47
get { return m_Owners; }
com.unity.visualeffectgraph/Editor/Data/VFXDataParticle.cs
@@ -399,7 +399,7 @@ public override uint staticSourceCount
399
400
401
402
- public override bool hasDynamicSourceCount
+ public bool hasDynamicSourceCount
403
404
get
405
0 commit comments