Operand Class
A value used by an Instruction.
public sealed class Operand : IMessage<Operand>, IMessage, IEquatable<Operand>, IDeepCloneable<Operand>
Properties
| Name | Description |
|---|---|
| BoolValue | A boolean (true or false). |
| FloatValue | A floating point number. |
| StringValue | A string. |
| ValueCase |
Methods
| Name | Description |
|---|---|
| ClearValue() |
Source
Defined in YarnSpinner/YarnSpinner.cs, line 716.