Class Null
Returns a null value.
Inherited Members
Namespace: Unity.VisualScripting
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 |
---|---|
ValueOutput |
Methods
Definition()
Declaration
protected override void Definition()