SiliconGhetto Engine API
Homepage
GitHub
Preparing search index...
types
AIResult
Interface AIResult
AI update result — movement delta and facing direction for each AI entity.
interface
AIResult
{
handle
:
number
;
dx
:
number
;
dy
:
number
;
facing
:
number
;
}
Index
Properties
handle
dx
dy
facing
Properties
handle
handle
:
number
dx
dx
:
number
dy
dy
:
number
facing
facing
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handle
dx
dy
facing
Homepage
GitHub
SiliconGhetto Engine API
Loading...
AI update result — movement delta and facing direction for each AI entity.