Class AbstractShaderProperty
Inherited Members
Namespace: UnityEditor.ShaderGraph.Internal
Syntax
[Serializable]
public abstract class AbstractShaderProperty : ShaderInput
Properties
concretePrecision
Declaration
public ConcretePrecision concretePrecision { get; }
Property Value
Type | Description |
---|---|
ConcretePrecision |
gpuInstanced
Declaration
public bool gpuInstanced { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
hidden
Declaration
public bool hidden { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
propertyType
Declaration
public abstract PropertyType propertyType { get; }
Property Value
Type | Description |
---|---|
PropertyType |