Click or drag to resize

ExplorationRatioValueGetValue Method

Gets the value.

Namespace:  EmptyKeys.Strategy.AI.Components.Considerations
Assembly:  EmptyKeys.Strategy.AI (in EmptyKeys.Strategy.AI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override float GetValue(
	IBehaviorContext context
)

Parameters

context
Type: IBehaviorContext
The context.

Return Value

Type: Single

[Missing <returns> documentation for "M:EmptyKeys.Strategy.AI.Components.Considerations.ExplorationRatioValue.GetValue(EmptyKeys.Strategy.AI.IBehaviorContext)"]

See Also