Class Null
Returns a null value.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Nulls")]
public sealed class Null : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
null
A null value.
Declaration
[DoNotSerialize]
public ValueOutput @null { get; }
Property Value
Type | Description |
---|---|
Value |
Methods
Definition()
Declaration
protected override void Definition()