|
| | Variable (string title, object value) |
| | Instantiates new variable. More...
|
| |
|
| Variable (SerializationInfo info, StreamingContext context) |
| |
|
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
| |
|
void | MakeObsolete () |
| | Set variable to obsolete state.
|
| |
|
override string | ToString () |
| |
|
|
System.Type | type [get] |
| | Variable's type.
|
| |
|
bool | IsValid [get] |
| | Check does this variable are valid.
|
| |
|
bool | IsObsolete [get] |
| | If true then the variable can't be used anymore.
|
| |
|
string | Title [get] |
| | Variable name.
|
| |
|
byte[] | ValueBinary [get, set] |
| | Converts binary data to and backward the Value.
|
| |
| object | Value [get, set] |
| | Object's value. More...
|
| |
|
|
System.Action | ValueChanged |
| | Occurs when value is changed.
|
| |
◆ Variable()
| Doloro.AI.Variable.Variable |
( |
string |
title, |
|
|
object |
value |
|
) |
| |
Instantiates new variable.
- Parameters
-
- Exceptions
-
| System.ArgumentNullException | value is null. |
| System.ArgumentException | title is null or white spaced. |
◆ Value
| object Doloro.AI.Variable.Value |
|
getset |
Object's value.
- Exceptions
-
| System.NotSupportedException | Attempts to write null value. |
The documentation for this class was generated from the following file:
- D:/Work/GitHub/DGDK22/Assets/Tauri Interactive/Doloro-GDK/Doloro-AI-Core/Runtime/Core/Data/Variable.cs