摘要:
Reallocate memory block Changes the size of the memory block pointed to by ptr.The function may move the memory block to a new location (whose address 阅读全文
摘要:
这几天研究OPENGL时,想找一个UI库来用,发现了IMGUI,到网上搜索评估中,突然发现它似乎和UNITY有关系。 UNITY文档中提到过IMGUI,不知道是不一个东西,仔细看了下文档,果然是。原文如下: Legacy GUI Unity originally had just two GUI C 阅读全文
摘要:
1 1 getnodebyname "circle01" 2 2 for o in objects do 3 if o.name == "circle01" then 4 3 select $Box* – select any objects with the name box at the beg 阅读全文
摘要:
#if UNITY_EDITOR using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using UnityEditor; using UnityEngine; public class AnimImport : AssetPostprocessor { ... 阅读全文