ActionSelectorCandidate Struct

Definition

A candidate action for action selection.

public value class ActionSelectorCandidate
public struct ActionSelectorCandidate
public readonly struct ActionSelectorCandidate
type ActionSelectorCandidate = struct
Public Structure ActionSelectorCandidate
Inheritance
ActionSelectorCandidate

Constructors

ActionSelectorCandidate(ActionDescriptor, IReadOnlyList<IActionConstraint>)

Creates a new ActionSelectorCandidate.

Properties

Action

The ActionDescriptor representing a candidate for selection.

Constraints

The list of IActionConstraint instances associated with .

Applies to