Share via


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

Name Description
ActionSelectorCandidate(ActionDescriptor, IReadOnlyList<IActionConstraint>)

Creates a new ActionSelectorCandidate.

Properties

Name Description
Action

The ActionDescriptor representing a candidate for selection.

Constraints

The list of IActionConstraint instances associated with <see name="Action"></see>.

Applies to