Class ScreenNode
  
Inheritance
System.Object
ScreenNode
 
Syntax
public sealed class ScreenNode : AbstractMaterialNode, ISerializationCallbackReceiver, IGenerateProperties
 
Constructors
  
ScreenNode()
Declaration
Fields
  
OutputSlot1Id
Declaration
public const int OutputSlot1Id = 1
 
Field Value
| Type | Description | 
| System.Int32 |  | 
OutputSlotId
Declaration
public const int OutputSlotId = 0
 
Field Value
| Type | Description | 
| System.Int32 |  | 
Properties
  
documentationURL
Declaration
public override string documentationURL { get; }
 
Property Value
| Type | Description | 
| System.String |  | 
Overrides
Methods
  
GetVariableNameForSlot(Int32)
Declaration
public override string GetVariableNameForSlot(int slotId)
 
Parameters
| Type | Name | Description | 
| System.Int32 | slotId |  | 
Returns
| Type | Description | 
| System.String |  | 
Overrides
UpdateNodeAfterDeserialization()
Declaration
public override void UpdateNodeAfterDeserialization()
 
Overrides