Class CubemapShaderProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.ShaderGraph
Syntax
public class CubemapShaderProperty : AbstractShaderProperty<SerializableCubemap>, IShaderPropertyConstructors
CubemapShaderProperty()
Declaration
public CubemapShaderProperty()Properties
defaultValue
Declaration
public override Vector4 defaultValue { get; }Property Value
| Type | Description | 
|---|---|
| Vector4 | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.defaultValue
isBatchable
Declaration
public override bool isBatchable { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.isBatchable
modifiable
Declaration
public bool modifiable { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
propertyType
Declaration
public override PropertyType propertyType { get; }Property Value
| Type | Description | 
|---|---|
| PropertyType | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.propertyType
Methods
Copy()
Declaration
public override IShaderProperty Copy()Returns
| Type | Description | 
|---|---|
| IShaderProperty | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.Copy()
GetPreviewMaterialProperty()
Declaration
public override PreviewProperty GetPreviewMaterialProperty()Returns
| Type | Description | 
|---|---|
| PreviewProperty | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.GetPreviewMaterialProperty()
GetPropertyAsArgumentString()
Declaration
public override string GetPropertyAsArgumentString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.GetPropertyAsArgumentString()
GetPropertyBlockString()
Declaration
public override string GetPropertyBlockString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.GetPropertyBlockString()
GetPropertyDeclarationString(String)
Declaration
public override string GetPropertyDeclarationString(string delimiter = ";")Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | delimiter | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.GetPropertyDeclarationString(System.String)
ToConcreteNode()
Declaration
public override INode ToConcreteNode()Returns
| Type | Description | 
|---|---|
| INode | 
Overrides
UnityEditor.ShaderGraph.AbstractShaderProperty<UnityEditor.ShaderGraph.SerializableCubemap>.ToConcreteNode()