Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ScriptableStringAttribute.cs
2{
7 {
14 : base(Definition, Node)
15 {
16 }
17
23 public override string ParseValue(string s)
24 {
25 return s;
26 }
27 }
28}
override string ParseValue(string s)
Parses a string representation of a value.
ScriptableStringAttribute(string Definition, StateMachineNode Node)
Scriptable string attribute.
Abstract base class for State-Machine nodes.