12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "version":"LAYAHIERARCHY:01",
- "data":{
- "type":"MeshSprite3D",
- "props":{
- "name":"jiantou",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- 0,
- 0,
- 0
- ],
- "rotation":[
- 0,
- 0,
- -1,
- 0
- ],
- "scale":[
- 0.02,
- 0.02,
- 0.02
- ],
- "meshPath":"Assets/Models/jiantou-Plane001.lm",
- "enableRender":true,
- "materials":[
- {
- "path":"Assets/Models/jiantouMaterial.lmat"
- }
- ]
- },
- "components":[],
- "child":[]
- }
- }
|