Struct ShaderGenerator.TransformDesc
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEditor.ShaderGraph
Syntax
public struct TransformDescConstructors
TransformDesc(String)
Declaration
public TransformDesc(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
TransformDesc(String, Boolean)
Declaration
public TransformDesc(string name, bool transpose)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Boolean | transpose | 
Fields
name
Declaration
public string nameField Value
| Type | Description | 
|---|---|
| System.String | 
transpose
Declaration
public bool transposeField Value
| Type | Description | 
|---|---|
| System.Boolean |