Class CacheTests.DeepThought
A unit with a value that's expensive to retrieve.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Control
Assembly: solution.dll
Syntax
public sealed class CacheTests.DeepThought : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
answerToTheUltimateQuestion
Declaration
[DoNotSerializeAttribute]
public ValueOutput answerToTheUltimateQuestion { get; }
Property Value
| Type | Description |
|---|---|
| ValueOutput |
thinkingTime
Declaration
[DoNotSerializeAttribute]
public ValueOutput thinkingTime { get; }
Property Value
| Type | Description |
|---|---|
| ValueOutput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Implements
IDisposable