Interface KeywordDependentCollection.ISet<IInstance>
Namespace: UnityEditor.ShaderGraph.Internal
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
public interface KeywordDependentCollection.ISet<IInstance>
Type Parameters
Name | Description |
---|---|
IInstance |
Properties
instanceCount
Declaration
int instanceCount { get; }
Property Value
Type | Description |
---|---|
int |
instances
Declaration
IEnumerable<IInstance> instances { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IInstance> |