Logo white

antissoft / antissoft.shangten.wechar

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • antissoft.shangten.wechar
  • ..
  • context-webgl
  • classUtils.js
  • DEV初始化
    bb09ac81
    wangming authored
    2022-02-05 19:16:55 +0800  
    Browse Code »
classUtils.js 95 Bytes
Edit Raw Blame History Permalink
1 2 3
export function getTransferedObjectUUID(name, id) {
    return `${name.toLowerCase()}-${id}`;
}