Class AmbientNode
  
Inheritance
System.Object
AmbientNode
 
Syntax
public class AmbientNode : AbstractMaterialNode, ISerializationCallbackReceiver, IGenerateProperties
 
Constructors
  
AmbientNode()
Declaration
Fields
  
OutputSlot1Id
Declaration
public const int OutputSlot1Id = 1
 
Field Value
| Type | Description | 
| System.Int32 |  | 
OutputSlot2Id
Declaration
public const int OutputSlot2Id = 2
 
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 sealed void UpdateNodeAfterDeserialization()
 
Overrides