mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
AIDecisionInput
Interface AIDecisionInput
interface
AIDecisionInput
{
maxMilliseconds
?:
number
;
maxSteps
?:
number
;
perception
:
AIValue
;
seed
?:
number
;
signal
?:
AbortSignal
;
state
?:
AI
.
AIState
;
}
Index
Properties
max
Milliseconds?
max
Steps?
perception
seed?
signal?
state?
Properties
Optional
Readonly
max
Milliseconds
maxMilliseconds
?:
number
Optional
Readonly
max
Steps
maxSteps
?:
number
Readonly
perception
perception
:
AIValue
Optional
Readonly
seed
seed
?:
number
Optional
Readonly
signal
signal
?:
AbortSignal
Optional
Readonly
state
state
?:
AI
.
AIState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Milliseconds
max
Steps
perception
seed
signal
state
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...