plane.unit 1010 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. _guid = "0b109f0c-adc0-49d8-9fc6-d96cd48fd606"
  2. _type = "unit"
  3. components = [
  4. {
  5. _guid = "238ae946-75d4-4c4e-b326-ff4c6562fba4"
  6. _type = "transform"
  7. data = {
  8. position = [
  9. 0
  10. 0
  11. 0
  12. ]
  13. rotation = [
  14. 0
  15. 0
  16. 0
  17. 1
  18. ]
  19. scale = [
  20. 1
  21. 1
  22. 1
  23. ]
  24. }
  25. type = "transform"
  26. }
  27. {
  28. _guid = "9217e10e-9b45-46d0-9c02-7c95531f4e80"
  29. _type = "collider"
  30. data = {
  31. material = "default"
  32. name = "Plane"
  33. scene = "core/units/primitives/plane"
  34. shape = "convex_hull"
  35. }
  36. type = "collider"
  37. }
  38. {
  39. _guid = "add86f5b-267a-4aa8-954c-385d2fcda2be"
  40. _type = "mesh_renderer"
  41. data = {
  42. cast_shadows = true
  43. geometry_name = "Plane"
  44. material = "core/units/primitives/primitive"
  45. mesh_resource = "core/units/primitives/plane"
  46. visible = true
  47. }
  48. type = "mesh_renderer"
  49. }
  50. {
  51. _guid = "b5f0e7bd-e78b-4447-acd3-37ca73020177"
  52. _type = "actor"
  53. data = {
  54. class = "static"
  55. collision_filter = "default"
  56. mass = 1
  57. material = "default"
  58. }
  59. type = "actor"
  60. }
  61. ]