Interface IProperty<T>
A generic interface for a property to be used in PropertySet<TProperty, TValue>
It stores and set a value. That can be found through a table on Property Set.
Assembly: UtilityAIFramework.dll
Syntax
public interface IProperty<T>
Type Parameters
Properties
Name
Declaration
Property Value
Value
Declaration
Property Value
Methods
SetName(String)
Declaration
void SetName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
SetValue(T)
Declaration
Parameters
Type |
Name |
Description |
T |
value |
|