Inheritance
System.Object
TransformationMatrixNode
 
public class TransformationMatrixNode : AbstractMaterialNode, ISerializationCallbackReceiver, IGenerateProperties
 
Constructors
  
Declaration
public TransformationMatrixNode()
 
Properties
  
Declaration
public override string documentationURL { get; }
 
Property Value
| Type | Description | 
| System.String |  | 
Overrides
Declaration
public override bool hasPreview { get; }
 
Property Value
| Type | Description | 
| System.Boolean |  | 
Overrides
Declaration
public UnityMatrixType matrixType { get; set; }
 
Property Value
Methods
  
Declaration
public override string GetVariableNameForSlot(int slotId)
 
Parameters
| Type | Name | Description | 
| System.Int32 | slotId |  | 
Returns
| Type | Description | 
| System.String |  | 
Overrides
Declaration
public bool RequiresVertexColor()
 
Returns
| Type | Description | 
| System.Boolean |  | 
Declaration
public override sealed void UpdateNodeAfterDeserialization()
 
Overrides