KeyReceiver<T>
Type description and basic instructions.
class in RenownedGames.AITree / Inherits from KeyReceiver where T : KeyKey receiver sets the value to the key.
Abstract Methods
/// <summary>
/// Sets the value to the key.
/// </summary>
protected abstract bool Apply(Key key);Virtual Methods
/// <summary>
/// Detail description of key query.
/// </summary>
public virtual string GetDescription(Key key);Getter / Setter
/// <summary>
/// Detail description of key query.
/// </summary>
string GetDescription(Key key);Last updated