{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/unity-get-scene-vertices-faces/",
  "atlas": "https://www.pystone.net/?node=unity-get-scene-vertices-faces#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/unity-get-scene-vertices-faces.md",
  "context": "https://www.pystone.net/notes/unity-get-scene-vertices-faces.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:unity-get-scene-vertices-faces",
  "slug": "unity-get-scene-vertices-faces",
  "title": "获取场景点数和面数",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "获取场景点数和面数",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "704d327dfd2f366cdd0684237c3cf2444f13e26ffb46c0b1df616d55362fc2b8",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "获取场景点数和面数",
      "anchor": "获取场景点数和面数",
      "citation": "https://www.pystone.net/notes/unity-get-scene-vertices-faces/#%E8%8E%B7%E5%8F%96%E5%9C%BA%E6%99%AF%E7%82%B9%E6%95%B0%E5%92%8C%E9%9D%A2%E6%95%B0"
    },
    {
      "depth": 2,
      "text": "Test",
      "anchor": "test",
      "citation": "https://www.pystone.net/notes/unity-get-scene-vertices-faces/#test"
    },
    {
      "depth": 4,
      "text": "z",
      "anchor": "z",
      "citation": "https://www.pystone.net/notes/unity-get-scene-vertices-faces/#z"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:game-graphics-and-runtime",
      "title": "游戏图形与运行时",
      "url": "https://www.pystone.net/notes/game-graphics-and-runtime/",
      "atlas": "https://www.pystone.net/?node=game-graphics-and-runtime#knowledge-atlas",
      "label": "游戏图形与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "Unity中的“获取场景点数和面数”导航项",
      "citation": "https://www.pystone.net/notes/game-graphics-and-runtime/#unity"
    }
  ],
  "contentMarkdown": "# 获取场景点数和面数\n\n> 创建时间：2020/5/22 10:52\n\n## Test\n\n```csharp\nclass Program\n{\n    static void Main(string[] args)\n    {\n        dynamic dyn = 1;\n        object obj = 1;\n        dyn = dyn + 3;\n        //obj = obj + 3; 报错\n\n        // Rest the mouse pointer over dyn and obj to see their\n        // types at compile time.\n        System.Console.WriteLine(dyn.GetType());\n        System.Console.WriteLine(obj.GetType());\n    }\n}\n\n```\n\n#### z\n"
}
