clik-engine API
GitHub
Preparing search index...
Blackboard
Class Blackboard
Shared data store for behavior tree context.
Index
Constructors
constructor
Methods
clear
delete
get
has
keys
set
Constructors
constructor
new
Blackboard
()
:
Blackboard
Returns
Blackboard
Methods
clear
clear
()
:
void
Returns
void
delete
delete
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
get
get
<
T
>
(
key
:
string
)
:
T
|
undefined
Type Parameters
T
Parameters
key
:
string
Returns
T
|
undefined
has
has
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
keys
keys
()
:
string
[]
Returns
string
[]
set
set
(
key
:
string
,
value
:
unknown
)
:
void
Parameters
key
:
string
value
:
unknown
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
delete
get
has
keys
set
GitHub
clik-engine API
Loading...
Shared data store for behavior tree context.