Create an object dictionary in Typed Array Buffer Schema #111
Unanswered
Makuziker
asked this question in
Help / Questions
Replies: 1 comment
-
I guess you should use an array instead. const gameState = {
players: [{
id: 'abcd',
name: 'Tester1',
speed: 0
},
{
id: 'efgh',
name: 'Tester2',
speed: 1
}
]
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
How do you make an object dictionary schema with
geckos.io/typed-array-buffer-schema
?Example:
Thank you kindly for checking this out.
Beta Was this translation helpful? Give feedback.
All reactions