Code Monkey home page Code Monkey logo

Comments (6)

Avatarchik avatar Avatarchik commented on July 22, 2024

Hi! Can someone help me? I tried different options but it didn’t work, sorting through the dictionary...

from puerts.

zombieyang avatar zombieyang commented on July 22, 2024

https://github.com/Tencent/puerts/blob/master/unity/Assets/core/upm/Editor/Resources/puerts/templates/dts.tpl.mjs#L241
here is an example.

and I remember that some has submitted a PR to support for (var item of CSDic) #1555 . You can try

from puerts.

Avatarchik avatar Avatarchik commented on July 22, 2024

Hi! thanks, but I don't quite understand how to use it...
var dic= Engine.DatValue("dat") as CS.System.Collections.Generic.Dictionary$2<string, object>;

for (var item of dic){
console.log(item)
}

Error: TypeError: dicis not iterable

Try:

  for (const [key,value] of dic) {
  console.log(`map: ${key}: ${value}`) 
}

Error: Type 'KeyValuePair$2<string, object>' must have a 'Symbol.iterator' method that returns an iterator.

from puerts.

zombieyang avatar zombieyang commented on July 22, 2024

Well you can try the first example

from puerts.

Avatarchik avatar Avatarchik commented on July 22, 2024

I don't quite understand how I should use this, can you help me?
https://github.com/Tencent/puerts/blob/master/unity/Assets/core/upm/Editor/Resources/puerts/templates/dts.tpl.mjs#L241

from puerts.

Avatarchik avatar Avatarchik commented on July 22, 2024

Hi! can someone give an example of how I can read the Dictionary in JavaScript?

from puerts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.