Interface IHasParameters
An interface for owning parameters.
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IHasParameters
Properties
View SourceParameters
Gets or sets the parameters for this object.
Declaration
IParameterManager Parameters { get; set; }
Property Value
Type | Description |
---|---|
IParameterManager |