diff options
Diffstat (limited to '')
-rw-r--r-- | VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs | 27 | ||||
-rw-r--r-- | VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs.meta | 12 |
2 files changed, 39 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs b/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs new file mode 100644 index 00000000..ce98df80 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs @@ -0,0 +1,27 @@ +using UnityEngine; +using System.Collections.Generic; + +public class BakerySectorCapture : ScriptableObject +{ +#if UNITY_EDITOR + [SerializeField] + public Vector3 sectorPos; + + [SerializeField] + public Quaternion sectorRot; + + [SerializeField] + public List<Mesh> meshes; + + [SerializeField] + public List<Vector3> positions; + + [SerializeField] + public List<Texture2D> textures; + + public List<Renderer> outsideRenderers; + public bool write = false; + +#endif +} + diff --git a/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs.meta b/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs.meta new file mode 100644 index 00000000..dbf6e0e2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Bakery/BakerySectorCapture.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6f1a86d43dd48934fb3a04c088307681 +timeCreated: 1526381368 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: |