ActionSelectorCandidate Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 . |