Interface IMaterialSlotHasValue<T>
Namespace: UnityEditor.ShaderGraph
Syntax
public interface IMaterialSlotHasValue<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
defaultValue
Declaration
T defaultValue { get; }
Property Value
Type | Description |
---|---|
T |
value
Declaration
T value { get; }
Property Value
Type | Description |
---|---|
T |