Class CreatePrecomputedPackage
+ Class BaseRuntimeBakeController
- Class to export Precomputed unitypackage
+ Base runtime baker controller.
+This parent class is needed for the editor components setup method .
+It's not strictly necessary to inherit from this class, but it's recommended.
Inheritance
-
- CreatePrecomputedPackage
+ object
+ BaseRuntimeBakeController
+
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling.Bake
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public abstract class BaseRuntimeBakeController : MonoBehaviour
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Methods
+
+
+ BakeAll()
+ Base runtime baker controller.
+This parent class is needed for the editor components setup method .
+It's not strictly necessary to inherit from this class, but it's recommended.
+
+
+ Declaration
- public static class CreatePrecomputedPackage
+ public abstract void BakeAll()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html b/api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
similarity index 65%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
rename to api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
index 26e5ba3..6ceb6b1 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class PrecomputedPlayStateNotifier
+ Class DemoRuntimeBakeController
| Prographers Precomputed Culling
-
@@ -74,49 +74,41 @@
-
+
- Class PrecomputedPlayStateNotifier
+ Class DemoRuntimeBakeController
-
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+
Inheritance
-
- PrecomputedPlayStateNotifier
+ object
+
+ DemoRuntimeBakeController
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling.Bake
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class DemoRuntimeBakeController : BaseRuntimeBakeController
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Methods
+
+
+ BakeAll()
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+
+
+ Declaration
- [InitializeOnLoad]
-public static class PrecomputedPlayStateNotifier
+ public override void BakeAll()
+ Overrides
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
new file mode 100644
index 0000000..2cc9469
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+ Class DemoRuntimeBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
new file mode 100644
index 0000000..a76d460
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+ Interface IBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
similarity index 84%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
rename to api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
index 56a66ca..3963581 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ Namespace ProgLibrary.PrecomputedCulling.Bake.ProgressBar
| Prographers Precomputed Culling
-
@@ -74,17 +74,23 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ Namespace ProgLibrary.PrecomputedCulling.Bake.ProgressBar
Classes
- PrecomputedDataSettings
- Main precomputed settings
+ DemoRuntimeBakeProgress
+ Demo runtime bake progress.
+
+ Interfaces
+
+ IBakeProgress
+ Interface for the bake progress indicator.
+We use this class to show the progress of the bake.
diff --git a/api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html b/api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html
new file mode 100644
index 0000000..7819636
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+ Class RuntimeBakeProcess
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html b/api/ProgLibrary.PrecomputedCulling.Bake.html
similarity index 79%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html
rename to api/ProgLibrary.PrecomputedCulling.Bake.html
index b1dbf0c..bb4f65d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
+ Namespace ProgLibrary.PrecomputedCulling.Bake
| Prographers Precomputed Culling
-
@@ -74,25 +74,27 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
+ Namespace ProgLibrary.PrecomputedCulling.Bake
Classes
- PrecomputedSceneAreaData
- Variance data to be correlated with the scene
+ BaseRuntimeBakeController
+ Base runtime baker controller.
+This parent class is needed for the editor components setup method .
+It's not strictly necessary to inherit from this class, but it's recommended.
- PrecomputedSceneVariantData
- Variant information needed for baking and loading data
+ DemoRuntimeBakeController
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
- Structs
-
- AreaDataIndex
- Related OcclusionArea with bake data index
+ RuntimeBakeProcess
+ Runtime bake process class.
+It's used to bake and save occlusion data in runtime.
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html
rename to api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
index 7cd0f08..28b486e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html
+++ b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
@@ -74,53 +74,29 @@
-
+
- Class PrecomputedSpriteBakeController
+ Class PrecomputedSpriteBakeController
Converts SpriteRenderer to mesh to be visible during bake
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.BakeControllers
+ Assembly: cs.temp.dll.dll
+ Syntax
public class PrecomputedSpriteBakeController
Methods
-
- CreateMeshes()
+
+ CreateMeshes()
Convert All SpriteRenderers to meshes
Create temporary objects with meshes
@@ -129,8 +105,8 @@ Declaration
public void CreateMeshes()
-
- DestroyMeshes()
+
+ DestroyMeshes()
Destroy all temporary objects with mesh
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
rename to api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
index 8d9afef..afd8418 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
+++ b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
@@ -74,53 +74,29 @@
-
+
- Class PrecomputedTerrainBakeController
+ Class PrecomputedTerrainBakeController
Converts Unity Terrains temporary to mesh to be visible during bake
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.BakeControllers
+ Assembly: cs.temp.dll.dll
+ Syntax
public class PrecomputedTerrainBakeController
Methods
-
- CreateMeshes()
+
+ CreateMeshes()
Convert All Terrain to meshes
Create temporary objects with meshes
@@ -129,8 +105,8 @@ Declaration
public void CreateMeshes()
-
- DestroyMeshes()
+
+ DestroyMeshes()
Destroy all temporary objects with mesh
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeControllers.html b/api/ProgLibrary.PrecomputedCulling.BakeControllers.html
new file mode 100644
index 0000000..a2f63c1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeControllers.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.BakeControllers
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
new file mode 100644
index 0000000..4287aa7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+ Class BaseBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
new file mode 100644
index 0000000..ee61c91
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+
+
+ Class CommonBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
new file mode 100644
index 0000000..ab05603
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+
+ Class RuntimeBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.html
new file mode 100644
index 0000000..61c7d9c
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.BakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html b/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
similarity index 66%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
index a48f7cf..72698bb 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
@@ -74,46 +74,24 @@
-
+
- Struct AreaDataIndex
+ Struct AreaDataIndex
Related OcclusionArea with bake data index
-
- Inherited Members
-
- ValueType.Equals(object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public struct AreaDataIndex
+ public struct AreaDataIndex
Constructors
-
- AreaDataIndex(PrecomputedArea, int)
+
+ AreaDataIndex(PrecomputedArea, int)
Default constructor
@@ -132,12 +110,12 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- int
+ int
dataIndex
@@ -145,7 +123,7 @@ Parameters
Fields
- DataIndex
+ DataIndex
Index to Index
@@ -163,13 +141,13 @@ Field Value
- int
+ int
- PrecomputedArea
- Reference to PrecomputedArea
+ PrecomputedArea
+ Reference to PrecomputedArea
Declaration
@@ -186,7 +164,7 @@ Field Value
- PrecomputedArea
+ PrecomputedArea
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html b/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
index c44697f..cdca718 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
@@ -84,44 +84,14 @@
-
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class BoundingBox : IEnumerable<Vector3>, IEnumerable
+ public class BoundingBox : IEnumerable<Vector3>
Constructors
@@ -161,7 +131,7 @@ Parameters
- BoundingBox(Vector3, Vector3, Quaternion)
+ BoundingBox(Vector3, Vector3, Quaternion)
Default constructor
@@ -197,7 +167,7 @@ Parameters
- BoundingBox(Vector3, Vector3, Vector3)
+ BoundingBox(Vector3, Vector3, Vector3)
Default constructor
@@ -263,8 +233,7 @@
Declaration
- [HideInInspector]
-public Quaternion Rotation
+ public Quaternion Rotation
Field Value
@@ -350,12 +319,12 @@ Parameters
- int
+ int
index
- bool
+ bool
axisAligned
Is resulting value axis aligned aka without applied rotation
@@ -377,21 +346,6 @@ Property Value
- Exceptions
-
-
-
- Type
- Condition
-
-
-
-
- ArgumentOutOfRangeException
-
-
-
-
TopLeft
Top Left position - non axis aligned
@@ -469,7 +423,7 @@ Parameters
- ClosestPointOnBox(in Vector3)
+ ClosestPointOnBox(in Vector3)
Returns closest point on box to the provided point
@@ -511,7 +465,7 @@ Returns
- Contains(in Vector3)
+ Contains(in Vector3)
Is point contained within box
@@ -547,13 +501,13 @@ Returns
- bool
+ bool
- Expand(Vector3)
+ Expand(Vector3)
Expands current box to contain point
@@ -579,7 +533,7 @@ Parameters
- FromBounds(Bounds, Quaternion)
+ FromBounds(Bounds, Quaternion)
Creates new bounding box form bounds and quaternion rotation
@@ -627,7 +581,7 @@ Returns
- FromMeshFilter(MeshFilter)
+ FromMeshFilter(MeshFilter)
Creates new bounding box from mesh bounding box current transform
@@ -688,13 +642,13 @@ Returns
- IEnumerator<Vector3>
+ IEnumerator<Vector3>
- Merge(in List<BoundingBox>)
+ Merge(in List<BoundingBox>)
Merge multiple boxes into single box
@@ -713,7 +667,7 @@ Parameters
- List<BoundingBox>
+ List<BoundingBox>
boxes
@@ -758,17 +712,6 @@ Returns
- Implements
-
- System.Collections.Generic.IEnumerable<T>
-
-
- IEnumerable
-
- Extension Methods
-
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html
index adb8f34..f5fad05 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html
@@ -84,186 +84,14 @@
Inheritance
-
- Object
- ScriptableObject
- PrecomputedChunkData
+ object
+ PrecomputedChunkData
-
- Implements
- ISerializationCallbackReceiver
-
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedChunkData : ScriptableObject, ISerializationCallbackReceiver
+ public class PrecomputedChunkData : ScriptableObject
Fields
@@ -308,7 +136,7 @@ Field Value
- PrecomputedChunkElementData[][]
+ PrecomputedChunkElementData[][]
@@ -331,7 +159,7 @@ Field Value
- int
+ int
@@ -354,7 +182,7 @@ Field Value
- int
+ int
@@ -377,7 +205,7 @@ Field Value
- PrecomputedChunkElementData[][]
+ PrecomputedChunkElementData[][]
@@ -400,7 +228,7 @@ Field Value
- string
+ string
@@ -423,15 +251,46 @@ Field Value
- int
+ int
Methods
+
+ AddAtIndex(int, in PrecomputedVisibilityIndices)
+ Add new
+
+
+ Declaration
+
+ public void AddAtIndex(int index, in PrecomputedVisibilityIndices visibilityIndices)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ int
+ index
+
+
+
+ PrecomputedVisibilityIndices
+ visibilityIndices
+
+
+
+
- GetChunkIndex(in Vector3, out int, out int, out int)
+ GetChunkIndex(in Vector3, out int, out int, out int)
Get chunk index and array coordinates from camera position
@@ -455,19 +314,19 @@ Parameters
- int
+ int
x
X chunk id
- int
+ int
y
Y chunk id
- int
+ int
z
Z chunk id
@@ -484,13 +343,13 @@ Returns
- int
+ int
Return index of the box or -1 if point is not without it's bounds
- Remarks
+ Remarks
Assume that positive X and positive Y are [0,0] - and thus indexes are towards negative eg: [0, -1] is index
1, [-1, 0] is index 64
@@ -514,22 +373,22 @@ Parameters
- int
+ int
xId
- int
+ int
yId
- int
+ int
zId
- int
+ int
neighbourCellsRadius
@@ -545,13 +404,13 @@ Returns
- List<int>
+ List<int>
- GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
+ GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
Get all visible renderers from current camera position
View frustum is applied automatically
@@ -577,7 +436,7 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
The Precomputed Area that evokes it
@@ -600,15 +459,42 @@ Returns
- List<PrecomputedVisibilityIndices>
+ List<PrecomputedVisibilityIndices>
- Implements
-
- UnityEngine.ISerializationCallbackReceiver
+
+ Initialize(in PrecomputedArea, Scene)
+ Initialize chunk bake data
+
+
+ Declaration
+
+ public void Initialize(in PrecomputedArea precomputedArea, Scene targetScene)
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+
+
+
+ Scene
+ targetScene
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html
index cf8963a..bd5d9e3 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html
@@ -84,182 +84,14 @@
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedData : ScriptableObject
+ public class PrecomputedData : ScriptableObject
Fields
@@ -281,7 +113,7 @@ Field Value
- List<PrecomputedChunkData>
+ List<PrecomputedChunkData>
@@ -292,8 +124,7 @@
Declaration
- [HideInInspector]
-public int Index
+ public int Index
Field Value
@@ -305,7 +136,7 @@ Field Value
- int
+ int
@@ -316,8 +147,7 @@
Declaration
- [HideInInspector]
-public string SceneName
+ public string SceneName
Field Value
@@ -329,7 +159,7 @@ Field Value
- string
+ string
@@ -352,15 +182,39 @@ Field Value
- int
+ int
Methods
+
+ GetSizeInMemory()
+ Get size in memory (bytes)
+
+
+ Declaration
+
+ public int GetSizeInMemory()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ int
+
+
+
+
- GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
+ GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
Get all renderers visible from given position
@@ -384,17 +238,17 @@ Parameters
- PrecomputedSceneData
+ PrecomputedSceneData
requestedScene
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- List<PrecomputedVisibilityIndices>
+ List<PrecomputedVisibilityIndices>
indices
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html
index baba5d6..d2e0aa8 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html
@@ -85,182 +85,14 @@
Inheritance
-
- Object
- ScriptableObject
- PrecomputedDataVariant
+ object
+ PrecomputedDataVariant
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedDataVariant : ScriptableObject
+ public class PrecomputedDataVariant : ScriptableObject
Fields
@@ -282,7 +114,7 @@ Field Value
- int
+ int
@@ -305,7 +137,7 @@ Field Value
- List<PrecomputedData>
+ List<PrecomputedData>
@@ -328,7 +160,7 @@ Field Value
- List<string>
+ List<string>
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
index 04f0a97..542eac0 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
@@ -84,182 +84,14 @@
Inheritance
-
- Object
- ScriptableObject
- PrecomputedGroupData
+ object
+ PrecomputedGroupData
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedGroupData : ScriptableObject
+ public class PrecomputedGroupData : ScriptableObject
Fields
@@ -281,7 +113,7 @@ Field Value
- int[][]
+ int[][]
@@ -308,7 +140,7 @@ Parameters
- int
+ int
groupIndex
@@ -324,7 +156,7 @@ Returns
- int[]
+ int[]
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
index f1850b3..4e4efcd 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
@@ -74,53 +74,28 @@
-
+
- Class PrecomputedSceneAreaData
+ Class PrecomputedSceneAreaData
Variance data to be correlated with the scene
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PrecomputedSceneAreaData
+ public class PrecomputedSceneAreaData
Fields
- AreasIndex
+ AreasIndex
List of area bindings to data
@@ -138,13 +113,13 @@ Field Value
- List<AreaDataIndex>
+ List<AreaDataIndex>
- VariantId
- Variant index IndexVariant
+ VariantId
+ Variant index IndexVariant
Declaration
@@ -161,7 +136,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
similarity index 61%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
index 955e28b..8fca41d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
@@ -74,54 +74,29 @@
-
+
- Class PrecomputedSceneVariantData
+ Class PrecomputedSceneVariantData
Variant information needed for baking and loading data
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PrecomputedSceneVariantData
+ public class PrecomputedSceneVariantData
Constructors
-
- PrecomputedSceneVariantData()
+
+ PrecomputedSceneVariantData()
Default constructor
@@ -131,14 +106,13 @@ Declaration
Fields
- BakeTime
+ BakeTime
Bake Time in milliseconds
Declaration
- [HideInInspector]
-public long BakeTime
+ public long BakeTime
Field Value
@@ -150,19 +124,18 @@ Field Value
- long
+ long
- IndexVariant
+ IndexVariant
Id to bind to data
Declaration
- [HideInInspector]
-public int IndexVariant
+ public int IndexVariant
Field Value
@@ -174,12 +147,12 @@ Field Value
- int
+ int
- Name
+ Name
Variant name
@@ -197,12 +170,12 @@ Field Value
- string
+ string
- Priority
+ Priority
Priority of use
@@ -220,19 +193,18 @@ Field Value
- int
+ int
- ScenesInVariant
+ ScenesInVariant
Scenes included in variant, automatically generated during bake
Declaration
- [HideInInspector]
-public List<string> ScenesInVariant
+ public List<string> ScenesInVariant
Field Value
@@ -244,19 +216,18 @@ Field Value
- List<string>
+ List<string>
- SizeInMemory
+ SizeInMemory
Data size in memory in kb
Declaration
- [HideInInspector]
-public float SizeInMemory
+ public float SizeInMemory
Field Value
@@ -268,7 +239,7 @@ Field Value
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
index b18319b..6c9d2b6 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
@@ -79,41 +79,19 @@
Struct PrecomputedVisibilityIndices
- Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
+ Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
-
- Inherited Members
-
- ValueType.Equals(object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public readonly struct PrecomputedVisibilityIndices
+ public readonly struct PrecomputedVisibilityIndices
Constructors
- PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
+ PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
Constructor
@@ -132,25 +110,25 @@ Parameters
- PrecomputedChunkElementData[]
+ PrecomputedChunkElementData[]
renderers
Indexes of the renderers
- PrecomputedChunkElementData[]
+ PrecomputedChunkElementData[]
groupRenderers
Group indexes of the renderers
- PrecomputedSettingsArea
+ PrecomputedSettingsArea
settingsArea
Settings
- bool
+ bool
isValid
Are indices empty and thus invalid
@@ -183,7 +161,7 @@ Field Value
- PrecomputedChunkElementData[]
+ PrecomputedChunkElementData[]
@@ -206,7 +184,7 @@ Field Value
- bool
+ bool
@@ -252,7 +230,7 @@ Field Value
- PrecomputedChunkElementData[]
+ PrecomputedChunkElementData[]
@@ -275,7 +253,7 @@ Field Value
- PrecomputedSettingsArea
+ PrecomputedSettingsArea
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html
index 6864049..4b5d1fc 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html
@@ -82,8 +82,8 @@ Renderer Container methods
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ Assembly: cs.temp.dll.dll
Syntax
public interface IPrecomputedRendererContainer
@@ -133,7 +133,7 @@ Property Value
- int
+ int
@@ -168,7 +168,7 @@ Returns
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html
index 5698ac6..01de4c1 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html
@@ -84,39 +84,19 @@
Inheritance
-
+ object
PrecomputedRendererBaseContainer
-
Implements
-
- Inherited Members
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public abstract class PrecomputedRendererBaseContainer : IPrecomputedRendererContainer
+ public abstract class PrecomputedRendererBaseContainer : IPrecomputedRendererContainer
Constructors
@@ -140,7 +120,7 @@ Parameters
- int
+ int
rendererId
@@ -191,7 +171,7 @@ Property Value
- int
+ int
@@ -235,7 +215,7 @@ Returns
- bool
+ bool
True if are the same
@@ -261,7 +241,7 @@ Parameters
- object
+ object
obj
@@ -277,13 +257,13 @@ Returns
- bool
+ bool
Overrides
-
+ object.Equals(object)
FinalizeBaking()
Finalize baking process for given renderer
@@ -336,13 +316,13 @@ Returns
- int
+ int
Overrides
-
+ object.GetHashCode()
Hide()
Hides corresponding renderer
@@ -371,7 +351,7 @@ Returns
- bool
+ bool
@@ -437,7 +417,7 @@ Returns
- bool
+ bool
@@ -483,7 +463,7 @@ Returns
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html
index 526b19b..b79e6ca 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html
@@ -84,10 +84,9 @@
Inheritance
-
+ object
PrecomputedRendererContainer<T>
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public abstract class PrecomputedRendererContainer<T> : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer where T : Renderer
+ public abstract class PrecomputedRendererContainer<T> : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer where T : UnityEngine.Renderer
Type Parameters
@@ -170,7 +153,7 @@ Parameters
- int
+ int
index
@@ -277,7 +260,7 @@ Returns
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html
index 35698b4..9e079e3 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html
@@ -82,27 +82,11 @@ Data of single Renderer
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public struct PrecomputedChunkElementData
+ public struct PrecomputedChunkElementData
Constructors
@@ -126,12 +110,12 @@ Parameters
- int
+ int
id
- int
+ int
pixelsVisibility
@@ -157,7 +141,7 @@ Field Value
- int
+ int
@@ -180,7 +164,7 @@ Field Value
- int
+ int
@@ -223,7 +207,7 @@ Returns
- bool
+ bool
@@ -248,7 +232,7 @@ Parameters
- object
+ object
obj
@@ -264,13 +248,13 @@ Returns
- bool
+ bool
Overrides
- System.ValueType.Equals(System.Object)
+ System.ValueType.Equals(object)
GetHashCode()
Data of single Renderer
@@ -290,7 +274,7 @@ Returns
- int
+ int
@@ -340,7 +324,7 @@ Returns
- bool
+ bool
@@ -386,7 +370,7 @@ Returns
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html
index 6692720..c0a4d8a 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html
@@ -84,55 +84,19 @@
Inheritance
-
-
- PrecomputedLODGroupContainer
+ object
+ PrecomputedLODGroupContainer
-
- Implements
-
-
-
- Inherited Members
-
-
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedLODGroupContainer : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer
+ public class PrecomputedLODGroupContainer : PrecomputedRendererBaseContainer
Constructors
- PrecomputedLODGroupContainer(int, LODGroup)
+ PrecomputedLODGroupContainer(int, LODGroup)
Default constructor
@@ -151,7 +115,7 @@ Parameters
- int
+ int
index
Unique index on the scene
@@ -193,7 +157,7 @@ Properties
GameObject
- Renderer parent gameobject
+ LOD Group renderer for occlusion culling
Declaration
@@ -215,24 +179,20 @@ Property Value
- Overrides
-
Methods
FinalizeBaking()
- Finalize baking process for given renderer
+ LOD Group renderer for occlusion culling
Declaration
public override void FinalizeBaking()
- Overrides
-
GetBoundingBox()
- Gets bounding box of a renderer
+ LOD Group renderer for occlusion culling
Declaration
@@ -254,8 +214,6 @@ Returns
- Overrides
-
GetPrimaryRenderers()
Get primary LOD renderers
@@ -275,25 +233,23 @@ Returns
- IEnumerable<(MeshRenderer Renderer, MeshFilter Filter)>
+ IEnumerable<(MeshRenderer Renderer, MeshFilter Filter)>
Hide()
- Hides corresponding renderer
+ LOD Group renderer for occlusion culling
Declaration
public override void Hide()
- Overrides
-
IsValid()
- Is renderer still valid
+ LOD Group renderer for occlusion culling
Declaration
@@ -310,39 +266,29 @@ Returns
- bool
+ bool
- Overrides
-
Show()
- Shows corresponding renderer
+ LOD Group renderer for occlusion culling
Declaration
public override void Show()
- Overrides
-
ShowForBaking()
- Shows corresponding renderer for baking process
+ LOD Group renderer for occlusion culling
Declaration
public override void ShowForBaking()
- Overrides
-
- Implements
-
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html
index f5b7909..3533b54 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html
@@ -84,74 +84,19 @@
Inheritance
-
-
- PrecomputedRendererContainer<MeshRenderer>
- PrecomputedMeshRendererContainer
+ object
+ PrecomputedMeshRendererContainer
-
- Implements
-
-
-
- Inherited Members
-
-
-
-
-
-
-
-
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedMeshRendererContainer : PrecomputedRendererContainer<MeshRenderer>, IPrecomputedRendererContainer
+ public class PrecomputedMeshRendererContainer : PrecomputedRendererContainer<MeshRenderer>
Constructors
- PrecomputedMeshRendererContainer(in int, MeshRenderer)
+ PrecomputedMeshRendererContainer(in int, MeshRenderer)
Default constructor
@@ -170,7 +115,7 @@ Parameters
- int
+ int
index
@@ -211,7 +156,7 @@ Methods
GetBoundingBox()
- Gets bounding box of a renderer
+ Mesh renderer container for occlusion culling
Declaration
@@ -233,11 +178,9 @@ Returns
- Overrides
-
IsValid()
- Is renderer still valid
+ Mesh renderer container for occlusion culling
Declaration
@@ -254,17 +197,11 @@ Returns
- bool
+ bool
- Overrides
-
- Implements
-
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html
new file mode 100644
index 0000000..9046212
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+ Struct PrecomputedRenderer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
index ebfc019..6d193d3 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
@@ -84,48 +84,19 @@
-
- Implements
-
-
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedRendererBakeContainer : IPrecomputedRendererContainer
+ public class PrecomputedRendererBakeContainer : IPrecomputedRendererContainer
Constructors
- PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
+ PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
Default constructor
@@ -144,14 +115,14 @@ Parameters
- IPrecomputedRendererContainer
+ IPrecomputedRendererContainer
container
- PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
Default constructor
@@ -170,7 +141,7 @@ Parameters
- PrecomputedRendererBaseContainer
+ PrecomputedRendererBaseContainer
container
@@ -196,7 +167,7 @@ Field Value
- PrecomputedRendererBaseContainer
+ PrecomputedRendererBaseContainer
@@ -246,7 +217,7 @@ Property Value
- Boolean
+ bool
@@ -270,7 +241,7 @@ Property Value
- Boolean
+ bool
@@ -294,7 +265,7 @@ Property Value
- Int32
+ int
@@ -320,22 +291,7 @@ Returns
- IEnumerable<(T1, T2)<MeshRenderer, MeshFilter>>
-
-
-
-
- Exceptions
-
-
-
- Type
- Condition
-
-
-
-
- System.ArgumentOutOfRangeException
+ IEnumerable<(MeshRenderer Renderer, MeshFilter Filter)>
@@ -368,13 +324,13 @@ Returns
- Boolean
+ bool
- IsValidOccluder(Boolean)
+ IsValidOccluder(bool)
Test if given renderer is a valid occluder or occludee
@@ -393,7 +349,7 @@ Parameters
- Boolean
+ bool
isTransparentValid
@@ -417,17 +373,26 @@ Returns
Remarks
This value is cached per renderer
- Exceptions
+
+ PrecomputedRenderers()
+ Create/return a list of cache precomputed renderers
+
+
+ Declaration
+
+ public List<PrecomputedRenderer> PrecomputedRenderers()
+
+ Returns
Type
- Condition
+ Description
- System.ArgumentOutOfRangeException
+ List<PrecomputedRenderer>
@@ -441,10 +406,6 @@ Declaration
public void Show()
- Implements
-
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html
deleted file mode 100644
index e33de04..0000000
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html
+++ /dev/null
@@ -1,265 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneBakeData
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
index 7fbbf8e..5c85b00 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
@@ -84,36 +84,12 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
Fields
- Renderers
- Renderers
+ _hiddenGroupRenderers
+ Hidden group renderers
Declaration
- [HideInInspector]
-public Dictionary<int, IPrecomputedRendererContainer> Renderers
+ protected HashSet<int> _hiddenGroupRenderers
Field Value
@@ -167,18 +142,18 @@ Field Value
- Dictionary<int, IPrecomputedRendererContainer>
+ HashSet<int>
- Scene
- Scene name
+ _hiddenRenderers
+ Hidden renderers
Declaration
- public Scene Scene
+ protected HashSet<int> _hiddenRenderers
Field Value
@@ -190,18 +165,18 @@ Field Value
- Scene
+ HashSet<int>
- _hiddenGroupRenderers
- Hidden group renderers
+ _isInitialized
+ Is scene data initialized
Declaration
- protected HashSet<int> _hiddenGroupRenderers
+ protected bool _isInitialized
Field Value
@@ -213,18 +188,18 @@ Field Value
- HashSet<int>
+ bool
- _hiddenRenderers
- Hidden renderers
+ _visibleGroupRenderers
+ Visible group renderers
Declaration
- protected HashSet<int> _hiddenRenderers
+ protected HashSet<int> _visibleGroupRenderers
Field Value
@@ -236,18 +211,18 @@ Field Value
- HashSet<int>
+ HashSet<int>
- _isInitialized
- Is scene data initialized
+ _visibleRenderers
+ Visible renderers
Declaration
- protected bool _isInitialized
+ protected HashSet<int> _visibleRenderers
Field Value
@@ -259,18 +234,18 @@ Field Value
- bool
+ HashSet<int>
- _visibleGroupRenderers
- Visible group renderers
+ Renderers
+ Renderers
Declaration
- protected HashSet<int> _visibleGroupRenderers
+ public Dictionary<int, IPrecomputedRendererContainer> Renderers
Field Value
@@ -282,18 +257,18 @@ Field Value
- HashSet<int>
+ Dictionary<int, IPrecomputedRendererContainer>
- _visibleRenderers
- Visible renderers
+ Scene
+ Scene name
Declaration
- protected HashSet<int> _visibleRenderers
+ public Scene Scene
Field Value
@@ -305,7 +280,7 @@ Field Value
- HashSet<int>
+ Scene
@@ -331,7 +306,7 @@ Property Value
- ReadOnlyCollection<int>
+ ReadOnlyCollection<int>
@@ -355,7 +330,7 @@ Property Value
- ReadOnlyCollection<int>
+ ReadOnlyCollection<int>
@@ -379,7 +354,7 @@ Property Value
- int
+ int
@@ -403,7 +378,7 @@ Property Value
- ReadOnlyCollection<int>
+ ReadOnlyCollection<int>
@@ -427,7 +402,7 @@ Property Value
- ReadOnlyCollection<int>
+ ReadOnlyCollection<int>
@@ -435,8 +410,8 @@ Property Value
Methods
- GatherSceneRenderersFromGameObjects(in GameObject[])
- Find all scene renderers and create IPrecomputedRendererContainer from them
+ GatherSceneRenderersFromGameObjects(in GameObject[])
+ Find all scene renderers and create from them
Declaration
@@ -470,7 +445,7 @@ Returns
- Dictionary<int, IPrecomputedRendererContainer>
+ Dictionary<int, IPrecomputedRendererContainer>
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
index 98ecdac..5ca794a 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
@@ -74,46 +74,24 @@
-
+
- Struct PrecomputedSceneInfo
+ Struct PrecomputedSceneInfo
Stores important information about the scene for access them in the variant settings
-
- Inherited Members
-
- ValueType.Equals(object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public struct PrecomputedSceneInfo
+ public struct PrecomputedSceneInfo
Constructors
-
- PrecomputedSceneInfo(int, int, int)
+
+ PrecomputedSceneInfo(int, int, int)
Default constructor
@@ -132,17 +110,17 @@ Parameters
- int
+ int
occluders
- int
+ int
cells
- int
+ int
bakeSpots
@@ -150,8 +128,8 @@ Parameters
Fields
- BakeSpots
- All bake spots in every PrecomputedArea on scene
+ BakeSpots
+ All bake spots in every on scene
Declaration
@@ -168,13 +146,13 @@ Field Value
- int
+ int
- Cells
- All cells in every PrecomputedArea on scene
+ Cells
+ All cells in every on scene
Declaration
@@ -191,12 +169,12 @@ Field Value
- int
+ int
- Occluders
+ Occluders
All possible occluders on scene
@@ -214,7 +192,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
index 7820fb7..acc1509 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
@@ -84,7 +84,7 @@
@@ -127,35 +127,14 @@ Inherited Members
PrecomputedSceneData.UpdateVisibility(in PrecomputedVisibilityIndices)
- PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
+ PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedSceneRuntimeData : PrecomputedSceneData
@@ -163,7 +142,7 @@ Constructors
- PrecomputedSceneRuntimeData(Scene)
+ PrecomputedSceneRuntimeData(Scene)
Default constructor
@@ -209,7 +188,7 @@ Property Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
index fc6bc04..0dad1a7 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
@@ -82,8 +82,8 @@
Occlusion validation enum
- Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ Assembly: cs.temp.dll.dll
Syntax
public enum ValidOccluderEnum
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
index c9a3ca8..b9fc6e2 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
@@ -88,6 +88,9 @@ PrecomputedMeshRendererContainer
Mesh renderer container for occlusion culling
+
+ PrecomputedRendererBakeContainer
+ Additional container for scene object for baking process
PrecomputedSceneData
Scene specific data
@@ -99,6 +102,17 @@ Structs
PrecomputedChunkElementData
Data of single Renderer
+
+ PrecomputedRenderer
+ Struct to cache renderers
+
+ PrecomputedSceneInfo
+ Stores important information about the scene for access them in the variant settings
+
+ Enums
+
+ ValidOccluderEnum
+ Occlusion validation enum
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.html b/api/ProgLibrary.PrecomputedCulling.DataModels.html
index 7e88746..0906e38 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.html
@@ -98,11 +98,20 @@ PrecomputedGroupData
Renderers in this given occlusion group
+
+ PrecomputedSceneAreaData
+ Variance data to be correlated with the scene
+
+ PrecomputedSceneVariantData
+ Variant information needed for baking and loading data
Structs
+ AreaDataIndex
+ Related OcclusionArea with bake data index
+
PrecomputedVisibilityIndices
- Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
+ Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html
new file mode 100644
index 0000000..3805be2
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
+ Class IdCubemapCamera
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
similarity index 68%
rename from api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html
rename to api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
index 4ef0ff2..c925cea 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
@@ -74,10 +74,10 @@
-
+
- Class PrecomputedSaveTexture
+ Class PrecomputedSaveTexture
Development class for saving texture.
Used to check processed baking textures.
@@ -85,43 +85,19 @@
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class PrecomputedSaveTexture
Methods
-
- SaveRTToFile(RenderTexture, RenderTexture)
+
+ SaveRTToFile(RenderTexture, RenderTexture)
Save 2 render textures to file
@@ -151,8 +127,8 @@ Parameters
-
- UpdateSettings(Boolean, Int32)
+
+ UpdateSettings(bool, int)
Updated Settings
@@ -171,12 +147,12 @@ Parameters
- Boolean
+ bool
active
- Int32
+ int
interval
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html
index 206db04..6a7c577 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
+ Assembly: cs.temp.dll.dll
Syntax
public class ColorIndexingCameraRenderer
@@ -120,13 +96,22 @@ Methods
- Render(ScriptableRenderContext, Camera)
- Render entry point
+ Render()
+ Draw all visible geometry
+
+
+ Declaration
+
+ public void Render()
+
+
+ Setup(ScriptableRenderContext, Camera)
+ Setup rendering process
Declaration
- public void Render(ScriptableRenderContext context, Camera camera)
+ public void Setup(ScriptableRenderContext context, Camera camera)
Parameters
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
deleted file mode 100644
index 3d65424..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipeline
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
deleted file mode 100644
index cfa8eef..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipelineAsset
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
index 6f0a371..ab87628 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -85,12 +85,6 @@ Classes
ColorIndexingCameraRenderer
Management of the rendered image. Drawing objects and distinguishing them.
-
- ColorIndexingRenderPipeline
- Scriptable renderer pipeline for color coding the objects in the scene
-
- ColorIndexingRenderPipelineAsset
- Custom rendering pipeline asset to color code objects with appropriate index
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
new file mode 100644
index 0000000..63528f1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
index 0963006..548b419 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ Assembly: cs.temp.dll.dll
Syntax
public static class CameraMatrixUtils
@@ -119,13 +95,13 @@ Methods
- BoxToViewportAndDepth(Camera, BoundingBox)
+ BoxToViewportAndDepth(Camera, BoundingBox)
Using bounding box of the object, calculates Viewport values (Rect) in [0,1] as well as distance from camera (depth) of the furthest points in the box
Declaration
- public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this Camera camera, BoundingBox box)
+ public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this UnityEngine.Camera camera, BoundingBox box)
Parameters
@@ -144,7 +120,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
Box to calculate against
@@ -161,7 +137,7 @@ Returns
- (Rect Viewport, float Depth)
+ (Rect Viewport, float Depth)
@@ -173,7 +149,7 @@
Declaration
- public static Matrix4x4 PerspectiveOffCenter(this Camera camera, in float left, in float right, in float bottom, in float top)
+ public static Matrix4x4 PerspectiveOffCenter(this UnityEngine.Camera camera, in float left, in float right, in float bottom, in float top)
Parameters
@@ -192,25 +168,25 @@ Parameters
- float
+ float
left
Left value of the view frustum
- float
+ float
right
Right value of view frustum
- float
+ float
bottom
Bottom value of the view frustum
- float
+ float
top
Top value of the view frustum
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
deleted file mode 100644
index 1732af9..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
+++ /dev/null
@@ -1,694 +0,0 @@
-
-
-
-
-
-
-
-
- Class TargetedFrustumCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
new file mode 100644
index 0000000..99eed27
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+ Class FrustumCulling
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
index 3aa89d7..18c0cf7 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
@@ -82,8 +82,8 @@ Interface to test visibility from bake spot
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester<TSettings> : IVisibilityTester where TSettings : PrecomputedBaseBakeSettings
@@ -132,7 +132,7 @@ Property Value
Methods
- TestVisibility(TSettings, Vector3, int, PrecomputedArea)
+ TestVisibility(TSettings, Vector3, int, PrecomputedArea)
Performs visibility test over all cameras locations
@@ -162,7 +162,7 @@ Parameters
- int
+ int
scriptableRendererIndex
Renderer index for
@@ -184,7 +184,7 @@ Returns
- IEnumerable<PrecomputedVisibilityIndices>
+ IEnumerable<PrecomputedVisibilityIndices>
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
index 31a72f2..9c6043b 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -82,8 +82,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
deleted file mode 100644
index 595157c..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
-
-
- Class IdCubemapCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
new file mode 100644
index 0000000..5986ebc
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ Class PCCMonoBehaviour
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
index 1ad32b0..6259ba4 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -84,361 +84,14 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedArea
+ object
+ PrecomputedArea
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedArea : MonoBehaviour
+ public class PrecomputedArea : MonoBehaviour
Fields
@@ -460,7 +113,7 @@ Field Value
- bool
+ bool
@@ -483,7 +136,7 @@ Field Value
- bool
+ bool
@@ -506,7 +159,7 @@ Field Value
- bool
+ bool
@@ -517,8 +170,7 @@
Declaration
- [HideInInspector]
-public BoundingBox Box
+ public BoundingBox Box
Field Value
@@ -530,7 +182,7 @@ Field Value
- BoundingBox
+ BoundingBox
@@ -541,8 +193,7 @@
Declaration
- [SerializeField]
-public Vector3Int CellsDivisions
+ public Vector3Int CellsDivisions
Field Value
@@ -559,13 +210,13 @@ Field Value
- Priority
- Priority, which occlusion area is used when two are overlapping, higher priority will be used
+ precomputedData
+ Occlusion data that this occlusion area is using
Declaration
- public int Priority
+ public PrecomputedData precomputedData
Field Value
@@ -577,19 +228,18 @@ Field Value
- int
+ PrecomputedData
- precomputedData
- Occlusion data that this occlusion area is using
+ Priority
+ Priority, which occlusion area is used when two are overlapping, higher priority will be used
Declaration
- [SerializeField]
-public PrecomputedData precomputedData
+ public int Priority
Field Value
@@ -601,7 +251,7 @@ Field Value
- PrecomputedData
+ int
@@ -624,7 +274,7 @@ Field Value
- PrecomputedSettingsArea
+ PrecomputedSettingsArea
@@ -651,7 +301,7 @@ Parameters
- int
+ int
index
Index of the chunk
@@ -679,7 +329,7 @@
- GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
+ GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
Get all renderers visible from given position
@@ -703,12 +353,12 @@ Parameters
- PrecomputedSceneData
+ PrecomputedSceneData
targetScene
- List<PrecomputedVisibilityIndices>
+ List<PrecomputedVisibilityIndices>
indices
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
index f0cbe15..395bedc 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
@@ -84,358 +84,12 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
-
- PrecomputedCullingRendererId
+ object
+
+ PrecomputedCullingRendererId
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingRendererId : PCCMonoBehaviour
@@ -460,7 +114,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
rename to api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
index d597fe8..f328f8e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
@@ -74,16 +74,16 @@
-
+
- Enum PrecomputedLoadMethod
+ Enum PrecomputedLoadMethod
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PrecomputedLoadMethod
@@ -98,11 +98,11 @@ Fields
- Manual
+ Manual
- OnChangeScene
+ OnChangeScene
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
new file mode 100644
index 0000000..c71341d
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedManager
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
new file mode 100644
index 0000000..f5275d7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
index 6d27fdd..38b58e3 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
@@ -83,11 +83,22 @@
Classes
+ FrustumCulling
+
+ PCCMonoBehaviour
+
PrecomputedArea
Area to precomputed. Area settings to bake and runtime culling.
PrecomputedCullingRendererId
Automatically added to occluded object to index them
+
+ PrecomputedManager
+ Prepares Precomputed Culling
+
+ PrecomputedSceneSettings
+ Occlusion Settings for scene
+Required to automatically load the correct variants
Interfaces
@@ -97,6 +108,10 @@ IVisibilityTester<TSettings>
Interface to test visibility from bake spot
+ Enums
+
+ PrecomputedLoadMethod
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
index 0e62560..6fae64c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -84,357 +84,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedCamera
+ object
+ PrecomputedCamera
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCamera : MonoBehaviour
@@ -459,7 +113,7 @@ Field Value
- bool
+ bool
@@ -470,8 +124,7 @@
Declaration
- [Range(0, 2500)]
-public int MinimalReqVisibility
+ public int MinimalReqVisibility
Field Value
@@ -483,7 +136,7 @@ Field Value
- int
+ int
@@ -494,8 +147,7 @@
Declaration
- [Range(0, 6)]
-public int NeightbourCellsRadius
+ public int NeightbourCellsRadius
Field Value
@@ -507,7 +159,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
index 7b2227e..d647424 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
@@ -79,40 +79,16 @@
Class PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedController
@@ -154,6 +130,30 @@ Property Value
+
+ IsBaking
+ Sets true if occlusion is being baked
+
+
+ Declaration
+
+ public bool IsBaking { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
RenderersCount
Get renderers count
@@ -173,7 +173,7 @@ Property Value
- int
+ int
@@ -197,7 +197,7 @@ Property Value
- IReadOnlyList<PrecomputedSceneData>
+ IReadOnlyList<PrecomputedSceneData>
@@ -205,7 +205,7 @@ Property Value
Methods
- AddOcclusionArea(PrecomputedArea)
+ AddOcclusionArea(PrecomputedArea)
Add Precomputed area
@@ -224,14 +224,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ AddOcclusionSceneSettings(PrecomputedSceneSettings)
Add Precomputed Scene settings
@@ -250,7 +250,7 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
@@ -284,7 +284,31 @@ Returns
- IEnumerable<IPrecomputedRendererContainer>
+ IEnumerable<IPrecomputedRendererContainer>
+
+
+
+
+
+ GetAllRenderersAsBakeContainer()
+ Get all renderers from all scenes as PrecomputedRendererBakeContainer
+
+
+ Declaration
+
+ public IEnumerable<PrecomputedRendererBakeContainer> GetAllRenderersAsBakeContainer()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<PrecomputedRendererBakeContainer>
@@ -299,7 +323,7 @@ Declaration
public void LoadPrecomputedData()
- RemoveOcclusionArea(PrecomputedArea)
+ RemoveOcclusionArea(PrecomputedArea)
Remove Precomputed area
@@ -318,14 +342,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
Remove Precomputed Scene settings
@@ -344,14 +368,14 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
- RemoveScene(Scene)
+ RemoveScene(Scene)
Remove scene
@@ -377,7 +401,7 @@ Parameters
- UpdateVisibility(Vector3, PrecomputedCamera)
+ UpdateVisibility(Vector3, PrecomputedCamera)
Updates the occlusions for current camera position
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
deleted file mode 100644
index 59629e8..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+++ /dev/null
@@ -1,619 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
deleted file mode 100644
index 7a59010..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
+++ /dev/null
@@ -1,510 +0,0 @@
-
-
-
-
-
-
-
-
- Class RatingPopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
deleted file mode 100644
index 0fc543a..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupController
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
deleted file mode 100644
index 260e34e..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
+++ /dev/null
@@ -1,514 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
deleted file mode 100644
index 9420d4b..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
deleted file mode 100644
index 1e5a153..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+++ /dev/null
@@ -1,582 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedDataSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
deleted file mode 100644
index 9f54943..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedAreaEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
deleted file mode 100644
index af8ebba..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedCameraEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
deleted file mode 100644
index 0138252..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedMenuSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
deleted file mode 100644
index e2bada1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
deleted file mode 100644
index f7348f1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+++ /dev/null
@@ -1,474 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSetup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
deleted file mode 100644
index 87d3f42..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
index f4f2b55..bbb6bcb 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- ArrayUtilsTests
+ object
+ ArrayUtilsTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
public class ArrayUtilsTests : MonoBehaviour
@@ -446,15 +100,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 1, 1, 0, 0, 0 })]
-[TestCase(new object[] { 1, 2, 1, 1, 0, 0 })]
-[TestCase(new object[] { 1, 1, 2, 0, 1, 0 })]
-[TestCase(new object[] { 14, 3, 3, 2, 1, 1 })]
-[TestCase(new object[] { -1, 1, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 0, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 1, 0, -1, -1, -1 })]
-public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
+ public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
Parameters
@@ -467,32 +113,32 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
x
- int
+ int
y
- int
+ int
z
@@ -504,19 +150,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1, 0 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2, 1 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2, 7 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1, -1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2, -1 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3, -1 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5, -1 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647, -1 })]
-public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
+ public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
Parameters
@@ -529,32 +163,32 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
expected
@@ -566,19 +200,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647 })]
-public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
+ public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
Parameters
@@ -591,27 +213,27 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
index 17c5ed4..22fdf5e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class BoundingBoxTests
+ public class BoundingBoxTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void TestClosestPoint_45X_Inside_Zero()
+ public void TestClosestPoint_45X_Inside_Zero()
TestClosestPoint_90X_Inside_Zero()
@@ -134,8 +108,7 @@
Declaration
- [Test]
-public void TestClosestPoint_90X_Inside_Zero()
+ public void TestClosestPoint_90X_Inside_Zero()
TestClosestPoint_AA_Inside_Center()
@@ -143,8 +116,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Center()
+ public void TestClosestPoint_AA_Inside_Center()
TestClosestPoint_AA_Inside_Zero()
@@ -152,8 +124,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Zero()
+ public void TestClosestPoint_AA_Inside_Zero()
TestClosestPoint_AA_Outside_Center()
@@ -161,8 +132,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Outside_Center()
+ public void TestClosestPoint_AA_Outside_Center()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
index 9ed629b..2719a83 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class PrecomputedChunkDataTests
+ public class PrecomputedChunkDataTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void GetChunkIndex_Test()
+ public void GetChunkIndex_Test()
GetNeighbourhoodChunkIndex_Test(int, int, int, int, int, int, int, int)
@@ -134,19 +108,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 1, 1, 1, 0, 3, 3, 3, 1 })]
-[TestCase(new object[] { 3, 3, 3, 1, 54, 55, 25, 27 })]
-[TestCase(new object[] { 10, 10, 10, 6, 100, 100, 100, 2197 })]
-[TestCase(new object[] { 0, 0, 0, 6, 100, 100, 100, 343 })]
-[TestCase(new object[] { -1, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, -1, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, 0, -1, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 2, 0, 0, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 3, 1, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 0, 8, 1, 2, 5, 5, -1 })]
-public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
+ public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
Parameters
@@ -159,42 +121,42 @@ Parameters
- int
+ int
xID
- int
+ int
yID
- int
+ int
zID
- int
+ int
neighbourCellsRadius
- int
+ int
width
- int
+ int
height
- int
+ int
length
- int
+ int
cellsCount
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
index 966fe91..c919369 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- CameraVisibleTests
+ object
+ CameraVisibleTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
- Assembly: PrecomputedCulling_TestsPlay.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ Assembly: cs.temp.dll.dll
Syntax
public class CameraVisibleTests : MonoBehaviour
@@ -458,7 +112,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
@@ -481,7 +135,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
deleted file mode 100644
index 6097108..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
+++ /dev/null
@@ -1,488 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedManager
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
deleted file mode 100644
index deb9b43..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneInfoData
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
similarity index 58%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
index b6f953d..5f32e79 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
@@ -74,57 +74,92 @@
-
+
- Class AssetBundleProvider
+ Class AssetBundleProvider
Provider using Assetbundle for packing and loading data
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Provider
+ Assembly: cs.temp.dll.dll
+ Syntax
public class AssetBundleProvider : IPrecomputedDataProvider
Methods
-
- LoadData(int)
+
+ GenerateData()
+ Build Assetbundle for current build target platform
+
+
+ Declaration
+
+ public void GenerateData()
+
+
+ GenerateData(PrecomputedDataVariant)
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public void GenerateData(PrecomputedDataVariant variant)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedDataVariant
+ variant
+
+
+
+
+
+ LoadAllData()
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public List<PrecomputedDataVariant> LoadAllData()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ List<PrecomputedDataVariant>
+
+
+
+
+
+ LoadData(int)
Checks if asset bundle is already loaded.
Loading the proper variant of the data from the assetbundle package
@@ -144,7 +179,7 @@ Parameters
- int
+ int
variantIndex
@@ -160,14 +195,14 @@ Returns
- PrecomputedDataVariant
+ PrecomputedDataVariant
Implements
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
new file mode 100644
index 0000000..a5b1ab1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+ Interface IPrecomputedDataProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
new file mode 100644
index 0000000..65c310e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+ Class SimpleTextSerializer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
new file mode 100644
index 0000000..0bb5c70
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+ Class ZipProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
index ea58f10..17b701d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
| Prographers Precomputed Culling
-
@@ -74,23 +74,23 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
Classes
- PrecomputedSceneSettings
- Occlusion Settings for scene
-Required to automatically load the correct variants
+ SimpleTextSerializer
+ Simple text serializer for precomputed data.
+We use it in runtime to serialize and deserialize precomputed data.
+
+ ZipProvider
+ Provider using ZIP for packing and loading data.
+We use this provider for runtime bakes.
- Enums
-
- PrecomputedLoadMethod
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html b/api/ProgLibrary.PrecomputedCulling.Provider.html
similarity index 88%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.html
index 5b52eb1..ef6ee07 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
| Prographers Precomputed Culling
-
@@ -74,17 +74,22 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
Classes
- AssetBundleProvider
+ AssetBundleProvider
Provider using Assetbundle for packing and loading data
+
+ Interfaces
+
+ IPrecomputedDataProvider
+ Data provider is a way to bundle your occlusion data into game or application.
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
new file mode 100644
index 0000000..9ce61eb
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+ Class CustomOcclusionScriptableRenderer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
new file mode 100644
index 0000000..578f306
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+ Class RendererBakeAlgorithm
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.html b/api/ProgLibrary.PrecomputedCulling.Renderer.html
similarity index 89%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.html
rename to api/ProgLibrary.PrecomputedCulling.Renderer.html
index 43d79d3..1d6786f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.html
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
| Prographers Precomputed Culling
-
@@ -74,19 +74,19 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
Classes
- CustomOcclusionScriptableRenderer
+ CustomOcclusionScriptableRenderer
Custom renderer scriptable object
- RendererBakeAlgorithm
+ RendererBakeAlgorithm
Bake algorithms data
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
deleted file mode 100644
index 07c19b7..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class FrustumCulling
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
deleted file mode 100644
index 4ea1103..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+++ /dev/null
@@ -1,477 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviour
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
deleted file mode 100644
index f119839..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+++ /dev/null
@@ -1,426 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviourEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
deleted file mode 100644
index 15c48c3..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+++ /dev/null
@@ -1,723 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCEditorWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
deleted file mode 100644
index 67f4ef6..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+++ /dev/null
@@ -1,559 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCSettingsWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
deleted file mode 100644
index eb57809..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+++ /dev/null
@@ -1,583 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCWelcomePopup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
index df8ae36..e56b611 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
@@ -82,8 +82,8 @@ Types of algorithms
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum BakeAlgorithm
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
index a4d17d4..ab514ec 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
@@ -84,38 +84,14 @@
Inheritance
-
+ object
PrecomputedBakeCameraSettings
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBakeCameraSettings : PrecomputedBaseBakeSettings
@@ -174,8 +150,7 @@
Declaration
- [HideInInspector]
-public bool VisibleTransparent
+ public bool VisibleTransparent
Field Value
@@ -187,7 +162,7 @@ Field Value
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
index ec1abcb..b2521b7 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeIdCubemapSettings
@@ -100,48 +100,23 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [MovedFrom(false, "ProgLibrary.OcclusionCulling.Settings", "Prog_OclussionCulling", "PrecomputedBakeIdCubemapSettings")]
-[Serializable]
-public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
Fields
ColorFormat
- Color format used to generate cube map and equirect texture.
-
+ Color format used to generate cube map and equirect texture.
Reduce only if encountering artifacts or your GPU do not support default R16G16B16A16_UNorm
Declaration
- [HideInInspector]
-public GraphicsFormat ColorFormat
+ public GraphicsFormat ColorFormat
Field Value
@@ -167,8 +142,7 @@
Declaration
- [HideInInspector]
-public int ColorToFloatDivisor
+ public int ColorToFloatDivisor
Field Value
@@ -180,7 +154,7 @@ Field Value
- int
+ int
@@ -191,8 +165,7 @@
Declaration
- [HideInInspector]
-public TextureResolution TextureResolution
+ public TextureResolution TextureResolution
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
index 1f55507..a64d918 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeTargetedFrustumSettings
@@ -100,34 +100,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
Fields
@@ -174,7 +152,7 @@ Field Value
- int
+ int
@@ -198,7 +176,7 @@ Field Value
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
index b4cb802..d4fe2f5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
@@ -84,36 +84,12 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBaseBakeSettings
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
new file mode 100644
index 0000000..94924f7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedDataSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
index 31ca230..68686f2 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -84,39 +84,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedSettingsArea
+ public class PrecomputedSettingsArea
Fields
@@ -126,8 +101,7 @@
Declaration
- [HideInInspector]
-public BakeAlgorithm Algorithm
+ public BakeAlgorithm Algorithm
Field Value
@@ -150,8 +124,7 @@
Declaration
- [SerializeReference]
-public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
+ public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
index 1a9ef73..f2341bd 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum TextureResolution
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.html b/api/ProgLibrary.PrecomputedCulling.Settings.html
index ba12bbb..67135ee 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -94,6 +94,9 @@ PrecomputedBaseBakeSettings
Base bake settings
+
+ PrecomputedDataSettings
+ Main precomputed settings
PrecomputedSettingsArea
Global occlusion settings to be displayed in the editor
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
deleted file mode 100644
index 657cae2..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
+++ /dev/null
@@ -1,473 +0,0 @@
-
-
-
-
-
-
-
-
- Class CustomOcclusionScriptableRenderer
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
index 707ad4d..eb24b3d 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ArrayUtils
@@ -251,17 +227,17 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
@@ -277,7 +253,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -302,13 +278,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
divisor
Uniform size of the array
@@ -325,7 +301,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -350,13 +326,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
width
Width of the array
@@ -373,19 +349,19 @@ Returns
- (int x, int y)
+ (int x, int y)
- Flatten3DArrayIndex(in int, in int, in int, in int)
- Get Array Index from 2D position
+ Flatten3DArrayIndex(in int, in int, in int, in int, in int)
+ Get Array Index from 3D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
Parameters
@@ -398,28 +374,29 @@ Parameters
- int
+ int
x
- X Position
-
+
- int
+ int
y
- Y Position
-
+
- int
+ int
z
- Z Position
-
+
- int
- divisor
- Uniform size of the array
-
+ int
+ xMax
+
+
+
+ int
+ yMax
+
@@ -433,19 +410,19 @@ Returns
- int
+ int
- Flatten3DArrayIndex(in int, in int, in int, in int, in int)
- Get Array Index from 3D position
+ Flatten3DArrayIndex(in int, in int, in int, in int)
+ Get Array Index from 2D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
Parameters
@@ -458,29 +435,28 @@ Parameters
- int
+ int
x
-
+ X Position
+
- int
+ int
y
-
+ Y Position
+
- int
+ int
z
-
-
-
- int
- xMax
-
+ Z Position
+
- int
- yMax
-
+ int
+ divisor
+ Uniform size of the array
+
@@ -494,7 +470,7 @@ Returns
- int
+ int
@@ -519,19 +495,19 @@ Parameters
- int
+ int
x
X Position
- int
+ int
y
Y Position
- int
+ int
width
Width of the array
@@ -548,7 +524,7 @@ Returns
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
similarity index 68%
rename from api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
index 9dfc81a..eb30457 100644
--- a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class BoundingBoxExtensions
+ Class BoundingBoxExtensions
- Static methods for BoundingBox
+ Static methods for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class BoundingBoxExtensions
Methods
-
- ExpandAA(BoundingBox, Vector3)
+
+ ExpandAA(BoundingBox, Vector3)
Expands box to contain point
@@ -139,7 +115,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
index d9d812e..edf1c5f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -139,9 +115,9 @@ Parameters
- int
- count
- Default starting value
+ T[]
+ initialArray
+ Default starting array
@@ -184,13 +160,13 @@ Type Parameters
- CreateArrayBuffer<T>(in T[], ComputeBufferType)
+ CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -203,9 +179,9 @@ Parameters
- T[]
- initialArray
- Default starting array
+ int
+ count
+ Default starting value
@@ -248,13 +224,13 @@ Type Parameters
- CreateValueBuffer<T>(T, ComputeBufferType)
+ CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -312,7 +288,7 @@ Type Parameters
- GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+ GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
@@ -336,12 +312,12 @@ Parameters
- int
+ int
count
- bool
+ bool
clearBuffer
@@ -378,7 +354,7 @@ Type Parameters
- GetValueViaBuffer<T>(ComputeBuffer, bool)
+ GetValueViaBuffer<T>(ComputeBuffer, bool)
Get value from compute buffer of single value
@@ -402,7 +378,7 @@ Parameters
- bool
+ bool
clearBuffer
@@ -439,13 +415,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -464,19 +440,19 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- int
+ int
name
Name of the property
- int
+ int
count
Default starting value
@@ -521,13 +497,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -546,13 +522,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
@@ -603,13 +579,13 @@ Type Parameters
- SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
+ SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -628,13 +604,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
new file mode 100644
index 0000000..3909a1b
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+ Class CoroutineState
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
similarity index 57%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
index 7a9790c..ae65eda 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class URLAddresses
+ Class CullingReferenceHelper
| Prographers Precomputed Culling
-
@@ -74,58 +74,35 @@
-
+
- Class URLAddresses
+ Class CullingReferenceHelper
- Here are addresses to the important website
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- public static class URLAddresses
+ public class CullingReferenceHelper : ScriptableObject
Fields
- ASSET_STORE_RATE_URL
- Here are addresses to the important website
+ CullingComputeShader
+ Compute shader for the culling process.
Declaration
- public const string ASSET_STORE_RATE_URL = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372 "
+ public ComputeShader CullingComputeShader
Field Value
@@ -137,18 +114,18 @@ Field Value
- string
+ ComputeShader
- DISCORD_URL
- Here are addresses to the important website
+ CustomOcclusionScriptableRenderer
+ Custom occlusion scriptable renderer.
Declaration
- public const string DISCORD_URL = "https://discord.gg/55gM3s3pdR"
+ public CustomOcclusionScriptableRenderer CustomOcclusionScriptableRenderer
Field Value
@@ -160,18 +137,18 @@ Field Value
- string
+ CustomOcclusionScriptableRenderer
- GITHUB_URL
- Here are addresses to the important website
+ PrecomputedDataSettings
+ Settings for the precomputed data.
Declaration
- public const string GITHUB_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public PrecomputedDataSettings PrecomputedDataSettings
Field Value
@@ -183,18 +160,18 @@ Field Value
- string
+ PrecomputedDataSettings
- README_URL
- Here are addresses to the important website
+ RendererColorCodingTexture
+ Shader for the renderer color coding texture.
Declaration
- public const string README_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public Shader RendererColorCodingTexture
Field Value
@@ -206,7 +183,33 @@ Field Value
- string
+ Shader
+
+
+
+
+ Properties
+
+
+ Instance
+ Singleton instance of the helper.
+
+
+ Declaration
+
+ public static CullingReferenceHelper Instance { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ CullingReferenceHelper
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
index 64c8cb5..cf619de 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
@@ -82,37 +82,16 @@ Information about bake spots for visible test
-
- Inherited Members
-
- ValueType.Equals(Object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- Object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
- public readonly struct CameraIterator
+ public readonly struct PrecomputedAreaExtensions.CameraIterator
Constructors
- CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
Constructor
@@ -146,7 +125,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
@@ -186,7 +165,7 @@
Declaration
- public readonly float GetClampedIndex()
+ public float GetClampedIndex()
Returns
@@ -198,7 +177,7 @@ Returns
- Single
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
index 7eeb8c1..8a3fbb9 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -84,39 +84,113 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class PrecomputedAreaExtensions
+ Methods
+
+
+ CameraPositionIterator(PrecomputedArea, BoundingBox)
+ Iterates over all possible camera locations within given occlusion area with cell at given flattend index
+
+
+ Declaration
+
+ public static IEnumerable<PrecomputedAreaExtensions.CameraIterator> CameraPositionIterator(this PrecomputedArea precomputedArea, BoundingBox box)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Precomputed area
+
+
+
+ BoundingBox
+ box
+ BoundingBox of volume
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<CameraIterator>
+
+
+
+
+
+ GetCellBox(PrecomputedArea, int)
+ Get single cell box
+
+
+ Declaration
+
+ public static BoundingBox GetCellBox(this PrecomputedArea precomputedArea, int index)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Occlusion area
+
+
+
+ int
+ index
+ Index of the cell
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ BoundingBox
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.html b/api/ProgLibrary.PrecomputedCulling.Utils.html
index 4437e9f..ade0db8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -85,12 +85,26 @@ Classes
ArrayUtils
Management of multidimensional arrays
+
+ BoundingBoxExtensions
+ Static methods for
ComputeShaderUtilities
Shader management for culling
+
+ CoroutineState
+
+ CullingReferenceHelper
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
PrecomputedAreaExtensions
Static method to get cells and bake spots of PrecomputedArea
+
+ Structs
+
+ PrecomputedAreaExtensions.CameraIterator
+ Information about bake spots for visible test
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
new file mode 100644
index 0000000..381d55a
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+ Struct Version.Serializable
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
new file mode 100644
index 0000000..9426c87
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
@@ -0,0 +1,1156 @@
+
+
+
+
+
+
+
+
+ Struct Version
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling.Versioning.html
similarity index 74%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
rename to api/ProgLibrary.PrecomputedCulling.Versioning.html
index 20c0e3a..dab6a47 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
| Prographers Precomputed Culling
-
@@ -74,28 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
- Classes
+ Structs
- CreatePrecomputedPackage
- Class to export Precomputed unitypackage
+ Version
+ Defines the immutable object which stores version related data in a way which provides easy comparision and
+conversion. The resulted version string can be one of the following: "Major.Minor.Patch", or
+"Major.Minor.Patch-Extension", both with the Prefix at the beginning.
- PrecomputedPlayStateNotifier
-
- PrecomputedSpriteBakeController
- Converts SpriteRenderer to mesh to be visible during bake
-
- PrecomputedTerrainBakeController
- Converts Unity Terrains temporary to mesh to be visible during bake
-
- SerializedPropertyExtensions
- Advance SerializableProperty methods
+ Version.Serializable
+ The Version object which is ready to be serialized. This class is for serialization only! To make
+any calculations, first create the Version object using built-in constructor or
+ToVersion() method.
diff --git a/api/ProgLibrary.PrecomputedCulling.html b/api/ProgLibrary.PrecomputedCulling.html
index fe95c1c..3c0a908 100644
--- a/api/ProgLibrary.PrecomputedCulling.html
+++ b/api/ProgLibrary.PrecomputedCulling.html
@@ -83,17 +83,11 @@
Classes
- BoundingBoxExtensions
- Static methods for BoundingBox
-
PrecomputedCamera
Attached to the camera to apply settings and update visibility
PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
-
- PrecomputedManager
- Prepares Precomputed Culling
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
new file mode 100644
index 0000000..6b17f1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+ Class BasicEditorBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
new file mode 100644
index 0000000..cbbc3bf
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+ Class EditorBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
index b153b42..949b293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
@@ -79,123 +79,31 @@
Class PrecomputedBakeProcess
- Controls bake process for the occlusion
-
+
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeProcess
+ public class PrecomputedBakeProcess
- Properties
+ Constructors
-
- CurrentVariant
- Find current variant based on loaded scenes
-
+
+ PrecomputedBakeProcess()
+
Declaration
- public PrecomputedSceneVariantData CurrentVariant { get; set; }
+ public PrecomputedBakeProcess()
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneVariantData
-
-
-
-
-
- OcclusionScriptableRenderer
-
-
- Declaration
-
- public CustomOcclusionScriptableRenderer OcclusionScriptableRenderer { get; }
-
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- CustomOcclusionScriptableRenderer
-
-
-
-
Methods
-
- Bake(List<PrecomputedArea>)
- Main Bake process
-
-
- Declaration
-
- public void Bake(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
BakeAll()
Bake all occlusion areas
@@ -205,117 +113,6 @@ Declaration
public void BakeAll()
-
- BakeSelected()
- Bake only selected in hierarchy PrecomputedAreas
-
-
- Declaration
-
- public void BakeSelected()
-
-
- BakeSelectedCoroutine()
- Bake Selected with coroutine
-
-
- Declaration
-
- public void BakeSelectedCoroutine()
-
-
- ClearOcclusionData(List<PrecomputedArea>)
- Clear occlusion data in scene
-
-
- Declaration
-
- public void ClearOcclusionData(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
-
- GenerateSceneRendererIdComponents(Scene)
- Find all scene renderers and create IPrecomputedRendererContainer from them
-
-
- Declaration
-
- protected void GenerateSceneRendererIdComponents(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
-
- GetOcclusionSceneSettings(Scene)
- Get scene settings for current PrecomputedArea to be baked
-
-
- Declaration
-
- public PrecomputedSceneSettings GetOcclusionSceneSettings(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
- Returns
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneSettings
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
index c98da86..73e172e 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
@@ -84,39 +84,26 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingPipeline
+ Constructors
+
+
+ PrecomputedCullingPipeline()
+ Bake pipeline
+
+
+ Declaration
+
+ public PrecomputedCullingPipeline()
+
Methods
@@ -138,7 +125,7 @@ Declaration
public void BakeCurrent()
- BakeScenes(List<PrecomputedSceneVariantData>)
+ BakeScenes(List<PrecomputedSceneVariantData>)
Iterate variants, load scenes and bake
@@ -157,14 +144,14 @@ Parameters
- List<PrecomputedSceneVariantData>
+ List<PrecomputedSceneVariantData>
multipleScenesToBake
- OpenScenes(List<SceneAsset>)
+ OpenScenes(List<SceneAsset>)
Load additive scene
Unload not matching scenes
@@ -184,7 +171,7 @@ Parameters
- List<SceneAsset>
+ List<SceneAsset>
sceneList
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
index 6111b5f..72eeaf9 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
@@ -83,9 +83,16 @@
Classes
- PrecomputedBakeProcess
- Controls bake process for the occlusion
+ BasicEditorBakeProgress
+ Basic editor bake progress.
+We use it to show the progress of the bake in the editor.
+
+ EditorBakeHelper
+ This helper is used by the precomputed bake process.
+We need it for the editor only processes.
+ PrecomputedBakeProcess
+
PrecomputedCullingPipeline
Bake pipeline
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
index e72fb5d..b18aa20 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -83,7 +83,7 @@
@@ -91,32 +91,8 @@ Inheritance
Implements
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
new file mode 100644
index 0000000..95e66b5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+ Class PCCConfig.Versioning
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
similarity index 60%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
index a6ee0e7..eb4f6c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
@@ -74,54 +74,76 @@
-
+
- Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
+ VersioningData
+ Place for any long lasting data, which should be valid across the single Unity Project. This config will be
+serialized to JSON json and written to project Library. It has static access through Instance.
+
+
+ Declaration
+
+ public PCCConfig.Versioning VersioningData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ PCCConfig.Versioning
+
+
+
+
+ WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
@@ -139,14 +161,14 @@ Field Value
- bool
+ bool
- WelcomePopupNeverAgainSetDate
- The DateTime object binary serialized. Defines a moment in time when user set
-WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
+ WelcomePopupNeverAgainSetDate
+ The object binary serialized. Defines a moment in time when user set
+WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
Declaration
@@ -163,17 +185,17 @@ Field Value
- long
+ long
Properties
-
- Instance
+
+ Instance
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
@@ -190,17 +212,17 @@ Property Value
- PCCConfig
+ PCCConfig
Methods
-
- SaveConfig()
+
+ SaveConfig()
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.html
index 7b03541..b06adff 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
| Prographers Precomputed Culling
-
@@ -74,19 +74,21 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
Classes
- PCCConfig
+ PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
+ PCCConfig.Versioning
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
new file mode 100644
index 0000000..179ce17
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+ Class CreatePrecomputedPackage
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/Tests.MainStructureTest.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
similarity index 68%
rename from api/Tests.MainStructureTest.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
index 3d77856..c50c892 100644
--- a/api/Tests.MainStructureTest.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
| Prographers Precomputed Culling
-
@@ -74,58 +74,41 @@
-
+
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: Tests
- Assembly: PrecomputedCulling_Tests.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
- public class MainStructureTest
+ public class PCCMonoBehaviourEditor : UnityEditor.Editor
Methods
-
- MainStructureTest_PassByReference()
+
+ DrawLinkButtons()
+
+
+ Declaration
+
+ public static void DrawLinkButtons()
+
+
+ OnInspectorGUI()
Declaration
- [Test]
-public void MainStructureTest_PassByReference()
+ public override void OnInspectorGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
index 77ba30c..9159946 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupController
+ Class PrecomputedAreaEditor
| Prographers Precomputed Culling
-
@@ -74,50 +74,44 @@
-
+
- Class RatingPopupController
+ Class PrecomputedAreaEditor
- This class will show the pop after 30 days of using.
-Moreover, the class save the data from the first use of application and read it
+ Custom inspector for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class PrecomputedAreaEditor : UnityEditor.Editor
+
+ Methods
+
+
+ OnInspectorGUI()
+ Draw inspector GUI, update properties
+
+
+ Declaration
+
+ public override void OnInspectorGUI()
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+
+ OnSceneGUI()
+ Draw Handles and cells
+
+
+ Declaration
- [InitializeOnLoad]
-public static class RatingPopupController
+ public void OnSceneGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
new file mode 100644
index 0000000..1383969
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedCameraEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
new file mode 100644
index 0000000..ae59b63
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettingsEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
new file mode 100644
index 0000000..58a21d0
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSetup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
index 9062c61..f73a3c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
| Prographers Precomputed Culling
-
@@ -74,16 +74,27 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
Classes
- PCCMonoBehaviourEditor
+ PCCMonoBehaviourEditor
+
+ PrecomputedAreaEditor
+ Custom inspector for
+
+ PrecomputedCameraEditor
+ Custom inspector for
+
+ PrecomputedSceneSettingsEditor
+ Custom editor for
+
+ PrecomputedSceneSetup
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
similarity index 65%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
index 3128235..3ee04c8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
@@ -74,52 +74,28 @@
-
+
- Class EditorWindowExtensions
+ Class EditorWindowExtensions
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class EditorWindowExtensions
Methods
-
- EnsureMinSize(EditorWindow, Vector2)
+
+ EnsureMinSize(EditorWindow, Vector2)
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum
size restrictions.
@@ -151,11 +127,11 @@ Parameters
- Remarks
+ Remarks
Smaller windows are resized, bigger are ignored. It affects each axis separately.
-
- SetSize(EditorWindow, Vector2)
+
+ SetSize(EditorWindow, Vector2)
Sets window size to the desired one. Doesn't affect docked windows. Can't set zero. It disables the minimum size
restrictions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
new file mode 100644
index 0000000..03157f6
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
+ Class PCCEditorWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
new file mode 100644
index 0000000..56a0407
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsVersionSection
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
similarity index 71%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
index 638c8ec..ab8491a 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
@@ -74,16 +74,16 @@
-
+
- Enum PCCSettingsWindow.SettingCategory
+ Enum PCCSettingsWindow.SettingCategory
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PCCSettingsWindow.SettingCategory
@@ -98,27 +98,27 @@ Fields
- Baking
+ Baking
- DefaultProvider
+ DefaultProvider
- DefaultValues
+ DefaultValues
- Info
+ Info
- None
+ None
- Validation
+ Validation
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
new file mode 100644
index 0000000..e95d7a3
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
new file mode 100644
index 0000000..30f2dd5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+ Class PCCWelcomePopup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
similarity index 61%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
index 0031eb3..708b845 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupFile
+ Class UIToolkitExtensions
| Prographers Precomputed Culling
-
@@ -74,75 +74,65 @@
-
+
- Class RatingPopupFile
+ Class UIToolkitExtensions
- This class is written to the file after the first use of the plugin.
-
+
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RatingPopupFile
+ public static class UIToolkitExtensions
- Fields
+ Methods
- FirstUseDate
- After the 30 days of using the plugin the pop will appear. Thus, it is important to save the date of the first use
+
+ SetDisplay(VisualElement, bool)
+ Changes element , so it is displayed or not. Displayed elements have its layout
+calculated and handle events. Not displayed elements are ignored during layout phase and receive none (or close to
+none) events. It is equivalent of gameObject.SetActive(bool).
Declaration
- public string FirstUseDate
+ public static void SetDisplay(this VisualElement element, bool isDisplayed)
- Field Value
+ Parameters
Type
+ Name
Description
- string
+ VisualElement
+ element
+
+ bool
+ isDisplayed
+ Should element be displayed, or not.
+
+
+ Remarks
+ property only affects rendering. Not visible elements are not rendered
+but still layouted and handle events. changes the element interaction
+state, just like 'interactable' in buttons.
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
index 8e7f2ee..f253f0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
| Prographers Precomputed Culling
-
@@ -74,26 +74,30 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
Classes
- EditorWindowExtensions
+ EditorWindowExtensions
- PCCEditorWindow
+ PCCEditorWindow
- PCCSettingsWindow
+ PCCSettingsVersionSection
- PCCWelcomePopup
+ PCCSettingsWindow
+
+ PCCWelcomePopup
+
+ UIToolkitExtensions
Enums
- PCCSettingsWindow.SettingCategory
+ PCCSettingsWindow.SettingCategory
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
index ba5aa6f..e0d5a36 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public interface IManualEditorWindow
@@ -117,7 +117,7 @@ Declaration
void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
index 652e66b..437e638 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo.ColorInfo
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
index 8f5ee01..dca2293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo
@@ -137,7 +113,7 @@ Field Value
- List<LegendColorInfo.ColorInfo>
+ List<ColorInfo>
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
@@ -232,13 +208,13 @@ Returns
- List<LegendColorInfo>
+ List<LegendColorInfo>
- DrawGUI(List<LegendColorInfo>, Rect, float)
+ DrawGUI(List<LegendColorInfo>, Rect, float)
Draw GUI
@@ -257,7 +233,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -267,14 +243,14 @@ Parameters
- float
+ float
startOffset
- GetGUIHeight(List<LegendColorInfo>)
+ GetGUIHeight(List<LegendColorInfo>)
Calculate GUI height
@@ -293,7 +269,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -309,7 +285,7 @@ Returns
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
index 8944ad8..50d3eca 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ Assembly: cs.temp.dll.dll
Syntax
public class ReflectedOverlayWindow
@@ -119,7 +95,7 @@ Constructors
- ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
+ ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
OverlayWindow reflected constructor
@@ -144,19 +120,19 @@ Parameters
- Action<Object, SceneView>
+ Action<Object, SceneView>
displayControls
Content of the overlay
- int
+ int
order
Order if multiples overlays are created
- object
+ object
target
Target to pass to displayControls action
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
index dbf6317..f1338a4 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
@@ -83,7 +83,7 @@
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
Overrides
-
+
Implements
IManualEditorWindow
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
new file mode 100644
index 0000000..7de1173
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedPlayStateNotifier
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
similarity index 70%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
index e70d915..e0bec0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class SerializedPropertyExtensions
+ Class SerializedPropertyExtensions
Advance SerializableProperty methods
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class SerializedPropertyExtensions
Methods
-
- GetSerializedValue<T>(SerializedProperty)
+
+ GetSerializedValue<T>(SerializedProperty)
Get custom type values form SerializedProperty
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
similarity index 62%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
index 05cd835..d3cc931 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
| Prographers Precomputed Culling
-
@@ -74,59 +74,32 @@
-
+
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
- Bake algorithms data
-
+
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Shaders
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RendererBakeAlgorithm
+ public static class PCCEditorConst.URLs
Fields
- Algorithm
- Algorithm
-
+ AssetStore
+
Declaration
- public BakeAlgorithm Algorithm
+ public const string AssetStore = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372"
Field Value
@@ -138,18 +111,17 @@ Field Value
- BakeAlgorithm
+ string
- ScriptableRendererData
- Custom renderer used to draw elements to the scene
-
+ DiscordChannel
+
Declaration
- public ScriptableRendererData ScriptableRendererData
+ public const string DiscordChannel = "https://discord.gg/55gM3s3pdR"
Field Value
@@ -161,19 +133,17 @@ Field Value
- ScriptableRendererData
+ string
- VisibilityTesterType
- Visibility tester type
-
+ GitHubReadme
+
Declaration
- [ValueDropdown("GetFilteredVisibilityTester")]
-public Type VisibilityTesterType
+ public const string GitHubReadme = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
Field Value
@@ -185,7 +155,7 @@ Field Value
- Type
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
index b0477ba..9ba699a 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ Class PCCEditorConst
| Prographers Precomputed Culling
-
@@ -74,18 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+
+ Class PCCEditorConst
-
- Structs
-
- PrecomputedSceneInfo
- Stores important information about the scene for access them in the variant settings
-
+
+ Inheritance
+ object
+ PCCEditorConst
+
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public static class PCCEditorConst
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
similarity index 59%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
index 431dc31..689fb91 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
@@ -74,53 +74,29 @@
-
+
- Class PrecomputedEditorUtils
+ Class PrecomputedEditorUtils
Utils for custom editor gui
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class PrecomputedEditorUtils
Methods
-
- DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
+
+ DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
Draw label and image help button e.g. referenced to documentation
@@ -139,17 +115,17 @@ Parameters
- string
+ string
labelText
- float
+ float
labelSize
- string
+ string
toolTip
@@ -160,8 +136,8 @@ Parameters
-
- EstimateBakeSize(int, int)
+
+ EstimateBakeSize(int, int)
Estimate size of bake
@@ -180,12 +156,12 @@ Parameters
- int
+ int
occluders
- int
+ int
cells
@@ -201,13 +177,13 @@ Returns
- double
+ double
-
- EstimateTimePerSpot(int, TextureResolution)
+
+ EstimateTimePerSpot(int, TextureResolution)
Estimate time to bake one spot
@@ -226,12 +202,12 @@ Parameters
- int
+ int
occluders
- TextureResolution
+ TextureResolution
textureResolution
@@ -247,13 +223,87 @@ Returns
- double
+ double
+
+
+
+
+
+ ExecuteOnMainThread(Action)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread(Action callback)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action
+ callback
+
+
+
+
+
+ ExecuteOnMainThread<T>(Action<T>, T)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread<T>(Action<T> callback, T obj)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action<T>
+ callback
+
+
+
+ T
+ obj
+
+
+
+
+ Type Parameters
+
+
+
+ Name
+ Description
+
+
+
+
+ T
-
- FormatKb(double)
+
+ FormatKb(double)
Change kb to string format
@@ -272,7 +322,7 @@ Parameters
- double
+ double
kb
@@ -288,13 +338,13 @@ Returns
- string
+ string
-
- FormatMilliseconds(double)
+
+ FormatMilliseconds(double)
Change milliseconds to minutes and seconds string format
@@ -313,7 +363,7 @@ Parameters
- double
+ double
milliseconds
@@ -329,7 +379,7 @@ Returns
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
index 4357622..9e9f14d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
| Prographers Precomputed Culling
-
@@ -74,16 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
Classes
- PrecomputedEditorUtils
+ PCCEditorConst
+
+ PCCEditorConst.URLs
+
+ PrecomputedEditorUtils
Utils for custom editor gui
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
new file mode 100644
index 0000000..4dbb9d8
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+ Class GitHubReleaseData
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
new file mode 100644
index 0000000..e201e9e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator.Result
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
new file mode 100644
index 0000000..433ea1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
index 30baab9..cdbe8e0 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
| Prographers Precomputed Culling
-
@@ -74,18 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
Classes
- FrustumCulling
+ GitHubReleaseData
- PCCMonoBehaviour
+ VersionValidator
+
+ VersionValidator.Result
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling_Editor.html
index 27882c9..030984c 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -85,6 +85,9 @@ Classes
BaseManualEditorWindow
+ CreatePrecomputedPackage
+ Class to export Precomputed unitypackage
+
LegendColorInfo
Legend with toggle functionality to highlight given occlusion configuration
@@ -93,6 +96,11 @@ PrecomputedHighlightTool
+ PrecomputedPlayStateNotifier
+
+ SerializedPropertyExtensions
+ Advance SerializableProperty methods
+
Interfaces
IManualEditorWindow
diff --git a/api/Tests.html b/api/Tests.html
deleted file mode 100644
index 159df98..0000000
--- a/api/Tests.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace Tests
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/toc.html b/api/toc.html
index fd27ce2..77c6b28 100644
--- a/api/toc.html
+++ b/api/toc.html
@@ -17,18 +17,12 @@
ProgLibrary.PrecomputedCulling
@@ -39,6 +33,9 @@
BaseManualEditorWindow
+
+ CreatePrecomputedPackage
+
IManualEditorWindow
@@ -51,6 +48,12 @@
PrecomputedHighlightTool
+
+ PrecomputedPlayStateNotifier
+
+
+ SerializedPropertyExtensions
+
@@ -58,6 +61,12 @@
ProgLibrary.PrecomputedCulling_Editor.Bake
- ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ ProgLibrary.PrecomputedCulling_Editor.Config
- ProgLibrary.PrecomputedCulling.DataModels
+ ProgLibrary.PrecomputedCulling_Editor.CustomMenu
- ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling_Editor.EditorWindows
- ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- ProgLibrary.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling_Editor.Utils
- ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ ProgLibrary.PrecomputedCulling_Editor.Versioning
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ ProgLibrary.PrecomputedCulling.Bake
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.Bake.ProgressBar
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ ProgLibrary.PrecomputedCulling.BakeControllers
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ ProgLibrary.PrecomputedCulling.BakeHelper
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ ProgLibrary.PrecomputedCulling.DataModels
-
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
+ ProgLibrary.PrecomputedCulling.MonoBehaviours
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider
+
+
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+
+
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.Renderer
@@ -407,6 +474,9 @@
PrecomputedBaseBakeSettings
+
+ PrecomputedDataSettings
+
PrecomputedSettingsArea
@@ -423,21 +493,36 @@
ArrayUtils
+
+ BoundingBoxExtensions
+
ComputeShaderUtilities
+
+ CoroutineState
+
+
+ CullingReferenceHelper
+
PrecomputedAreaExtensions
+
+ PrecomputedAreaExtensions.CameraIterator
+
- Tests
+ ProgLibrary.PrecomputedCulling.Versioning
diff --git a/manifest.json b/manifest.json
index 85b2550..7714712 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,1130 +4,1170 @@
"files": [
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html"
}
},
"version": ""
@@ -1194,30 +1234,110 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.MainStructureTest.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.MainStructureTest.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
}
},
"version": ""
diff --git a/xrefmap.yml b/xrefmap.yml
index 0e35e42..3302eaf 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -7,31 +7,513 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling
fullName: ProgLibrary.PrecomputedCulling
nameWithType: ProgLibrary.PrecomputedCulling
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- name: BoundingBoxExtensions
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- nameWithType: BoundingBoxExtensions
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- name: ExpandAA(BoundingBox, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox, UnityEngine.Vector3)
- nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA*
- name: ExpandAA
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_
- commentId: Overload:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
+- uid: ProgLibrary.PrecomputedCulling.Bake
+ name: ProgLibrary.PrecomputedCulling.Bake
+ href: api/ProgLibrary.PrecomputedCulling.Bake.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake
+ fullName: ProgLibrary.PrecomputedCulling.Bake
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ name: BaseRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ nameWithType: BaseRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll()
+ nameWithType: BaseRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ nameWithType: BaseRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ name: DemoRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ nameWithType: DemoRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll()
+ nameWithType: DemoRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ nameWithType: DemoRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ name: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ name: DemoRuntimeBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ nameWithType: DemoRuntimeBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar()
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ name: IBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ nameWithType: IBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar()
+ nameWithType: IBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ nameWithType: IBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: IBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ nameWithType: IBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ nameWithType: RuntimeBakeProcess
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name: RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_IPrecomputedDataProvider_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name.vb: New(IPrecomputedDataProvider, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType.vb: RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor*
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
- nameWithType: BoundingBoxExtensions.ExpandAA
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess
+ nameWithType.vb: RuntimeBakeProcess.New
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll()
+ nameWithType: RuntimeBakeProcess.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ nameWithType: RuntimeBakeProcess.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers
+ name: ProgLibrary.PrecomputedCulling.BakeControllers
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeControllers
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeControllers
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ name: PrecomputedSpriteBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ nameWithType: PrecomputedSpriteBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes()
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes()
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ name: PrecomputedTerrainBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ nameWithType: PrecomputedTerrainBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes()
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes()
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper
+ name: ProgLibrary.PrecomputedCulling.BakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ name: BaseBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ nameWithType: BaseBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas()
+ nameWithType: BaseBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ nameWithType: BaseBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ nameWithType: CommonBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name: CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_System_String_CustomOcclusionScriptableRenderer_PrecomputedTerrainBakeController_PrecomputedSpriteBakeController_ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name.vb: New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ nameWithType: CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ nameWithType.vb: CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor*
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New
+ nameWithType: CommonBakeHelper.CommonBakeHelper
+ nameWithType.vb: CommonBakeHelper.New
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name: Cleanup(int, GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_System_Int32_GameObject_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name.vb: Cleanup(Integer, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(int, GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(Integer, GameObject)
+ nameWithType: CommonBakeHelper.Cleanup(int, GameObject)
+ nameWithType.vb: CommonBakeHelper.Cleanup(Integer, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup*
+ name: Cleanup
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ nameWithType: CommonBakeHelper.Cleanup
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name: InstantiateChunkData(Scene, PrecomputedArea, List)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_Scene_PrecomputedArea_List_PrecomputedChunkData__
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name.vb: InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ nameWithType: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ nameWithType.vb: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData*
+ name: InstantiateChunkData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ nameWithType: CommonBakeHelper.InstantiateChunkData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ name: ProcessSprites(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessSprites(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites*
+ name: ProcessSprites
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ nameWithType: CommonBakeHelper.ProcessSprites
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ name: ProcessTerrain(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain*
+ name: ProcessTerrain
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ nameWithType: CommonBakeHelper.ProcessTerrain
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name: ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name.vb: ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ nameWithType: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ nameWithType.vb: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells*
+ name: ValidateCells
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ nameWithType: CommonBakeHelper.ValidateCells
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_CoroutineState_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name.vb: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ nameWithType.vb: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine*
+ name: ValidateCellsCoroutine
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ name: RuntimeBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ nameWithType: RuntimeBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas()
+ nameWithType: RuntimeBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ nameWithType: RuntimeBakeHelper.FindGetAreas
- uid: ProgLibrary.PrecomputedCulling.DataModels
name: ProgLibrary.PrecomputedCulling.DataModels
href: api/ProgLibrary.PrecomputedCulling.DataModels.html
commentId: N:ProgLibrary.PrecomputedCulling.DataModels
fullName: ProgLibrary.PrecomputedCulling.DataModels
nameWithType: ProgLibrary.PrecomputedCulling.DataModels
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ nameWithType: AreaDataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name: AreaDataIndex(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name.vb: New(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New(PrecomputedArea, Integer)
+ nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New
+ nameWithType: AreaDataIndex.AreaDataIndex
+ nameWithType.vb: AreaDataIndex.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ name: DataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ nameWithType: AreaDataIndex.DataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ name: PrecomputedArea
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ nameWithType: AreaDataIndex.PrecomputedArea
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox
name: BoundingBox
href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
@@ -56,22 +538,22 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
nameWithType: BoundingBox.BoundingBox(BoundingBox)
nameWithType.vb: BoundingBox.New(BoundingBox)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name: BoundingBox(Vector3, Vector3, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name.vb: New(Vector3, Vector3, Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Quaternion)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Quaternion)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name: BoundingBox(Vector3, Vector3, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name.vb: New(Vector3, Vector3, Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Vector3)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor*
@@ -97,13 +579,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Add
nameWithType: BoundingBox.Add
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name: ClosestPointOnBox(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name.vb: ClosestPointOnBox(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3)
nameWithType: BoundingBox.ClosestPointOnBox(in Vector3)
nameWithType.vb: BoundingBox.ClosestPointOnBox(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox*
@@ -113,13 +595,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox
nameWithType: BoundingBox.ClosestPointOnBox
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name: Contains(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name.vb: Contains(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3)
nameWithType: BoundingBox.Contains(in Vector3)
nameWithType.vb: BoundingBox.Contains(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains*
@@ -142,11 +624,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Euler
nameWithType: BoundingBox.Euler
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
name: Expand(Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
nameWithType: BoundingBox.Expand(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand*
name: Expand
@@ -155,11 +637,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand
nameWithType: BoundingBox.Expand
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
name: FromBounds(Bounds, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_UnityEngine_Bounds_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds, UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_Bounds_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds, Quaternion)
nameWithType: BoundingBox.FromBounds(Bounds, Quaternion)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds*
name: FromBounds
@@ -168,11 +650,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds
nameWithType: BoundingBox.FromBounds
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
name: FromMeshFilter(MeshFilter)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_UnityEngine_MeshFilter_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_MeshFilter_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
nameWithType: BoundingBox.FromMeshFilter(MeshFilter)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter*
name: FromMeshFilter
@@ -213,13 +695,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.this[]
nameWithType: BoundingBox.this
nameWithType.vb: BoundingBox.this[]
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name: Merge(in List)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name.vb: Merge(List(Of BoundingBox))
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
nameWithType: BoundingBox.Merge(in List)
nameWithType.vb: BoundingBox.Merge(List(Of BoundingBox))
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge*
@@ -292,19 +774,35 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
nameWithType: PrecomputedChunkData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name: AddAtIndex(int, in PrecomputedVisibilityIndices)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_System_Int32_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name.vb: AddAtIndex(Integer, PrecomputedVisibilityIndices)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(int, in ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(Integer, ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ nameWithType: PrecomputedChunkData.AddAtIndex(int, in PrecomputedVisibilityIndices)
+ nameWithType.vb: PrecomputedChunkData.AddAtIndex(Integer, PrecomputedVisibilityIndices)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex*
+ name: AddAtIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ nameWithType: PrecomputedChunkData.AddAtIndex
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
name: Box
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Box
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
nameWithType: PrecomputedChunkData.Box
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name: GetChunkIndex(in Vector3, out int, out int, out int)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_UnityEngine_Vector3__System_Int32__System_Int32__System_Int32__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_Vector3__System_Int32__System_Int32__System_Int32__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name.vb: GetChunkIndex(Vector3, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in UnityEngine.Vector3, out int, out int, out int)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
nameWithType: PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
nameWithType.vb: PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex*
@@ -330,13 +828,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetNeighbourhoodChunkIndex
nameWithType: PrecomputedChunkData.GetNeighbourhoodChunkIndex
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_Vector3__PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
nameWithType.vb: PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers*
@@ -358,6 +856,22 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
nameWithType: PrecomputedChunkData.Height
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name: Initialize(in PrecomputedArea, Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_PrecomputedArea__Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name.vb: Initialize(PrecomputedArea, Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+ nameWithType: PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ nameWithType.vb: PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize*
+ name: Initialize
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ nameWithType: PrecomputedChunkData.Initialize
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Length
name: Length
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Length
@@ -394,13 +908,26 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
nameWithType: PrecomputedData.ChunkData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ name: GetSizeInMemory()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory()
+ nameWithType: PrecomputedData.GetSizeInMemory()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory*
+ name: GetSizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ nameWithType: PrecomputedData.GetSizeInMemory
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_Vector3__PrecomputedSceneData__PrecomputedArea__List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers*
@@ -480,19 +1007,98 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
nameWithType: PrecomputedGroupData.Renderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ name: PrecomputedSceneAreaData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ nameWithType: PrecomputedSceneAreaData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ name: AreasIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ nameWithType: PrecomputedSceneAreaData.AreasIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ name: VariantId
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ nameWithType: PrecomputedSceneAreaData.VariantId
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ nameWithType: PrecomputedSceneVariantData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name: PrecomputedSceneVariantData()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ nameWithType.vb: PrecomputedSceneVariantData.New()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ nameWithType.vb: PrecomputedSceneVariantData.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ name: BakeTime
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ nameWithType: PrecomputedSceneVariantData.BakeTime
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ name: IndexVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ nameWithType: PrecomputedSceneVariantData.IndexVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ name: Name
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ nameWithType: PrecomputedSceneVariantData.Name
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ nameWithType: PrecomputedSceneVariantData.Priority
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ name: ScenesInVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ nameWithType: PrecomputedSceneVariantData.ScenesInVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ name: SizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ nameWithType: PrecomputedSceneVariantData.SizeInMemory
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
name: PrecomputedVisibilityIndices
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
nameWithType: PrecomputedVisibilityIndices
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_Settings_PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_PrecomputedChunkElementData____PrecomputedChunkElementData____PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
nameWithType.vb: PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor*
@@ -1100,13 +1706,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
nameWithType: PrecomputedLODGroupContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name: PrecomputedLODGroupContainer(int, LODGroup)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_UnityEngine_LODGroup_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_LODGroup_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name.vb: New(Integer, LODGroup)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, UnityEngine.LODGroup)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, UnityEngine.LODGroup)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, LODGroup)
nameWithType: PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
nameWithType.vb: PrecomputedLODGroupContainer.New(Integer, LODGroup)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor*
@@ -1235,13 +1841,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
nameWithType: PrecomputedMeshRendererContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name: PrecomputedMeshRendererContainer(in int, MeshRenderer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__UnityEngine_MeshRenderer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__MeshRenderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name.vb: New(Integer, MeshRenderer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, UnityEngine.MeshRenderer)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, UnityEngine.MeshRenderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
nameWithType: PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
nameWithType.vb: PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor*
@@ -1286,31 +1892,77 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.IsValid
nameWithType: PrecomputedMeshRendererContainer.IsValid
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ nameWithType: PrecomputedRenderer
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name: PrecomputedRenderer(Renderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_UnityEngine_Renderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name.vb: New(Renderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New(UnityEngine.Renderer)
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ nameWithType.vb: PrecomputedRenderer.New(UnityEngine.Renderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor*
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer
+ nameWithType.vb: PrecomputedRenderer.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ name: IsMaterialTransparentList
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_IsMaterialTransparentList
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ nameWithType: PrecomputedRenderer.IsMaterialTransparentList
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ name: Renderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_Renderer
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ nameWithType: PrecomputedRenderer.Renderer
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
nameWithType: PrecomputedRendererBakeContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
name: PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_IPrecomputedRendererContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_IPrecomputedRendererContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
+ name.vb: New(IPrecomputedRendererContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
name: PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_PrecomputedRendererBaseContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_PrecomputedRendererBaseContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
+ name.vb: New(PrecomputedRendererBaseContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor*
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ nameWithType.vb: PrecomputedRendererBakeContainer.New
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.BaseContainer
name: BaseContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_BaseContainer
@@ -1396,11 +2048,14 @@ references:
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValid
nameWithType: PrecomputedRendererBakeContainer.IsValid
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- name: IsValidOccluder(Boolean)
+ name: IsValidOccluder(bool)
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_System_Boolean_
commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ name.vb: IsValidOccluder(Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ nameWithType.vb: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder*
name: IsValidOccluder
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_
@@ -1408,6 +2063,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder
nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ name: PrecomputedRenderers()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers()
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers*
+ name: PrecomputedRenderers
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.RendererId
name: RendererId
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_RendererId
@@ -1434,64 +2102,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.Show
nameWithType: PrecomputedRendererBakeContainer.Show
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html
- commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- name: PrecomputedSceneBakeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData(Scene)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor*
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- name: OnInitialize()
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize()
- nameWithType: PrecomputedSceneBakeData.OnInitialize()
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize*
- name: OnInitialize
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- nameWithType: PrecomputedSceneBakeData.OnInitialize
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount
- commentId: P:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount*
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
name: PrecomputedSceneData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
nameWithType: PrecomputedSceneData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name: PrecomputedSceneData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(Scene)
nameWithType: PrecomputedSceneData.PrecomputedSceneData(Scene)
nameWithType.vb: PrecomputedSceneData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor*
@@ -1504,13 +2127,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New
nameWithType: PrecomputedSceneData.PrecomputedSceneData
nameWithType.vb: PrecomputedSceneData.New
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name: GatherSceneRenderersFromGameObjects(in GameObject[])
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_UnityEngine_GameObject____
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_GameObject____
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name.vb: GatherSceneRenderersFromGameObjects(GameObject())
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in UnityEngine.GameObject[])
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject())
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
nameWithType: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
nameWithType.vb: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects*
@@ -1669,19 +2292,62 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
nameWithType: PrecomputedSceneData._visibleRenderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ nameWithType: PrecomputedSceneInfo
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name: PrecomputedSceneInfo(int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name.vb: New(Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
+ nameWithType.vb: PrecomputedSceneInfo.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ name: BakeSpots
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ nameWithType: PrecomputedSceneInfo.BakeSpots
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ name: Cells
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ nameWithType: PrecomputedSceneInfo.Cells
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ name: Occluders
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ nameWithType: PrecomputedSceneInfo.Occluders
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
name: PrecomputedSceneRuntimeData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
nameWithType: PrecomputedSceneRuntimeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name: PrecomputedSceneRuntimeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(Scene)
nameWithType: PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
nameWithType.vb: PrecomputedSceneRuntimeData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor*
@@ -1756,6 +2422,120 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours
nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
+ commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ name: IdCubemapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ nameWithType: IdCubemapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ name: CubemapRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_CubemapRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ nameWithType: IdCubemapCamera.CubemapRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader*
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ name: EquirectRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_EquirectRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ nameWithType: IdCubemapCamera.EquirectRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ name: GetLastCameraRenderer()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer()
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer*
+ name: GetLastCameraRenderer
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings*
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_PrecomputedBakeIdCubemapSettings_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name.vb: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ nameWithType.vb: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ name: PrecomputedSaveTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ nameWithType: PrecomputedSaveTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ name: SaveRTToFile(RenderTexture, RenderTexture)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_RenderTexture_RenderTexture_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile*
+ name: SaveRTToFile
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name: UpdateSettings(bool, int)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name.vb: UpdateSettings(Boolean, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(bool, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+ nameWithType: PrecomputedSaveTexture.UpdateSettings(bool, int)
+ nameWithType.vb: PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings*
+ name: UpdateSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -1768,12 +2548,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
nameWithType: ColorIndexingCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- name: Render(ScriptableRenderContext, Camera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Camera_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext, UnityEngine.Camera)
- nameWithType: ColorIndexingCameraRenderer.Render(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ name: Render()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render()
+ nameWithType: ColorIndexingCameraRenderer.Render()
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render*
name: Render
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_
@@ -1781,60 +2561,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
nameWithType: ColorIndexingCameraRenderer.Render
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- name: ColorIndexingRenderPipeline(ScriptableRendererData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_UnityEngine_Rendering_Universal_ScriptableRendererData_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(UnityEngine.Rendering.Universal.ScriptableRendererData)
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(ScriptableRendererData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor*
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name: Setup(ScriptableRenderContext, ref RenderingData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Rendering_Universal_RenderingData__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name.vb: Setup(ScriptableRenderContext, ByRef RenderingData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ref UnityEngine.Rendering.Universal.RenderingData)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ByRef UnityEngine.Rendering.Universal.RenderingData)
- nameWithType: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ref RenderingData)
- nameWithType.vb: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ByRef RenderingData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup*
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ name: Setup(ScriptableRenderContext, Camera)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_ScriptableRenderContext_Camera_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+ nameWithType: ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup*
name: Setup
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- nameWithType: ColorIndexingRenderPipeline.Setup
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- name: ColorIndexingRenderPipelineAsset
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- nameWithType: ColorIndexingRenderPipelineAsset
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- name: Create()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create()
- nameWithType: ColorIndexingRenderPipelineAsset.Create()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create*
- name: Create
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- nameWithType: ColorIndexingRenderPipelineAsset.Create
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ nameWithType: ColorIndexingCameraRenderer.Setup
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html
@@ -1847,12 +2586,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
nameWithType: CameraMatrixUtils
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
name: BoxToViewportAndDepth(Camera, BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(Camera, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
+ nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth*
name: BoxToViewportAndDepth
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_
@@ -1867,8 +2606,8 @@ references:
name.vb: PerspectiveOffCenter(Camera, Single, Single, Single, Single)
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- nameWithType: CameraMatrixUtils.PerspectiveOffCenter(Camera, in float, in float, in float, in float)
- nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(Camera, Single, Single, Single, Single)
+ nameWithType: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
+ nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter*
name: PerspectiveOffCenter
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_PerspectiveOffCenter_
@@ -1876,85 +2615,18 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter
nameWithType: CameraMatrixUtils.PerspectiveOffCenter
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- name: TargetedFrustumCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- nameWithType: TargetedFrustumCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- name: AllExceptTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_AllExceptTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- nameWithType: TargetedFrustumCamera.AllExceptTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- name: ComputeTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_ComputeTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- nameWithType: TargetedFrustumCamera.ComputeTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- name: SingleTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_SingleTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- nameWithType: TargetedFrustumCamera.SingleTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: TargetedFrustumCamera.TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- nameWithType: TargetedFrustumCamera.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name: TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings__UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name.vb: TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, in ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, ByRef ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- nameWithType.vb: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle*
- name: TestVisibilitySingle
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ name: FrustumCulling
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ nameWithType: FrustumCulling
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ name: isActive
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ nameWithType: FrustumCulling.isActive
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester
name: IVisibilityTester
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -1987,13 +2659,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).Settings
nameWithType: IVisibilityTester.Settings
nameWithType.vb: IVisibilityTester(Of TSettings).Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name: TestVisibility(TSettings, Vector3, int, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name.vb: TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, UnityEngine.Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, UnityEngine.Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
nameWithType: IVisibilityTester.TestVisibility(TSettings, Vector3, int, PrecomputedArea)
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility*
@@ -2005,89 +2677,12 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility
nameWithType: IVisibilityTester.TestVisibility
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- name: IdCubemapCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- nameWithType: IdCubemapCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- name: CubemapRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_CubemapRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- nameWithType: IdCubemapCamera.CubemapRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- name: EquirectRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_EquirectRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- nameWithType: IdCubemapCamera.EquirectRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- name: GetLastCameraRenderer()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer()
- nameWithType: IdCubemapCamera.GetLastCameraRenderer()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer*
- name: GetLastCameraRenderer
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- nameWithType: IdCubemapCamera.GetLastCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds*
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeIdCubemapSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ name: PCCMonoBehaviour
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ nameWithType: PCCMonoBehaviour
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea
name: PrecomputedArea
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -2140,13 +2735,13 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
nameWithType: PrecomputedArea.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_Vector3__PrecomputedSceneData__List_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers*
@@ -2186,6 +2781,111 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
nameWithType: PrecomputedCullingRendererId.Id
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ name: PrecomputedLoadMethod
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ nameWithType: PrecomputedLoadMethod
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ name: Manual
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ nameWithType: PrecomputedLoadMethod.Manual
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ name: OnChangeScene
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ nameWithType: PrecomputedLoadMethod.OnChangeScene
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ name: PrecomputedManager
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ nameWithType: PrecomputedManager
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ name: Awake()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake()
+ nameWithType: PrecomputedManager.Awake()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake*
+ name: Awake
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ nameWithType: PrecomputedManager.Awake
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ name: PrecomputedSceneSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ nameWithType: PrecomputedSceneSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ name: AddVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant*
+ name: AddVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ nameWithType: PrecomputedSceneSettings.AddVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ name: JoinVariants
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ nameWithType: PrecomputedSceneSettings.JoinVariants
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ nameWithType: PrecomputedSceneSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ name: RemoveVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant*
+ name: RemoveVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ nameWithType: PrecomputedSceneSettings.RemoveVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ name: VariantAreaDatas
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ nameWithType: PrecomputedSceneSettings.VariantAreaDatas
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ nameWithType: PrecomputedSceneSettings.VariantsSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ name: allVariantsDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ name: loadMethodOn
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ nameWithType: PrecomputedSceneSettings.loadMethodOn
- uid: ProgLibrary.PrecomputedCulling.PrecomputedCamera
name: PrecomputedCamera
href: api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -2235,11 +2935,11 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedController.New
nameWithType: PrecomputedController.PrecomputedController
nameWithType.vb: PrecomputedController.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
name: AddOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.AddOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea*
name: AddOcclusionArea
@@ -2248,11 +2948,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea
nameWithType: PrecomputedController.AddOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
name: AddOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings*
name: AddOcclusionSceneSettings
@@ -2287,6 +2987,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderers
nameWithType: PrecomputedController.GetAllRenderers
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ name: GetAllRenderersAsBakeContainer()
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer()
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer()
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer*
+ name: GetAllRenderersAsBakeContainer
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
name: Instance
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_Instance
@@ -2300,6 +3013,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
nameWithType: PrecomputedController.Instance
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking
+ commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking*
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
name: LoadPrecomputedData()
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_LoadPrecomputedData
@@ -2313,11 +3039,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
nameWithType: PrecomputedController.LoadPrecomputedData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
name: RemoveOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea*
name: RemoveOcclusionArea
@@ -2326,11 +3052,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea
nameWithType: PrecomputedController.RemoveOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
name: RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings*
name: RemoveOcclusionSceneSettings
@@ -2339,11 +3065,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
name: RemoveScene(Scene)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
nameWithType: PrecomputedController.RemoveScene(Scene)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene*
name: RemoveScene
@@ -2378,11 +3104,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.SceneData
nameWithType: PrecomputedController.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
name: UpdateVisibility(Vector3, PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_UnityEngine_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedController.UpdateVisibility(Vector3, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility*
name: UpdateVisibility
@@ -2391,789 +3117,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility
nameWithType: PrecomputedController.UpdateVisibility
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- nameWithType: AreaDataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name: AreaDataIndex(PrecomputedArea, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name.vb: New(PrecomputedArea, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, Integer)
- nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
- nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New
- nameWithType: AreaDataIndex.AreaDataIndex
- nameWithType.vb: AreaDataIndex.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- name: DataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- nameWithType: AreaDataIndex.DataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- name: PrecomputedArea
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- nameWithType: AreaDataIndex.PrecomputedArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- name: PrecomputedSceneAreaData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- nameWithType: PrecomputedSceneAreaData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- name: AreasIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- nameWithType: PrecomputedSceneAreaData.AreasIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- name: VariantId
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- nameWithType: PrecomputedSceneAreaData.VariantId
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- nameWithType: PrecomputedSceneVariantData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name: PrecomputedSceneVariantData()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name.vb: New()
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- nameWithType.vb: PrecomputedSceneVariantData.New()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
- nameWithType.vb: PrecomputedSceneVariantData.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- name: BakeTime
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- nameWithType: PrecomputedSceneVariantData.BakeTime
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- name: IndexVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- nameWithType: PrecomputedSceneVariantData.IndexVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- name: Name
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- nameWithType: PrecomputedSceneVariantData.Name
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- nameWithType: PrecomputedSceneVariantData.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- name: ScenesInVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- nameWithType: PrecomputedSceneVariantData.ScenesInVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- name: SizeInMemory
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- nameWithType: PrecomputedSceneVariantData.SizeInMemory
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- nameWithType: PrecomputedSceneInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name: PrecomputedSceneInfo(int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name.vb: New(Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
- nameWithType.vb: PrecomputedSceneInfo.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- name: BakeSpots
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- nameWithType: PrecomputedSceneInfo.BakeSpots
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- name: Cells
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- nameWithType: PrecomputedSceneInfo.Cells
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- name: Occluders
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- nameWithType: PrecomputedSceneInfo.Occluders
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- name: PrecomputedLoadMethod
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- nameWithType: PrecomputedLoadMethod
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- name: Manual
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- nameWithType: PrecomputedLoadMethod.Manual
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- name: OnChangeScene
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- nameWithType: PrecomputedLoadMethod.OnChangeScene
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- name: PrecomputedSceneSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- nameWithType: PrecomputedSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- name: JoinVariants
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- nameWithType: PrecomputedSceneSettings.JoinVariants
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- nameWithType: PrecomputedSceneSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- name: VariantAreaDatas
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- nameWithType: PrecomputedSceneSettings.VariantAreaDatas
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- nameWithType: PrecomputedSceneSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- name: allVariantsDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- name: loadMethodOn
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- nameWithType: PrecomputedSceneSettings.loadMethodOn
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- name: RatingPopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- nameWithType: RatingPopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- name: RatingPopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- nameWithType: RatingPopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow()
- nameWithType: RatingPopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- nameWithType: RatingPopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- name: RatingPopupFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- nameWithType: RatingPopupFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- name: FirstUseDate
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupFile_FirstUseDate
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- nameWithType: RatingPopupFile.FirstUseDate
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- name: URLAddresses
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- nameWithType: URLAddresses
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- name: ASSET_STORE_RATE_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_ASSET_STORE_RATE_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- nameWithType: URLAddresses.ASSET_STORE_RATE_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- name: DISCORD_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_DISCORD_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- nameWithType: URLAddresses.DISCORD_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- name: GITHUB_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_GITHUB_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- nameWithType: URLAddresses.GITHUB_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- name: README_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_README_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- nameWithType: URLAddresses.README_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- name: WelcomePopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- nameWithType: WelcomePopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- name: SaveNotShowAgainFile()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile()
- nameWithType: WelcomePopupController.SaveNotShowAgainFile()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile*
- name: SaveNotShowAgainFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- nameWithType: WelcomePopupController.SaveNotShowAgainFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- name: WelcomePopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- nameWithType: WelcomePopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow()
- nameWithType: WelcomePopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- nameWithType: WelcomePopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- name: AssetBundleProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- nameWithType: AssetBundleProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name: LoadData(int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name.vb: LoadData(Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
- nameWithType: AssetBundleProvider.LoadData(int)
- nameWithType.vb: AssetBundleProvider.LoadData(Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
- name: LoadData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- nameWithType: AssetBundleProvider.LoadData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- name: PrecomputedDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- nameWithType: PrecomputedDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- name: BakeSprites
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- nameWithType: PrecomputedDataSettings.BakeSprites
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- name: BakeTerrain
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- nameWithType: PrecomputedDataSettings.BakeTerrain
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- name: BakeTransparent
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- nameWithType: PrecomputedDataSettings.BakeTransparent
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- name: CellDepthTestDensity
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- nameWithType: PrecomputedDataSettings.CellDepthTestDensity
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- name: CellDepthTestDensityOffset
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- name: CellsDivisions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- nameWithType: PrecomputedDataSettings.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- name: GetTypesProvider()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider()
- nameWithType: PrecomputedDataSettings.GetTypesProvider()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider*
- name: GetTypesProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- nameWithType: PrecomputedDataSettings.GetTypesProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- name: IsGlobalQuality
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- nameWithType: PrecomputedDataSettings.IsGlobalQuality
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- nameWithType: PrecomputedDataSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- name: TextureResolution
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- nameWithType: PrecomputedDataSettings.TextureResolution
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- nameWithType: PrecomputedDataSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- name: CreatePrecomputedPackage
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- nameWithType: CreatePrecomputedPackage
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- name: PrecomputedAreaEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- nameWithType: PrecomputedAreaEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- name: OnSceneGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
- nameWithType: PrecomputedAreaEditor.OnSceneGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
- name: OnSceneGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- nameWithType: PrecomputedAreaEditor.OnSceneGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- name: PrecomputedCameraEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- nameWithType: PrecomputedCameraEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- name: PrecomputedMenuSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- nameWithType: PrecomputedMenuSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- name: PrecomputedSceneSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- nameWithType: PrecomputedSceneSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- name: PrecomputedSceneSetup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- nameWithType: PrecomputedSceneSetup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- name: PrecomputedPlayStateNotifier
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- nameWithType: PrecomputedPlayStateNotifier
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- name: PrecomputedSpriteBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- nameWithType: PrecomputedSpriteBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes()
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes()
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- name: PrecomputedTerrainBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- nameWithType: PrecomputedTerrainBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes()
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes()
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- name: SerializedPropertyExtensions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- nameWithType: SerializedPropertyExtensions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue*
- name: GetSerializedValue
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- nameWithType: SerializedPropertyExtensions.GetSerializedValue
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name: GetSerializedValue(SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue__1_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name.vb: GetSerializedValue(Of T)(SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(Of T)(UnityEditor.SerializedProperty)
- nameWithType: SerializedPropertyExtensions.GetSerializedValue(SerializedProperty)
- nameWithType.vb: SerializedPropertyExtensions.GetSerializedValue(Of T)(SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- name: PrecomputedEditorUtils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- nameWithType: PrecomputedEditorUtils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name: DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_System_String_System_Single_System_String_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name.vb: DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, UnityEditor.SerializedProperty)
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- nameWithType.vb: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton*
- name: DrawHorizontalElementWithHelpImgButton
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name: EstimateBakeSize(int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name.vb: EstimateBakeSize(Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize(int, int)
- nameWithType.vb: PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize*
- name: EstimateBakeSize
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name: EstimateTimePerSpot(int, TextureResolution)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_System_Int32_ProgLibrary_PrecomputedCulling_Settings_TextureResolution_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name.vb: EstimateTimePerSpot(Integer, TextureResolution)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(int, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(Integer, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot(int, TextureResolution)
- nameWithType.vb: PrecomputedEditorUtils.EstimateTimePerSpot(Integer, TextureResolution)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot*
- name: EstimateTimePerSpot
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name: FormatKb(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name.vb: FormatKb(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(Double)
- nameWithType: PrecomputedEditorUtils.FormatKb(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatKb(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb*
- name: FormatKb
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- nameWithType: PrecomputedEditorUtils.FormatKb
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name: FormatMilliseconds(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name.vb: FormatMilliseconds(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(Double)
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatMilliseconds(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds*
- name: FormatMilliseconds
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- name: ArrayUtilsTests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- nameWithType: ArrayUtilsTests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
- name: Expand3DArrayIndex_ShouldReturnCorrectValues
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
+ commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ name: ArrayUtilsTests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+ commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ nameWithType: ArrayUtilsTests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
@@ -3339,497 +3307,396 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
nameWithType: CameraVisibleTests.VisibleObjects
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager
- name: PrecomputedManager
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedManager
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager
- nameWithType: PrecomputedManager
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- name: Awake()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake()
- nameWithType: PrecomputedManager.Awake()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake*
- name: Awake
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- nameWithType: PrecomputedManager.Awake
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- name: PrecomputedSceneInfoData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- nameWithType: PrecomputedSceneInfoData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name: GatherScenesInfo(List)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name.vb: GatherScenesInfo(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo(List)
- nameWithType.vb: PrecomputedSceneInfoData.GatherScenesInfo(List(Of SceneAsset))
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo*
- name: GatherScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo*
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- name: FrustumCulling
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- nameWithType: FrustumCulling
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- name: isActive
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- nameWithType: FrustumCulling.isActive
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- name: PCCMonoBehaviour
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- nameWithType: PCCMonoBehaviour
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- name: PCCConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- nameWithType: PCCConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- name: SaveConfig()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
- nameWithType: PCCConfig.SaveConfig()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
- name: SaveConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- nameWithType: PCCConfig.SaveConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- name: WelcomePopupNeverAgain
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- nameWithType: PCCConfig.WelcomePopupNeverAgain
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- name: WelcomePopupNeverAgainSetDate
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- name: PCCMonoBehaviourEditor
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- nameWithType: PCCMonoBehaviourEditor
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- name: DrawLinkButtons()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
- name: DrawLinkButtons
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- name: EditorWindowExtensions
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- nameWithType: EditorWindowExtensions
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: EnsureMinSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
- name: EnsureMinSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- nameWithType: EditorWindowExtensions.EnsureMinSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: SetSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
- name: SetSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- nameWithType: EditorWindowExtensions.SetSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- name: PCCEditorWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- nameWithType: PCCEditorWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- name: CreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
- nameWithType: PCCEditorWindow.CreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
- name: CreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- nameWithType: PCCEditorWindow.CreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- name: EnsureExactSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
- name: EnsureExactSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- nameWithType: PCCEditorWindow.EnsureExactSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- name: EnsureMinimumSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
- name: EnsureMinimumSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- nameWithType: PCCEditorWindow.EnsureMinimumSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- name: MenuItemLocation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- nameWithType: PCCEditorWindow.MenuItemLocation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
- nameWithType: PCCEditorWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- nameWithType: PCCEditorWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
- nameWithType: PCCEditorWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- nameWithType: PCCEditorWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- name: ValidateCreateGUIBasics()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
- name: ValidateCreateGUIBasics
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- name: PCCSettingsWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- nameWithType: PCCSettingsWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
- nameWithType: PCCSettingsWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- nameWithType: PCCSettingsWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
- nameWithType: PCCSettingsWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling.Provider
+ name: ProgLibrary.PrecomputedCulling.Provider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider
+ fullName: ProgLibrary.PrecomputedCulling.Provider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ name: AssetBundleProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ nameWithType: AssetBundleProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData()
+ nameWithType: AssetBundleProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ nameWithType: AssetBundleProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData()
+ nameWithType: AssetBundleProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ nameWithType: AssetBundleProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
+ nameWithType: AssetBundleProvider.LoadData(int)
+ nameWithType.vb: AssetBundleProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- nameWithType: PCCSettingsWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- name: PCCSettingsWindow.SettingCategory
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- nameWithType: PCCSettingsWindow.SettingCategory
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- name: Baking
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- nameWithType: PCCSettingsWindow.SettingCategory.Baking
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- name: DefaultProvider
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- name: DefaultValues
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- name: Info
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- nameWithType: PCCSettingsWindow.SettingCategory.Info
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- name: None
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- nameWithType: PCCSettingsWindow.SettingCategory.None
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- name: Validation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- nameWithType: PCCSettingsWindow.SettingCategory.Validation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
- nameWithType: PCCSettingsWindow.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
+ nameWithType: AssetBundleProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ name: IPrecomputedDataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ nameWithType: IPrecomputedDataProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData()
+ nameWithType: IPrecomputedDataProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ nameWithType: IPrecomputedDataProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData()
+ nameWithType: IPrecomputedDataProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ nameWithType: IPrecomputedDataProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(Integer)
+ nameWithType: IPrecomputedDataProvider.LoadData(int)
+ nameWithType.vb: IPrecomputedDataProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ nameWithType: IPrecomputedDataProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ name: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ name: SimpleTextSerializer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ nameWithType: SimpleTextSerializer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ name: ClearBuffer()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer()
+ nameWithType: SimpleTextSerializer.ClearBuffer()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer*
+ name: ClearBuffer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ nameWithType: SimpleTextSerializer.ClearBuffer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ name: FinishDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization()
+ nameWithType: SimpleTextSerializer.FinishDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization*
+ name: FinishDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ nameWithType: SimpleTextSerializer.FinishDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name: ProcessData(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name.vb: ProcessData(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(String)
+ nameWithType: SimpleTextSerializer.ProcessData(string)
+ nameWithType.vb: SimpleTextSerializer.ProcessData(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData*
+ name: ProcessData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ nameWithType: SimpleTextSerializer.ProcessData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ name: Serialize(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ nameWithType: SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize*
+ name: Serialize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ nameWithType: SimpleTextSerializer.Serialize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ name: StartDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization()
+ nameWithType: SimpleTextSerializer.StartDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization*
+ name: StartDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ nameWithType: SimpleTextSerializer.StartDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ nameWithType: ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name: ZipProvider(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name.vb: New(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New(String)
+ nameWithType: ZipProvider.ZipProvider(string)
+ nameWithType.vb: ZipProvider.New(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor*
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- nameWithType: PCCSettingsWindow.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- name: PCCWelcomePopup
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- nameWithType: PCCWelcomePopup
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- name: InitContent(VisualElement)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_UnityEngine_UIElements_VisualElement_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- nameWithType: PCCWelcomePopup.InitContent(VisualElement)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
- name: InitContent
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New
+ nameWithType: ZipProvider.ZipProvider
+ nameWithType.vb: ZipProvider.New
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData()
+ nameWithType: ZipProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: ZipProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ nameWithType: ZipProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ name: GetCreateTime()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime()
+ nameWithType: ZipProvider.GetCreateTime()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime*
+ name: GetCreateTime
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ nameWithType: ZipProvider.GetCreateTime
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ name: GetDataSize()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize()
+ nameWithType: ZipProvider.GetDataSize()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize*
+ name: GetDataSize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ nameWithType: ZipProvider.GetDataSize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData()
+ nameWithType: ZipProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ nameWithType: ZipProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(Integer)
+ nameWithType: ZipProvider.LoadData(int)
+ nameWithType.vb: ZipProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ nameWithType: ZipProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Renderer
+ name: ProgLibrary.PrecomputedCulling.Renderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer
+ nameWithType: ProgLibrary.PrecomputedCulling.Renderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ nameWithType: CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ name: BakeAlgorithms
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_BakeAlgorithms
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_PrecomputedArea_GameObject__
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name.vb: PrepareVisibilityTester(PrecomputedArea, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
+ name: PrepareVisibilityTester
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
- nameWithType: PCCWelcomePopup.InitContent
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
- nameWithType: PCCWelcomePopup.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name: RemoveRenderer(int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name.vb: RemoveRenderer(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer*
+ name: RemoveRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- nameWithType: PCCWelcomePopup.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
- nameWithType: PCCWelcomePopup.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ name: SetRenderer(IVisibilityTester)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_IVisibilityTester_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer*
+ name: SetRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- nameWithType: PCCWelcomePopup.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
- nameWithType: PCCWelcomePopup.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_IVisibilityTester_PrecomputedArea_Vector3_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name.vb: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- nameWithType: PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ name: RendererBakeAlgorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ nameWithType: RendererBakeAlgorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ name: Algorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_Algorithm
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ nameWithType: RendererBakeAlgorithm.Algorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ name: VisibilityTesterType
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_VisibilityTesterType
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Settings
name: ProgLibrary.PrecomputedCulling.Settings
href: api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -3932,6 +3799,85 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
nameWithType: PrecomputedBaseBakeSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ nameWithType: PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ name: BakeSprites
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ nameWithType: PrecomputedDataSettings.BakeSprites
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ name: BakeTerrain
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ nameWithType: PrecomputedDataSettings.BakeTerrain
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ name: BakeTransparent
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ nameWithType: PrecomputedDataSettings.BakeTransparent
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ name: CellDepthTestDensity
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensity
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ name: CellDepthTestDensityOffset
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ name: CellsDivisions
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ nameWithType: PrecomputedDataSettings.CellsDivisions
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
+ commentId: P:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ name: IsGlobalQuality
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ nameWithType: PrecomputedDataSettings.IsGlobalQuality
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ nameWithType: PrecomputedDataSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ name: TextureResolution
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ nameWithType: PrecomputedDataSettings.TextureResolution
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ nameWithType: PrecomputedDataSettings.VariantsSettings
- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea
name: PrecomputedSettingsArea
href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -3980,103 +3926,6 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
fullName: ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
nameWithType: TextureResolution.Ultra
-- uid: ProgLibrary.PrecomputedCulling.Shaders
- name: ProgLibrary.PrecomputedCulling.Shaders
- href: api/ProgLibrary.PrecomputedCulling.Shaders.html
- commentId: N:ProgLibrary.PrecomputedCulling.Shaders
- fullName: ProgLibrary.PrecomputedCulling.Shaders
- nameWithType: ProgLibrary.PrecomputedCulling.Shaders
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- name: CustomOcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- nameWithType: CustomOcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- name: BakeAlgorithms
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_BakeAlgorithms
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_GameObject__
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name.vb: PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ref UnityEngine.GameObject)
- fullName.vb: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ByRef UnityEngine.GameObject)
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
- name: PrepareVisibilityTester
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- name: RemoveRenderer(Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer*
- name: RemoveRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- name: SetRenderer(IVisibilityTester)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer*
- name: SetRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, UnityEngine.Vector3, System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- name: RendererBakeAlgorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- nameWithType: RendererBakeAlgorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- name: Algorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_Algorithm
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- nameWithType: RendererBakeAlgorithm.Algorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- name: ScriptableRendererData
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_ScriptableRendererData
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- nameWithType: RendererBakeAlgorithm.ScriptableRendererData
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- name: VisibilityTesterType
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_VisibilityTesterType
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Utils
name: ProgLibrary.PrecomputedCulling.Utils
href: api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -4203,6 +4052,25 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.FlattenArrayIndex
nameWithType: ArrayUtils.FlattenArrayIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ name: BoundingBoxExtensions
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ nameWithType: BoundingBoxExtensions
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ name: ExpandAA(BoundingBox, Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_BoundingBox_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+ nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA*
+ name: ExpandAA
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ nameWithType: BoundingBoxExtensions.ExpandAA
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities
name: ComputeShaderUtilities
href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -4216,22 +4084,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer
nameWithType: ComputeShaderUtilities.CreateArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name: CreateArrayBuffer(int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name: CreateArrayBuffer(in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer*
@@ -4241,13 +4109,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer
nameWithType: ComputeShaderUtilities.CreateValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name: CreateValueBuffer(T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name.vb: CreateValueBuffer(Of T)(T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer*
@@ -4257,13 +4125,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name: GetArrayViaBuffer(ComputeBuffer, int, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_UnityEngine_ComputeBuffer_System_Int32_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_ComputeBuffer_System_Int32_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name.vb: GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(UnityEngine.ComputeBuffer, int, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(UnityEngine.ComputeBuffer, Integer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
nameWithType.vb: ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer*
@@ -4273,13 +4141,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer
nameWithType: ComputeShaderUtilities.GetValueViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name: GetValueViaBuffer(ComputeBuffer, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_UnityEngine_ComputeBuffer_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_ComputeBuffer_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name.vb: GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(UnityEngine.ComputeBuffer, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(UnityEngine.ComputeBuffer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
nameWithType: ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
nameWithType.vb: ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer*
@@ -4289,22 +4157,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer
nameWithType: ComputeShaderUtilities.SetArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_Int32_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_Int32_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, int, int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, Integer, Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_String___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, string, in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer*
@@ -4314,15 +4182,70 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer
nameWithType: ComputeShaderUtilities.SetValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name: SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_ComputeShader_System_Int32_System_String___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name.vb: SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(UnityEngine.ComputeShader, int, string, T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ name: CoroutineState
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ nameWithType: CoroutineState
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ name: Finished
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html#ProgLibrary_PrecomputedCulling_Utils_CoroutineState_Finished
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ nameWithType: CoroutineState.Finished
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ name: CullingReferenceHelper
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ nameWithType: CullingReferenceHelper
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ name: CullingComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CullingComputeShader
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ nameWithType: CullingReferenceHelper.CullingComputeShader
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CustomOcclusionScriptableRenderer
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ nameWithType: CullingReferenceHelper.CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_PrecomputedDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ nameWithType: CullingReferenceHelper.PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ name: RendererColorCodingTexture
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_RendererColorCodingTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ nameWithType: CullingReferenceHelper.RendererColorCodingTexture
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions
name: PrecomputedAreaExtensions
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -4335,22 +4258,25 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
nameWithType: PrecomputedAreaExtensions.CameraIterator
-- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
name: CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_UnityEngine_Vector3Int__UnityEngine_Vector3Int__UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
- name.vb: CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in UnityEngine.Vector3Int, in UnityEngine.Vector3Int, in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3, ByRef ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_Vector3Int__Vector3Int__Vector3__BoundingBox__
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
+ name.vb: New(Vector3Int, Vector3Int, Vector3, BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor*
name: CameraIterator
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraPosition
name: CameraPosition
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator_CameraPosition
@@ -4370,6 +4296,421 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
nameWithType: PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ name: CameraPositionIterator(PrecomputedArea, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_PrecomputedArea_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator*
+ name: CameraPositionIterator
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name: GetCellBox(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name.vb: GetCellBox(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+ nameWithType: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ nameWithType.vb: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox*
+ name: GetCellBox
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ nameWithType: PrecomputedAreaExtensions.GetCellBox
+- uid: ProgLibrary.PrecomputedCulling.Versioning
+ name: ProgLibrary.PrecomputedCulling.Versioning
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Versioning
+ fullName: ProgLibrary.PrecomputedCulling.Versioning
+ nameWithType: ProgLibrary.PrecomputedCulling.Versioning
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version
+ nameWithType: Version
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name: Version(Serializable)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name.vb: New(Serializable)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ nameWithType: Version.Version(Version.Serializable)
+ nameWithType.vb: Version.New(Version.Serializable)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name: Version(ushort, ushort, ushort)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name.vb: New(UShort, UShort, UShort)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort)
+ nameWithType: Version.Version(ushort, ushort, ushort)
+ nameWithType.vb: Version.New(UShort, UShort, UShort)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name: Version(ushort, ushort, ushort, string)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name.vb: New(UShort, UShort, UShort, String)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort, String)
+ nameWithType: Version.Version(ushort, ushort, ushort, string)
+ nameWithType.vb: Version.New(UShort, UShort, UShort, String)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor*
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New
+ nameWithType: Version.Version
+ nameWithType.vb: Version.New
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: CompareTo(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.CompareTo(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo*
+ name: CompareTo
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ nameWithType: Version.CompareTo
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: Equals(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Equals(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name: Equals(object)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_System_Object_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name.vb: Equals(Object)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(object)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(Object)
+ nameWithType: Version.Equals(object)
+ nameWithType.vb: Version.Equals(Object)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals*
+ name: Equals
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ nameWithType: Version.Equals
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ nameWithType: Version.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ name: ExtensionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ExtensionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ nameWithType: Version.ExtensionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ name: GetHashCode()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode()
+ nameWithType: Version.GetHashCode()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode*
+ name: GetHashCode
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ nameWithType: Version.GetHashCode
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault
+ commentId: P:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault*
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ nameWithType: Version.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ nameWithType: Version.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ nameWithType: Version.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ name: Prefix
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Prefix
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ nameWithType: Version.Prefix
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ name: Version.Serializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ nameWithType: Version.Serializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ nameWithType: Version.Serializable.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: FromVersion(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Serializable.FromVersion(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion*
+ name: FromVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ nameWithType: Version.Serializable.FromVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ nameWithType: Version.Serializable.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ nameWithType: Version.Serializable.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ nameWithType: Version.Serializable.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ name: ToVersion()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion()
+ nameWithType: Version.Serializable.ToVersion()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion*
+ name: ToVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ nameWithType: Version.Serializable.ToVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ name: ToSerializable()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable()
+ nameWithType: Version.ToSerializable()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable*
+ name: ToSerializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ nameWithType: Version.ToSerializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ name: ToString()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString()
+ nameWithType: Version.ToString()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString*
+ name: ToString
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ nameWithType: Version.ToString
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name: ToStringParam(bool, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_System_Boolean_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name.vb: ToStringParam(Boolean, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(bool, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(Boolean, Boolean)
+ nameWithType: Version.ToStringParam(bool, bool)
+ nameWithType.vb: Version.ToStringParam(Boolean, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam*
+ name: ToStringParam
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ nameWithType: Version.ToStringParam
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name: TryParse(string, out Version, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_System_String_ProgLibrary_PrecomputedCulling_Versioning_Version__System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name.vb: TryParse(String, Version, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(string, out ProgLibrary.PrecomputedCulling.Versioning.Version, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(String, ProgLibrary.PrecomputedCulling.Versioning.Version, Boolean)
+ nameWithType: Version.TryParse(string, out Version, bool)
+ nameWithType.vb: Version.TryParse(String, Version, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse*
+ name: TryParse
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ nameWithType: Version.TryParse
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ name: VersionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_VersionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ nameWithType: Version.VersionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ name: Zero
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Zero
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ nameWithType: Version.Zero
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator ==(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: =(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator ==(Version, Version)
+ nameWithType.vb: Version.=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality*
+ name: operator ==
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality
+ isSpec: "True"
+ name.vb: =
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=
+ nameWithType: Version.operator ==
+ nameWithType.vb: Version.=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >(Version, Version)
+ nameWithType.vb: Version.>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan*
+ name: operator >
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan
+ isSpec: "True"
+ name.vb: '>'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>
+ nameWithType: Version.operator >
+ nameWithType.vb: Version.>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>=(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >=(Version, Version)
+ nameWithType.vb: Version.>=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual*
+ name: operator >=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual
+ isSpec: "True"
+ name.vb: '>='
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=
+ nameWithType: Version.operator >=
+ nameWithType.vb: Version.>=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator !=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <>(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator !=(Version, Version)
+ nameWithType.vb: Version.<>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality*
+ name: operator !=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality
+ isSpec: "True"
+ name.vb: <>
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>
+ nameWithType: Version.operator !=
+ nameWithType.vb: Version.<>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <(Version, Version)
+ nameWithType.vb: Version.<(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan*
+ name: operator <
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan
+ isSpec: "True"
+ name.vb: <
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<
+ nameWithType: Version.operator <
+ nameWithType.vb: Version.<
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <=(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <=(Version, Version)
+ nameWithType.vb: Version.<=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual*
+ name: operator <=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual
+ isSpec: "True"
+ name.vb: <=
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=
+ nameWithType: Version.operator <=
+ nameWithType.vb: Version.<=
- uid: ProgLibrary.PrecomputedCulling_Editor
name: ProgLibrary.PrecomputedCulling_Editor
href: api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -4382,28 +4723,130 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling_Editor.Bake
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake
nameWithType: ProgLibrary.PrecomputedCulling_Editor.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ name: BasicEditorBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ nameWithType: BasicEditorBakeProgress
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar()
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ nameWithType: BasicEditorBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ name: EditorBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ nameWithType: EditorBakeHelper
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas()
+ nameWithType: EditorBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ nameWithType: EditorBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
name: PrecomputedBakeProcess
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
nameWithType: PrecomputedBakeProcess
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: Bake(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: Bake(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.Bake(List)
- nameWithType.vb: PrecomputedBakeProcess.Bake(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake*
- name: Bake
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- nameWithType: PrecomputedBakeProcess.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name: PrecomputedBakeProcess()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New()
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess()
+ nameWithType.vb: PrecomputedBakeProcess.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor*
+ name: PrecomputedBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess
+ nameWithType.vb: PrecomputedBakeProcess.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
name: BakeAll()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeAll
@@ -4417,106 +4860,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
nameWithType: PrecomputedBakeProcess.BakeAll
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- name: BakeSelected()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected()
- nameWithType: PrecomputedBakeProcess.BakeSelected()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected*
- name: BakeSelected
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- nameWithType: PrecomputedBakeProcess.BakeSelected
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- name: BakeSelectedCoroutine()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine()
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine*
- name: BakeSelectedCoroutine
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: ClearOcclusionData(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: ClearOcclusionData(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData(List)
- nameWithType.vb: PrecomputedBakeProcess.ClearOcclusionData(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData*
- name: ClearOcclusionData
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant*
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- name: GenerateSceneRendererIdComponents(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents*
- name: GenerateSceneRendererIdComponents
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- name: GetOcclusionSceneSettings(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings*
- name: GetOcclusionSceneSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer*
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
name: PrecomputedCullingPipeline
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
nameWithType: PrecomputedCullingPipeline
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name: PrecomputedCullingPipeline()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New()
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ nameWithType.vb: PrecomputedCullingPipeline.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor*
+ name: PrecomputedCullingPipeline
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ nameWithType.vb: PrecomputedCullingPipeline.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeAllMultipleScenes
name: BakeAllMultipleScenes()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeAllMultipleScenes
@@ -4543,13 +4911,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeCurrent
nameWithType: PrecomputedCullingPipeline.BakeCurrent
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name: BakeScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_List_PrecomputedSceneVariantData__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name.vb: BakeScenes(List(Of PrecomputedSceneVariantData))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
nameWithType: PrecomputedCullingPipeline.BakeScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes*
@@ -4559,13 +4927,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes
nameWithType: PrecomputedCullingPipeline.BakeScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name: OpenScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_List_SceneAsset__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name.vb: OpenScenes(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
nameWithType: PrecomputedCullingPipeline.OpenScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes*
@@ -4575,38 +4943,6 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes
nameWithType: PrecomputedCullingPipeline.OpenScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- name: PrecomputedSaveTexture
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html
- commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- nameWithType: PrecomputedSaveTexture
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- name: SaveRTToFile(RenderTexture, RenderTexture)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_UnityEngine_RenderTexture_UnityEngine_RenderTexture_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture, UnityEngine.RenderTexture)
- nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile*
- name: SaveRTToFile
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- nameWithType: PrecomputedSaveTexture.SaveRTToFile
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- name: UpdateSettings(Boolean, Int32)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean, System.Int32)
- nameWithType: PrecomputedSaveTexture.UpdateSettings(Boolean, Int32)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings*
- name: UpdateSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow
name: BaseManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -4652,11 +4988,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnFocus
nameWithType: BaseManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4665,6 +5001,644 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI
nameWithType: BaseManualEditorWindow.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config
+ name: ProgLibrary.PrecomputedCulling_Editor.Config
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.Config
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.Config
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ name: PCCConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ nameWithType: PCCConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ name: HasWelcomePopupBeenShown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_HasWelcomePopupBeenShown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ nameWithType: PCCConfig.HasWelcomePopupBeenShown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ name: SaveConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
+ nameWithType: PCCConfig.SaveConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
+ name: SaveConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ nameWithType: PCCConfig.SaveConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ name: PCCConfig.Versioning
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ nameWithType: PCCConfig.Versioning
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ name: LastKnownGitHubVersion
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersion
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersion
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ name: LastKnownGitHubVersionFreshTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionFreshTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ name: LastKnownGitHubVersionSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ name: VersionUpdatePopupDisplayCooldown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupDisplayCooldown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ name: VersionUpdatePopupLastDisplayTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupLastDisplayTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ name: VersionUpdatePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ name: VersionUpdatePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ name: VersioningData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_VersioningData
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ nameWithType: PCCConfig.VersioningData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ name: WelcomePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ nameWithType: PCCConfig.WelcomePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ name: WelcomePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ name: CreatePrecomputedPackage
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ nameWithType: CreatePrecomputedPackage
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ name: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ name: PCCMonoBehaviourEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ nameWithType: PCCMonoBehaviourEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ name: DrawLinkButtons()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
+ name: DrawLinkButtons
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ name: PrecomputedAreaEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ nameWithType: PrecomputedAreaEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ name: OnSceneGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
+ name: OnSceneGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ name: PrecomputedCameraEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ nameWithType: PrecomputedCameraEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ name: PrecomputedSceneSettingsEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ nameWithType: PrecomputedSceneSettingsEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ name: PrecomputedSceneSetup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ nameWithType: PrecomputedSceneSetup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ name: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ name: EditorWindowExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ nameWithType: EditorWindowExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ name: EnsureMinSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
+ name: EnsureMinSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ nameWithType: EditorWindowExtensions.EnsureMinSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ name: SetSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
+ name: SetSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ nameWithType: EditorWindowExtensions.SetSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ name: PCCEditorWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ nameWithType: PCCEditorWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ name: CreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
+ nameWithType: PCCEditorWindow.CreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
+ name: CreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ nameWithType: PCCEditorWindow.CreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ name: EnsureExactSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
+ name: EnsureExactSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ nameWithType: PCCEditorWindow.EnsureExactSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ name: EnsureMinimumSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
+ name: EnsureMinimumSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ nameWithType: PCCEditorWindow.EnsureMinimumSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ name: MenuItemLocation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ nameWithType: PCCEditorWindow.MenuItemLocation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
+ nameWithType: PCCEditorWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ nameWithType: PCCEditorWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
+ nameWithType: PCCEditorWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ nameWithType: PCCEditorWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ name: ValidateCreateGUIBasics()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
+ name: ValidateCreateGUIBasics
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ name: PCCSettingsVersionSection
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ nameWithType: PCCSettingsVersionSection
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ nameWithType: PCCSettingsVersionSection.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ nameWithType: PCCSettingsVersionSection.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name: SetValidateButtonInteraction(bool, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_System_Boolean_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name.vb: SetValidateButtonInteraction(Boolean, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ nameWithType.vb: PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction*
+ name: SetValidateButtonInteraction
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ name: UpdateAvailableFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig*
+ name: UpdateAvailableFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ name: UpdateCurrentFromFile()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile()
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile*
+ name: UpdateCurrentFromFile
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ name: UpdateLastCheckFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig*
+ name: UpdateLastCheckFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ name: PCCSettingsWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ nameWithType: PCCSettingsWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
+ nameWithType: PCCSettingsWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ nameWithType: PCCSettingsWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ name: PCCSettingsWindow.SettingCategory
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ nameWithType: PCCSettingsWindow.SettingCategory
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ name: Baking
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ nameWithType: PCCSettingsWindow.SettingCategory.Baking
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ name: DefaultProvider
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ name: DefaultValues
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ name: Info
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ nameWithType: PCCSettingsWindow.SettingCategory.Info
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ name: None
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ nameWithType: PCCSettingsWindow.SettingCategory.None
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ name: Validation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ nameWithType: PCCSettingsWindow.SettingCategory.Validation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
+ nameWithType: PCCSettingsWindow.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ nameWithType: PCCSettingsWindow.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ name: PCCWelcomePopup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ nameWithType: PCCWelcomePopup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ nameWithType: PCCWelcomePopup.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ nameWithType: PCCWelcomePopup.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
+ nameWithType: PCCWelcomePopup.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ nameWithType: PCCWelcomePopup.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
+ nameWithType: PCCWelcomePopup.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ nameWithType: PCCWelcomePopup.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ name: UIToolkitExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ nameWithType: UIToolkitExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name: SetDisplay(VisualElement, bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_VisualElement_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name.vb: SetDisplay(VisualElement, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+ nameWithType: UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ nameWithType.vb: UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay*
+ name: SetDisplay
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ nameWithType: UIToolkitExtensions.SetDisplay
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow
name: IManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -4710,11 +5684,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnFocus
nameWithType: IManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: IManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4784,13 +5758,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.Default
nameWithType: LegendColorInfo.Default
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name: DrawGUI(List, Rect, float)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__UnityEngine_Rect_System_Single_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__Rect_System_Single_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name.vb: DrawGUI(List(Of LegendColorInfo), Rect, Single)
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List, UnityEngine.Rect, float)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), UnityEngine.Rect, Single)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List, Rect, float)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), Rect, Single)
nameWithType: LegendColorInfo.DrawGUI(List, Rect, float)
nameWithType.vb: LegendColorInfo.DrawGUI(List(Of LegendColorInfo), Rect, Single)
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI*
@@ -4800,13 +5774,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI
nameWithType: LegendColorInfo.DrawGUI
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name: GetGUIHeight(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name.vb: GetGUIHeight(List(Of LegendColorInfo))
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
nameWithType: LegendColorInfo.GetGUIHeight(List)
nameWithType.vb: LegendColorInfo.GetGUIHeight(List(Of LegendColorInfo))
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight*
@@ -4840,13 +5814,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
fullName: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
nameWithType: ReflectedOverlayWindow
-- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(UnityEngine.GUIContent,System.Action{UnityEngine.Object,UnityEditor.SceneView},System.Int32,System.Object)
+- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(GUIContent,Action{Object,SceneView},System.Int32,System.Object)
name: ReflectedOverlayWindow(GUIContent, Action
Class to export Precomputed unitypackage
+Base runtime baker controller.
+This parent class is needed for the editor components setup method
Inheritance
- -Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling.Bake
+Assembly: cs.temp.dll.dll
+Syntax
+public abstract class BaseRuntimeBakeController : MonoBehaviour
Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
-Assembly: PrecomputedCulling_Editor.dll
-Syntax
+Methods +
+ +BakeAll()
+Base runtime baker controller.
+This parent class is needed for the editor components setup method
Declaration
public static class CreatePrecomputedPackage
+ public abstract void BakeAll()
Class PrecomputedPlayStateNotifier
+ Class DemoRuntimeBakeController
-
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+
Inheritance
-
- PrecomputedPlayStateNotifier
+ object
+
+ DemoRuntimeBakeController
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling.Bake
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class DemoRuntimeBakeController : BaseRuntimeBakeController
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Methods
+
+
+ BakeAll()
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+
+
+ Declaration
- [InitializeOnLoad]
-public static class PrecomputedPlayStateNotifier
+ public override void BakeAll()
+ Overrides
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
new file mode 100644
index 0000000..2cc9469
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+ Class DemoRuntimeBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
new file mode 100644
index 0000000..a76d460
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+ Interface IBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
similarity index 84%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
rename to api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
index 56a66ca..3963581 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ Namespace ProgLibrary.PrecomputedCulling.Bake.ProgressBar
| Prographers Precomputed Culling
-
@@ -74,17 +74,23 @@
Example runtime baker controller. +Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+Inheritance
- -Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling.Bake
+Assembly: cs.temp.dll.dll
+Syntax
+public class DemoRuntimeBakeController : BaseRuntimeBakeController
Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
-Assembly: PrecomputedCulling_Editor.dll
-Syntax
+Methods +
+ +BakeAll()
+Example runtime baker controller. +Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
+Declaration
[InitializeOnLoad]
-public static class PrecomputedPlayStateNotifier
+ public override void BakeAll()
Overrides
+Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ Namespace ProgLibrary.PrecomputedCulling.Bake.ProgressBar
Classes
- PrecomputedDataSettings
- Main precomputed settings
+ DemoRuntimeBakeProgress
+ Demo runtime bake progress.
+
+ Interfaces
+
+ IBakeProgress
+ Interface for the bake progress indicator.
+We use this class to show the progress of the bake.
Main precomputed settings
+DemoRuntimeBakeProgress
+Demo runtime bake progress.
+Interfaces +
+IBakeProgress
+Interface for the bake progress indicator. +We use this class to show the progress of the bake.
Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
+ Namespace ProgLibrary.PrecomputedCulling.Bake
Classes
- PrecomputedSceneAreaData
- Variance data to be correlated with the scene
+ BaseRuntimeBakeController
+ Base runtime baker controller.
+This parent class is needed for the editor components setup method .
+It's not strictly necessary to inherit from this class, but it's recommended.
- PrecomputedSceneVariantData
- Variant information needed for baking and loading data
+ DemoRuntimeBakeController
+ Example runtime baker controller.
+Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
- Structs
-
- AreaDataIndex
- Related OcclusionArea with bake data index
+ RuntimeBakeProcess
+ Runtime bake process class.
+It's used to bake and save occlusion data in runtime.
Variance data to be correlated with the scene
+BaseRuntimeBakeController
+Base runtime baker controller.
+This parent class is needed for the editor components setup method
PrecomputedSceneVariantData
-Variant information needed for baking and loading data
+DemoRuntimeBakeController
+Example runtime baker controller. +Note that this controller is only for demonstration purposes. It's likely that you will need to implement your own.
Structs -
-AreaDataIndex
-Related OcclusionArea with bake data index
+RuntimeBakeProcess
+Runtime bake process class. +It's used to bake and save occlusion data in runtime.
Class PrecomputedSpriteBakeController
+ Class PrecomputedSpriteBakeController
Converts SpriteRenderer to mesh to be visible during bake
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.BakeControllers
+ Assembly: cs.temp.dll.dll
+ Syntax
public class PrecomputedSpriteBakeController
Methods
-
- CreateMeshes()
+
+ CreateMeshes()
Convert All SpriteRenderers to meshes
Create temporary objects with meshes
@@ -129,8 +105,8 @@ Declaration
public void CreateMeshes()
-
- DestroyMeshes()
+
+ DestroyMeshes()
Destroy all temporary objects with mesh
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
rename to api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
index 8d9afef..afd8418 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
+++ b/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
@@ -74,53 +74,29 @@
Converts SpriteRenderer to mesh to be visible during bake
Inherited Members
- - - -public class PrecomputedSpriteBakeController
Convert All SpriteRenderers to meshes Create temporary objects with meshes
public void CreateMeshes()
Destroy all temporary objects with mesh
Class PrecomputedTerrainBakeController
+ Class PrecomputedTerrainBakeController
Converts Unity Terrains temporary to mesh to be visible during bake
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.BakeControllers
+ Assembly: cs.temp.dll.dll
+ Syntax
public class PrecomputedTerrainBakeController
Methods
-
- CreateMeshes()
+
+ CreateMeshes()
Convert All Terrain to meshes
Create temporary objects with meshes
@@ -129,8 +105,8 @@ Declaration
public void CreateMeshes()
-
- DestroyMeshes()
+
+ DestroyMeshes()
Destroy all temporary objects with mesh
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeControllers.html b/api/ProgLibrary.PrecomputedCulling.BakeControllers.html
new file mode 100644
index 0000000..a2f63c1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeControllers.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.BakeControllers
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
new file mode 100644
index 0000000..4287aa7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+ Class BaseBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
new file mode 100644
index 0000000..ee61c91
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+
+
+ Class CommonBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
new file mode 100644
index 0000000..ab05603
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+
+ Class RuntimeBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.BakeHelper.html b/api/ProgLibrary.PrecomputedCulling.BakeHelper.html
new file mode 100644
index 0000000..61c7d9c
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.BakeHelper.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.BakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html b/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
similarity index 66%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
index a48f7cf..72698bb 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
@@ -74,46 +74,24 @@
Converts Unity Terrains temporary to mesh to be visible during bake
Inherited Members
- - - -public class PrecomputedTerrainBakeController
Convert All Terrain to meshes Create temporary objects with meshes
public void CreateMeshes()
Destroy all temporary objects with mesh
Struct AreaDataIndex
+ Struct AreaDataIndex
Related OcclusionArea with bake data index
-
- Inherited Members
-
- ValueType.Equals(object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public struct AreaDataIndex
+ public struct AreaDataIndex
Constructors
-
- AreaDataIndex(PrecomputedArea, int)
+
+ AreaDataIndex(PrecomputedArea, int)
Default constructor
@@ -132,12 +110,12 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- int
+ int
dataIndex
@@ -145,7 +123,7 @@ Parameters
Fields
- DataIndex
+ DataIndex
Index to Index
@@ -163,13 +141,13 @@ Field Value
- int
+ int
- PrecomputedArea
- Reference to PrecomputedArea
+ PrecomputedArea
+ Reference to PrecomputedArea
Declaration
@@ -186,7 +164,7 @@ Field Value
- PrecomputedArea
+ PrecomputedArea
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html b/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
index c44697f..cdca718 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
@@ -84,44 +84,14 @@
-
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class BoundingBox : IEnumerable<Vector3>, IEnumerable
+ public class BoundingBox : IEnumerable<Vector3>
Constructors
@@ -161,7 +131,7 @@ Parameters
- BoundingBox(Vector3, Vector3, Quaternion)
+ BoundingBox(Vector3, Vector3, Quaternion)
Default constructor
@@ -197,7 +167,7 @@ Parameters
- BoundingBox(Vector3, Vector3, Vector3)
+ BoundingBox(Vector3, Vector3, Vector3)
Default constructor
@@ -263,8 +233,7 @@
Related OcclusionArea with bake data index
Inherited Members
-[Serializable]
-public struct AreaDataIndex
+ public struct AreaDataIndex
Default constructor
Index to Index
Reference to PrecomputedArea
+PrecomputedArea
+Reference to PrecomputedArea
Declaration
@@ -186,7 +164,7 @@Field Value
Inherited Members
- - - -[Serializable]
-public class BoundingBox : IEnumerable<Vector3>, IEnumerable
+ public class BoundingBox : IEnumerable<Vector3>
Default constructor
Default constructor
Declaration
[HideInInspector]
-public Quaternion Rotation
+ public Quaternion Rotation
Field Value
int | +int | index | |
bool | +bool | axisAligned | Is resulting value axis aligned aka without applied rotation |
@@ -377,21 +346,6 @@
Exceptions
-Type | -Condition | -
---|---|
ArgumentOutOfRangeException | -- |
TopLeft
Top Left position - non axis aligned
@@ -469,7 +423,7 @@Parameters
-ClosestPointOnBox(in Vector3)
+ClosestPointOnBox(in Vector3)
Returns closest point on box to the provided point
Returns
-Contains(in Vector3)
+Contains(in Vector3)
Is point contained within box
Returns
Expand(Vector3)
+Expand(Vector3)
Expands current box to contain point
Parameters
-FromBounds(Bounds, Quaternion)
+FromBounds(Bounds, Quaternion)
Creates new bounding box form bounds and quaternion rotation
Returns
-FromMeshFilter(MeshFilter)
+FromMeshFilter(MeshFilter)
Creates new bounding box from mesh bounding box current transform
Returns
Merge(in List<BoundingBox>)
+Merge(in List<BoundingBox>)
Merge multiple boxes into single box
Parameters
Returns
-Implements
-Extension Methods
-Inheritance
- -Implements
-Inherited Members
-Namespace: ProgLibrary.PrecomputedCulling.DataModels
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedChunkData : ScriptableObject, ISerializationCallbackReceiver
+ public class PrecomputedChunkData : ScriptableObject
Fields
@@ -308,7 +136,7 @@Field Value
Field Value
Field Value
Field Value
Field Value
Field Value
Methods
+ +AddAtIndex(int, in PrecomputedVisibilityIndices)
+Add new
+Declaration
+public void AddAtIndex(int index, in PrecomputedVisibilityIndices visibilityIndices)
+ Parameters
+Type | +Name | +Description | +
---|---|---|
int | +index | ++ |
PrecomputedVisibilityIndices | +visibilityIndices | ++ |
GetChunkIndex(in Vector3, out int, out int, out int)
+GetChunkIndex(in Vector3, out int, out int, out int)
Get chunk index and array coordinates from camera position
Parameters
X chunk id
Y chunk id
Z chunk id
Returns
Return index of the box or -1 if point is not without it's bounds
Remarks
+Remarks
Assume that positive X and positive Y are [0,0] - and thus indexes are towards negative eg: [0, -1] is index 1, [-1, 0] is index 64
Parameters
Returns
GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
+GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
Get all visible renderers from current camera position
Parameters
The Precomputed Area that evokes it
Returns
Implements
-Initialize(in PrecomputedArea, Scene)
+Initialize chunk bake data
+Declaration
+public void Initialize(in PrecomputedArea precomputedArea, Scene targetScene)
Parameters
+Type | +Name | +Description | +
---|---|---|
PrecomputedArea | +precomputedArea | ++ |
Scene | +targetScene | ++ |
Inherited Members
-Namespace: ProgLibrary.PrecomputedCulling.DataModels
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedData : ScriptableObject
+ public class PrecomputedData : ScriptableObject
Fields
@@ -281,7 +113,7 @@Field Value
Declaration
[HideInInspector]
-public int Index
+ public int Index
Field Value
int | +int |
string | +string | |
int | +int |
Methods
+ +GetSizeInMemory()
+Get size in memory (bytes)
+Declaration
+public int GetSizeInMemory()
+ Returns
+Type | +Description | +
---|---|
int | ++ |
GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
+GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
Get all renderers visible from given position
Parameters
Inheritance
-
- Object
- ScriptableObject
- PrecomputedDataVariant
+ object
+ PrecomputedDataVariant
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedDataVariant : ScriptableObject
+ public class PrecomputedDataVariant : ScriptableObject
Fields
@@ -282,7 +114,7 @@ Field Value
- int
+ int
@@ -305,7 +137,7 @@ Field Value
- List<PrecomputedData>
+ List<PrecomputedData>
@@ -328,7 +160,7 @@ Field Value
- List<string>
+ List<string>
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
index 04f0a97..542eac0 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html
@@ -84,182 +84,14 @@
Inheritance
-
- Object
- ScriptableObject
- PrecomputedGroupData
+ object
+ PrecomputedGroupData
-
- Inherited Members
-
- ScriptableObject.SetDirty()
-
-
- ScriptableObject.CreateInstance(string)
-
-
- ScriptableObject.CreateInstance(Type)
-
-
- ScriptableObject.CreateInstance<T>()
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedGroupData : ScriptableObject
+ public class PrecomputedGroupData : ScriptableObject
Fields
@@ -281,7 +113,7 @@ Field Value
- int[][]
+ int[][]
@@ -308,7 +140,7 @@ Parameters
- int
+ int
groupIndex
@@ -324,7 +156,7 @@ Returns
- int[]
+ int[]
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
rename to api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
index f1850b3..4e4efcd 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
@@ -74,53 +74,28 @@
-
+
- Class PrecomputedSceneAreaData
+ Class PrecomputedSceneAreaData
Variance data to be correlated with the scene
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PrecomputedSceneAreaData
+ public class PrecomputedSceneAreaData
Fields
- AreasIndex
+ AreasIndex
List of area bindings to data
@@ -138,13 +113,13 @@ Field Value
- List<AreaDataIndex>
+ List<AreaDataIndex>
Inheritance
- -Inherited Members
-[Serializable]
-public class PrecomputedDataVariant : ScriptableObject
+ public class PrecomputedDataVariant : ScriptableObject
Inheritance
- -Inherited Members
-Namespace: ProgLibrary.PrecomputedCulling.DataModels
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedGroupData : ScriptableObject
+ public class PrecomputedGroupData : ScriptableObject
Fields
@@ -281,7 +113,7 @@Field Value
Parameters
Returns
Class PrecomputedSceneAreaData
+ Class PrecomputedSceneAreaData
Variance data to be correlated with the scene
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PrecomputedSceneAreaData
+ public class PrecomputedSceneAreaData
Fields
- AreasIndex
+ AreasIndex
List of area bindings to data
@@ -138,13 +113,13 @@ Field Value
- List<AreaDataIndex>
+ List<AreaDataIndex>
Variance data to be correlated with the scene
Inherited Members
- - - -[Serializable]
-public class PrecomputedSceneAreaData
+ public class PrecomputedSceneAreaData
List of area bindings to data
VariantId
-Variant index IndexVariant
+VariantId
+Variant index IndexVariant
Declaration
@@ -161,7 +136,7 @@Field Value
Class PrecomputedSceneVariantData
+ Class PrecomputedSceneVariantData
Variant information needed for baking and loading data
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.DataModels
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PrecomputedSceneVariantData
+ public class PrecomputedSceneVariantData
Constructors
-
- PrecomputedSceneVariantData()
+
+ PrecomputedSceneVariantData()
Default constructor
@@ -131,14 +106,13 @@ Declaration
Variant information needed for baking and loading data
Inherited Members
- - - -[Serializable]
-public class PrecomputedSceneVariantData
+ public class PrecomputedSceneVariantData
Default constructor
Fields
-BakeTime
+BakeTime
Bake Time in milliseconds
Declaration
[HideInInspector]
-public long BakeTime
+ public long BakeTime
Field Value
long | +long |
IndexVariant
+IndexVariant
Id to bind to data
Declaration
[HideInInspector]
-public int IndexVariant
+ public int IndexVariant
Field Value
int | +int |
Name
+Name
Variant name
Field Value
Priority
+Priority
Priority of use
Field Value
ScenesInVariant
+ScenesInVariant
Scenes included in variant, automatically generated during bake
Declaration
[HideInInspector]
-public List<string> ScenesInVariant
+ public List<string> ScenesInVariant
Field Value
List<string> | +List<string> |
SizeInMemory
+SizeInMemory
Data size in memory in kb
Declaration
[HideInInspector]
-public float SizeInMemory
+ public float SizeInMemory
Field Value
float | +float | ||
PrecomputedChunkElementData[] | +PrecomputedChunkElementData[] | renderers | Indexes of the renderers |
PrecomputedChunkElementData[] | +PrecomputedChunkElementData[] | groupRenderers | Group indexes of the renderers |
PrecomputedSettingsArea | +PrecomputedSettingsArea | settingsArea | Settings |
bool | +bool | isValid | Are indices empty and thus invalid |
@@ -183,7 +161,7 @@
PrecomputedChunkElementData[] | +PrecomputedChunkElementData[] | ||
bool | +bool | ||
PrecomputedChunkElementData[] | +PrecomputedChunkElementData[] | ||
PrecomputedSettingsArea | +PrecomputedSettingsArea | ||
int | +int | ||
bool | +bool | ||
int | +int | rendererId | |
int | +int | ||
bool | +bool | True if are the same |
|
object | +object | obj | |
bool | +bool |
Overrides
- +FinalizeBaking()
Finalize baking process for given renderer
@@ -336,13 +316,13 @@Returns
Overrides
- +Hide()
Hides corresponding renderer
@@ -371,7 +351,7 @@Returns
Returns
Returns
Inheritance
- +Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public abstract class PrecomputedRendererContainer<T> : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer where T : Renderer
+ public abstract class PrecomputedRendererContainer<T> : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer where T : UnityEngine.Renderer
Type Parameters
int | +int | index | |
bool | +bool | ||
int | +int | id | |
int | +int | pixelsVisibility | |
int | +int | ||
int | +int | ||
bool | +bool | ||
object | +object | obj | |
bool | +bool |
Overrides
-GetHashCode()
Data of single Renderer
@@ -290,7 +274,7 @@Returns
Returns
Returns
Inheritance
- - -Implements
- -Inherited Members
- - - - - -Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedLODGroupContainer : PrecomputedRendererBaseContainer, IPrecomputedRendererContainer
+ public class PrecomputedLODGroupContainer : PrecomputedRendererBaseContainer
Constructors
-PrecomputedLODGroupContainer(int, LODGroup)
+PrecomputedLODGroupContainer(int, LODGroup)
Default constructor
Parameters
Unique index on the scene
Properties
GameObject
-Renderer parent gameobject
+LOD Group renderer for occlusion culling
Declaration
@@ -215,24 +179,20 @@Property Value
Overrides
-Methods
FinalizeBaking()
-Finalize baking process for given renderer
+LOD Group renderer for occlusion culling
Declaration
public override void FinalizeBaking()
Overrides
-GetBoundingBox()
-Gets bounding box of a renderer
+LOD Group renderer for occlusion culling
Declaration
@@ -254,8 +214,6 @@Returns
-Overrides
-GetPrimaryRenderers()
Get primary LOD renderers
@@ -275,25 +233,23 @@Returns
Hide()
-Hides corresponding renderer
+LOD Group renderer for occlusion culling
Declaration
public override void Hide()
Overrides
-IsValid()
-Is renderer still valid
+LOD Group renderer for occlusion culling
Declaration
@@ -310,39 +266,29 @@Returns
Overrides
-Show()
-Shows corresponding renderer
+LOD Group renderer for occlusion culling
Declaration
public override void Show()
Overrides
-ShowForBaking()
-Shows corresponding renderer for baking process
+LOD Group renderer for occlusion culling
Declaration
public override void ShowForBaking()
Overrides
- -Implements
-Inheritance
- - -Implements
- -Inherited Members
- - - - - - - - - - - -Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedMeshRendererContainer : PrecomputedRendererContainer<MeshRenderer>, IPrecomputedRendererContainer
+ public class PrecomputedMeshRendererContainer : PrecomputedRendererContainer<MeshRenderer>
Constructors
-PrecomputedMeshRendererContainer(in int, MeshRenderer)
+PrecomputedMeshRendererContainer(in int, MeshRenderer)
Default constructor
Parameters
Methods
GetBoundingBox()
-Gets bounding box of a renderer
+Mesh renderer container for occlusion culling
Declaration
@@ -233,11 +178,9 @@Returns
Overrides
-IsValid()
-Is renderer still valid
+Mesh renderer container for occlusion culling
Declaration
@@ -254,17 +197,11 @@Returns
Overrides
- -Implements
-Implements
- -Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedRendererBakeContainer : IPrecomputedRendererContainer
+ public class PrecomputedRendererBakeContainer : IPrecomputedRendererContainer
Constructors
-PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
+PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
Default constructor
Parameters
PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
Default constructor
Parameters
Field Value
Property Value
Property Value
Property Value
Returns
Exceptions
-Type | -Condition | -|
---|---|---|
System.ArgumentOutOfRangeException | +IEnumerable<(MeshRenderer Renderer, MeshFilter Filter)> | |
Boolean | +bool |
IsValidOccluder(Boolean)
+IsValidOccluder(bool)
Test if given renderer is a valid occluder or occludee
Parameters
Returns
Remarks
This value is cached per renderer
Exceptions
+ +PrecomputedRenderers()
+Create/return a list of cache precomputed renderers
+Declaration
+public List<PrecomputedRenderer> PrecomputedRenderers()
+ Returns
Type | -Condition | +Description |
---|---|---|
System.ArgumentOutOfRangeException | +List<PrecomputedRenderer> |
Fields
-Renderers
-Renderers
+_hiddenGroupRenderers
+Hidden group renderers
Declaration
[HideInInspector]
-public Dictionary<int, IPrecomputedRendererContainer> Renderers
+ protected HashSet<int> _hiddenGroupRenderers
Field Value
Dictionary<int, IPrecomputedRendererContainer> | +HashSet<int> |
Scene
-Scene name
+_hiddenRenderers
+Hidden renderers
Declaration
public Scene Scene
+ protected HashSet<int> _hiddenRenderers
Field Value
Scene | +HashSet<int> |
_hiddenGroupRenderers
-Hidden group renderers
+_isInitialized
+Is scene data initialized
Declaration
protected HashSet<int> _hiddenGroupRenderers
+ protected bool _isInitialized
Field Value
HashSet<int> | +bool |
_hiddenRenderers
-Hidden renderers
+_visibleGroupRenderers
+Visible group renderers
Declaration
protected HashSet<int> _hiddenRenderers
+ protected HashSet<int> _visibleGroupRenderers
Field Value
HashSet<int> | +HashSet<int> |
_isInitialized
-Is scene data initialized
+_visibleRenderers
+Visible renderers
Declaration
protected bool _isInitialized
+ protected HashSet<int> _visibleRenderers
Field Value
bool | +HashSet<int> |
_visibleGroupRenderers
-Visible group renderers
+Renderers
+Renderers
Declaration
protected HashSet<int> _visibleGroupRenderers
+ public Dictionary<int, IPrecomputedRendererContainer> Renderers
Field Value
HashSet<int> | +Dictionary<int, IPrecomputedRendererContainer> |
_visibleRenderers
-Visible renderers
+Scene
+Scene name
Declaration
protected HashSet<int> _visibleRenderers
+ public Scene Scene
Field Value
HashSet<int> | +Scene | ||
ReadOnlyCollection<int> | +ReadOnlyCollection<int> | ||
ReadOnlyCollection<int> | +ReadOnlyCollection<int> | ||
int | +int | ||
ReadOnlyCollection<int> | +ReadOnlyCollection<int> | ||
ReadOnlyCollection<int> | +ReadOnlyCollection<int> | ||
Dictionary<int, IPrecomputedRendererContainer> | +Dictionary<int, IPrecomputedRendererContainer> | ||
int | +int | occluders | |
int | +int | cells | |
int | +int | bakeSpots |
Fields
-BakeSpots
-All bake spots in every PrecomputedArea on scene
+BakeSpots
+All bake spots in every
Declaration
@@ -168,13 +146,13 @@Field Value
Cells
-All cells in every PrecomputedArea on scene
+Cells
+All cells in every
Declaration
@@ -191,12 +169,12 @@Field Value
Occluders
+Occluders
All possible occluders on scene
Field Value
Inherited Members
PrecomputedSceneData.UpdateVisibility(in PrecomputedVisibilityIndices)Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedSceneRuntimeData : PrecomputedSceneData
@@ -163,7 +142,7 @@ Constructors
- PrecomputedSceneRuntimeData(Scene)
+ PrecomputedSceneRuntimeData(Scene)
Default constructor
@@ -209,7 +188,7 @@ Property Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
index fc6bc04..0dad1a7 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html
@@ -82,8 +82,8 @@
Default constructor
Occlusion validation enum
Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.DataModels.SceneData
+Assembly: cs.temp.dll.dll
Syntax
public enum ValidOccluderEnum
diff --git a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
index c9a3ca8..b9fc6e2 100644
--- a/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html
@@ -88,6 +88,9 @@ PrecomputedMeshRendererContainer
Mesh renderer container for occlusion culling
+PrecomputedRendererBakeContainer
+Additional container for scene object for baking process
PrecomputedSceneData
Scene specific data
@@ -99,6 +102,17 @@Structs
PrecomputedChunkElementData
Data of single Renderer
+PrecomputedRenderer
+Struct to cache renderers
+PrecomputedSceneInfo
+Stores important information about the scene for access them in the variant settings
+Enums +
+ValidOccluderEnum
+Occlusion validation enum
PrecomputedGroupData
Renderers in this given occlusion group
+PrecomputedSceneAreaData
+Variance data to be correlated with the scene
+PrecomputedSceneVariantData
+Variant information needed for baking and loading data
Structs
+AreaDataIndex
+Related OcclusionArea with bake data index
+PrecomputedVisibilityIndices
-Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
+Struct to pass index result from GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
Class PrecomputedSaveTexture
+ Class PrecomputedSaveTexture
Development class for saving texture.
Used to check processed baking textures.
@@ -85,43 +85,19 @@
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class PrecomputedSaveTexture
Methods
-
- SaveRTToFile(RenderTexture, RenderTexture)
+
+ SaveRTToFile(RenderTexture, RenderTexture)
Save 2 render textures to file
@@ -151,8 +127,8 @@ Parameters
Development class for saving texture. Used to check processed baking textures.
@@ -85,43 +85,19 @@Inherited Members
- - - -public static class PrecomputedSaveTexture
Save 2 render textures to file
UpdateSettings(Boolean, Int32)
+ +UpdateSettings(bool, int)
Updated Settings
Parameters
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
+ Assembly: cs.temp.dll.dll
Syntax
public class ColorIndexingCameraRenderer
@@ -120,13 +96,22 @@ Methods
- Render(ScriptableRenderContext, Camera)
- Render entry point
+ Render()
+ Draw all visible geometry
+
+
+ Declaration
+
+ public void Render()
+
+
+ Setup(ScriptableRenderContext, Camera)
+ Setup rendering process
Declaration
- public void Render(ScriptableRenderContext context, Camera camera)
+ public void Setup(ScriptableRenderContext context, Camera camera)
Parameters
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
deleted file mode 100644
index 3d65424..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipeline
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
deleted file mode 100644
index cfa8eef..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipelineAsset
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
index 6f0a371..ab87628 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -85,12 +85,6 @@ Classes
ColorIndexingCameraRenderer
Management of the rendered image. Drawing objects and distinguishing them.
-
- ColorIndexingRenderPipeline
- Scriptable renderer pipeline for color coding the objects in the scene
-
- ColorIndexingRenderPipelineAsset
- Custom rendering pipeline asset to color code objects with appropriate index
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
new file mode 100644
index 0000000..63528f1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
index 0963006..548b419 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ Assembly: cs.temp.dll.dll
Syntax
public static class CameraMatrixUtils
@@ -119,13 +95,13 @@ Methods
- BoxToViewportAndDepth(Camera, BoundingBox)
+ BoxToViewportAndDepth(Camera, BoundingBox)
Using bounding box of the object, calculates Viewport values (Rect) in [0,1] as well as distance from camera (depth) of the furthest points in the box
Declaration
- public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this Camera camera, BoundingBox box)
+ public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this UnityEngine.Camera camera, BoundingBox box)
Parameters
@@ -144,7 +120,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
Box to calculate against
@@ -161,7 +137,7 @@ Returns
- (Rect Viewport, float Depth)
+ (Rect Viewport, float Depth)
@@ -173,7 +149,7 @@
Declaration
- public static Matrix4x4 PerspectiveOffCenter(this Camera camera, in float left, in float right, in float bottom, in float top)
+ public static Matrix4x4 PerspectiveOffCenter(this UnityEngine.Camera camera, in float left, in float right, in float bottom, in float top)
Parameters
@@ -192,25 +168,25 @@ Parameters
- float
+ float
left
Left value of the view frustum
- float
+ float
right
Right value of view frustum
- float
+ float
bottom
Bottom value of the view frustum
- float
+ float
top
Top value of the view frustum
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
deleted file mode 100644
index 1732af9..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
+++ /dev/null
@@ -1,694 +0,0 @@
-
-
-
-
-
-
-
-
- Class TargetedFrustumCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
new file mode 100644
index 0000000..99eed27
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+ Class FrustumCulling
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
index 3aa89d7..18c0cf7 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
@@ -82,8 +82,8 @@ Interface to test visibility from bake spot
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester<TSettings> : IVisibilityTester where TSettings : PrecomputedBaseBakeSettings
@@ -132,7 +132,7 @@ Property Value
Methods
- TestVisibility(TSettings, Vector3, int, PrecomputedArea)
+ TestVisibility(TSettings, Vector3, int, PrecomputedArea)
Performs visibility test over all cameras locations
@@ -162,7 +162,7 @@ Parameters
- int
+ int
scriptableRendererIndex
Renderer index for
@@ -184,7 +184,7 @@ Returns
- IEnumerable<PrecomputedVisibilityIndices>
+ IEnumerable<PrecomputedVisibilityIndices>
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
index 31a72f2..9c6043b 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -82,8 +82,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
deleted file mode 100644
index 595157c..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
-
-
- Class IdCubemapCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
new file mode 100644
index 0000000..5986ebc
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ Class PCCMonoBehaviour
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
index 1ad32b0..6259ba4 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -84,361 +84,14 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedArea
+ object
+ PrecomputedArea
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedArea : MonoBehaviour
+ public class PrecomputedArea : MonoBehaviour
Fields
@@ -460,7 +113,7 @@ Field Value
- bool
+ bool
@@ -483,7 +136,7 @@ Field Value
- bool
+ bool
@@ -506,7 +159,7 @@ Field Value
- bool
+ bool
@@ -517,8 +170,7 @@
Declaration
- [HideInInspector]
-public BoundingBox Box
+ public BoundingBox Box
Field Value
@@ -530,7 +182,7 @@ Field Value
- BoundingBox
+ BoundingBox
@@ -541,8 +193,7 @@
Declaration
- [SerializeField]
-public Vector3Int CellsDivisions
+ public Vector3Int CellsDivisions
Field Value
@@ -559,13 +210,13 @@ Field Value
- Priority
- Priority, which occlusion area is used when two are overlapping, higher priority will be used
+ precomputedData
+ Occlusion data that this occlusion area is using
Declaration
- public int Priority
+ public PrecomputedData precomputedData
Field Value
@@ -577,19 +228,18 @@ Field Value
- int
+ PrecomputedData
- precomputedData
- Occlusion data that this occlusion area is using
+ Priority
+ Priority, which occlusion area is used when two are overlapping, higher priority will be used
Declaration
- [SerializeField]
-public PrecomputedData precomputedData
+ public int Priority
Field Value
@@ -601,7 +251,7 @@ Field Value
- PrecomputedData
+ int
@@ -624,7 +274,7 @@ Field Value
- PrecomputedSettingsArea
+ PrecomputedSettingsArea
@@ -651,7 +301,7 @@ Parameters
- int
+ int
index
Index of the chunk
@@ -679,7 +329,7 @@
- GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
+ GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
Get all renderers visible from given position
@@ -703,12 +353,12 @@ Parameters
- PrecomputedSceneData
+ PrecomputedSceneData
targetScene
- List<PrecomputedVisibilityIndices>
+ List<PrecomputedVisibilityIndices>
indices
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
index f0cbe15..395bedc 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
@@ -84,358 +84,12 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
-
- PrecomputedCullingRendererId
+ object
+
+ PrecomputedCullingRendererId
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingRendererId : PCCMonoBehaviour
@@ -460,7 +114,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
rename to api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
index d597fe8..f328f8e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
@@ -74,16 +74,16 @@
-
+
- Enum PrecomputedLoadMethod
+ Enum PrecomputedLoadMethod
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PrecomputedLoadMethod
@@ -98,11 +98,11 @@ Fields
- Manual
+ Manual
- OnChangeScene
+ OnChangeScene
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
new file mode 100644
index 0000000..c71341d
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedManager
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
new file mode 100644
index 0000000..f5275d7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
index 6d27fdd..38b58e3 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
@@ -83,11 +83,22 @@
Classes
+ FrustumCulling
+
+ PCCMonoBehaviour
+
PrecomputedArea
Area to precomputed. Area settings to bake and runtime culling.
PrecomputedCullingRendererId
Automatically added to occluded object to index them
+
+ PrecomputedManager
+ Prepares Precomputed Culling
+
+ PrecomputedSceneSettings
+ Occlusion Settings for scene
+Required to automatically load the correct variants
Interfaces
@@ -97,6 +108,10 @@ IVisibilityTester<TSettings>
Interface to test visibility from bake spot
+ Enums
+
+ PrecomputedLoadMethod
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
index 0e62560..6fae64c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -84,357 +84,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedCamera
+ object
+ PrecomputedCamera
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCamera : MonoBehaviour
@@ -459,7 +113,7 @@ Field Value
- bool
+ bool
@@ -470,8 +124,7 @@
Declaration
- [Range(0, 2500)]
-public int MinimalReqVisibility
+ public int MinimalReqVisibility
Field Value
@@ -483,7 +136,7 @@ Field Value
- int
+ int
@@ -494,8 +147,7 @@
Declaration
- [Range(0, 6)]
-public int NeightbourCellsRadius
+ public int NeightbourCellsRadius
Field Value
@@ -507,7 +159,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
index 7b2227e..d647424 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
@@ -79,40 +79,16 @@
Class PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedController
@@ -154,6 +130,30 @@ Property Value
+
+ IsBaking
+ Sets true if occlusion is being baked
+
+
+ Declaration
+
+ public bool IsBaking { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
RenderersCount
Get renderers count
@@ -173,7 +173,7 @@ Property Value
- int
+ int
@@ -197,7 +197,7 @@ Property Value
- IReadOnlyList<PrecomputedSceneData>
+ IReadOnlyList<PrecomputedSceneData>
@@ -205,7 +205,7 @@ Property Value
Methods
- AddOcclusionArea(PrecomputedArea)
+ AddOcclusionArea(PrecomputedArea)
Add Precomputed area
@@ -224,14 +224,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ AddOcclusionSceneSettings(PrecomputedSceneSettings)
Add Precomputed Scene settings
@@ -250,7 +250,7 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
@@ -284,7 +284,31 @@ Returns
- IEnumerable<IPrecomputedRendererContainer>
+ IEnumerable<IPrecomputedRendererContainer>
+
+
+
+
+
+ GetAllRenderersAsBakeContainer()
+ Get all renderers from all scenes as PrecomputedRendererBakeContainer
+
+
+ Declaration
+
+ public IEnumerable<PrecomputedRendererBakeContainer> GetAllRenderersAsBakeContainer()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<PrecomputedRendererBakeContainer>
@@ -299,7 +323,7 @@ Declaration
public void LoadPrecomputedData()
- RemoveOcclusionArea(PrecomputedArea)
+ RemoveOcclusionArea(PrecomputedArea)
Remove Precomputed area
@@ -318,14 +342,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
Remove Precomputed Scene settings
@@ -344,14 +368,14 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
- RemoveScene(Scene)
+ RemoveScene(Scene)
Remove scene
@@ -377,7 +401,7 @@ Parameters
- UpdateVisibility(Vector3, PrecomputedCamera)
+ UpdateVisibility(Vector3, PrecomputedCamera)
Updates the occlusions for current camera position
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
deleted file mode 100644
index 59629e8..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+++ /dev/null
@@ -1,619 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
deleted file mode 100644
index 7a59010..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
+++ /dev/null
@@ -1,510 +0,0 @@
-
-
-
-
-
-
-
-
- Class RatingPopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
deleted file mode 100644
index 0fc543a..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupController
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
deleted file mode 100644
index 260e34e..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
+++ /dev/null
@@ -1,514 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
deleted file mode 100644
index 9420d4b..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
deleted file mode 100644
index 1e5a153..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+++ /dev/null
@@ -1,582 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedDataSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
deleted file mode 100644
index 9f54943..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedAreaEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
deleted file mode 100644
index af8ebba..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedCameraEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
deleted file mode 100644
index 0138252..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedMenuSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
deleted file mode 100644
index e2bada1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
deleted file mode 100644
index f7348f1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+++ /dev/null
@@ -1,474 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSetup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
deleted file mode 100644
index 87d3f42..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
index f4f2b55..bbb6bcb 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- ArrayUtilsTests
+ object
+ ArrayUtilsTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
public class ArrayUtilsTests : MonoBehaviour
@@ -446,15 +100,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 1, 1, 0, 0, 0 })]
-[TestCase(new object[] { 1, 2, 1, 1, 0, 0 })]
-[TestCase(new object[] { 1, 1, 2, 0, 1, 0 })]
-[TestCase(new object[] { 14, 3, 3, 2, 1, 1 })]
-[TestCase(new object[] { -1, 1, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 0, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 1, 0, -1, -1, -1 })]
-public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
+ public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
Parameters
@@ -467,32 +113,32 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
x
- int
+ int
y
- int
+ int
z
@@ -504,19 +150,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1, 0 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2, 1 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2, 7 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1, -1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2, -1 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3, -1 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5, -1 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647, -1 })]
-public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
+ public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
Parameters
@@ -529,32 +163,32 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
expected
@@ -566,19 +200,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647 })]
-public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
+ public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
Parameters
@@ -591,27 +213,27 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
index 17c5ed4..22fdf5e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class BoundingBoxTests
+ public class BoundingBoxTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void TestClosestPoint_45X_Inside_Zero()
+ public void TestClosestPoint_45X_Inside_Zero()
TestClosestPoint_90X_Inside_Zero()
@@ -134,8 +108,7 @@
Declaration
- [Test]
-public void TestClosestPoint_90X_Inside_Zero()
+ public void TestClosestPoint_90X_Inside_Zero()
TestClosestPoint_AA_Inside_Center()
@@ -143,8 +116,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Center()
+ public void TestClosestPoint_AA_Inside_Center()
TestClosestPoint_AA_Inside_Zero()
@@ -152,8 +124,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Zero()
+ public void TestClosestPoint_AA_Inside_Zero()
TestClosestPoint_AA_Outside_Center()
@@ -161,8 +132,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Outside_Center()
+ public void TestClosestPoint_AA_Outside_Center()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
index 9ed629b..2719a83 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class PrecomputedChunkDataTests
+ public class PrecomputedChunkDataTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void GetChunkIndex_Test()
+ public void GetChunkIndex_Test()
GetNeighbourhoodChunkIndex_Test(int, int, int, int, int, int, int, int)
@@ -134,19 +108,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 1, 1, 1, 0, 3, 3, 3, 1 })]
-[TestCase(new object[] { 3, 3, 3, 1, 54, 55, 25, 27 })]
-[TestCase(new object[] { 10, 10, 10, 6, 100, 100, 100, 2197 })]
-[TestCase(new object[] { 0, 0, 0, 6, 100, 100, 100, 343 })]
-[TestCase(new object[] { -1, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, -1, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, 0, -1, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 2, 0, 0, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 3, 1, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 0, 8, 1, 2, 5, 5, -1 })]
-public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
+ public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
Parameters
@@ -159,42 +121,42 @@ Parameters
- int
+ int
xID
- int
+ int
yID
- int
+ int
zID
- int
+ int
neighbourCellsRadius
- int
+ int
width
- int
+ int
height
- int
+ int
length
- int
+ int
cellsCount
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
index 966fe91..c919369 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- CameraVisibleTests
+ object
+ CameraVisibleTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
- Assembly: PrecomputedCulling_TestsPlay.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ Assembly: cs.temp.dll.dll
Syntax
public class CameraVisibleTests : MonoBehaviour
@@ -458,7 +112,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
@@ -481,7 +135,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
deleted file mode 100644
index 6097108..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
+++ /dev/null
@@ -1,488 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedManager
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
deleted file mode 100644
index deb9b43..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneInfoData
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
similarity index 58%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
index b6f953d..5f32e79 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
@@ -74,57 +74,92 @@
-
+
- Class AssetBundleProvider
+ Class AssetBundleProvider
Provider using Assetbundle for packing and loading data
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Provider
+ Assembly: cs.temp.dll.dll
+ Syntax
public class AssetBundleProvider : IPrecomputedDataProvider
Methods
-
- LoadData(int)
+
+ GenerateData()
+ Build Assetbundle for current build target platform
+
+
+ Declaration
+
+ public void GenerateData()
+
+
+ GenerateData(PrecomputedDataVariant)
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public void GenerateData(PrecomputedDataVariant variant)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedDataVariant
+ variant
+
+
+
+
+
+ LoadAllData()
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public List<PrecomputedDataVariant> LoadAllData()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ List<PrecomputedDataVariant>
+
+
+
+
+
+ LoadData(int)
Checks if asset bundle is already loaded.
Loading the proper variant of the data from the assetbundle package
@@ -144,7 +179,7 @@ Parameters
- int
+ int
variantIndex
@@ -160,14 +195,14 @@ Returns
- PrecomputedDataVariant
+ PrecomputedDataVariant
Implements
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
new file mode 100644
index 0000000..a5b1ab1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+ Interface IPrecomputedDataProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
new file mode 100644
index 0000000..65c310e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+ Class SimpleTextSerializer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
new file mode 100644
index 0000000..0bb5c70
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+ Class ZipProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
index ea58f10..17b701d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
| Prographers Precomputed Culling
-
@@ -74,23 +74,23 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
Classes
- PrecomputedSceneSettings
- Occlusion Settings for scene
-Required to automatically load the correct variants
+ SimpleTextSerializer
+ Simple text serializer for precomputed data.
+We use it in runtime to serialize and deserialize precomputed data.
+
+ ZipProvider
+ Provider using ZIP for packing and loading data.
+We use this provider for runtime bakes.
- Enums
-
- PrecomputedLoadMethod
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html b/api/ProgLibrary.PrecomputedCulling.Provider.html
similarity index 88%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.html
index 5b52eb1..ef6ee07 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
| Prographers Precomputed Culling
-
@@ -74,17 +74,22 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
Classes
- AssetBundleProvider
+ AssetBundleProvider
Provider using Assetbundle for packing and loading data
+
+ Interfaces
+
+ IPrecomputedDataProvider
+ Data provider is a way to bundle your occlusion data into game or application.
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
new file mode 100644
index 0000000..9ce61eb
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+ Class CustomOcclusionScriptableRenderer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
new file mode 100644
index 0000000..578f306
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+ Class RendererBakeAlgorithm
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.html b/api/ProgLibrary.PrecomputedCulling.Renderer.html
similarity index 89%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.html
rename to api/ProgLibrary.PrecomputedCulling.Renderer.html
index 43d79d3..1d6786f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.html
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
| Prographers Precomputed Culling
-
@@ -74,19 +74,19 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
Classes
- CustomOcclusionScriptableRenderer
+ CustomOcclusionScriptableRenderer
Custom renderer scriptable object
- RendererBakeAlgorithm
+ RendererBakeAlgorithm
Bake algorithms data
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
deleted file mode 100644
index 07c19b7..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class FrustumCulling
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
deleted file mode 100644
index 4ea1103..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+++ /dev/null
@@ -1,477 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviour
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
deleted file mode 100644
index f119839..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+++ /dev/null
@@ -1,426 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviourEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
deleted file mode 100644
index 15c48c3..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+++ /dev/null
@@ -1,723 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCEditorWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
deleted file mode 100644
index 67f4ef6..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+++ /dev/null
@@ -1,559 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCSettingsWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
deleted file mode 100644
index eb57809..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+++ /dev/null
@@ -1,583 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCWelcomePopup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
index df8ae36..e56b611 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
@@ -82,8 +82,8 @@ Types of algorithms
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum BakeAlgorithm
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
index a4d17d4..ab514ec 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
@@ -84,38 +84,14 @@
Inheritance
-
+ object
PrecomputedBakeCameraSettings
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBakeCameraSettings : PrecomputedBaseBakeSettings
@@ -174,8 +150,7 @@
Declaration
- [HideInInspector]
-public bool VisibleTransparent
+ public bool VisibleTransparent
Field Value
@@ -187,7 +162,7 @@ Field Value
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
index ec1abcb..b2521b7 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeIdCubemapSettings
@@ -100,48 +100,23 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [MovedFrom(false, "ProgLibrary.OcclusionCulling.Settings", "Prog_OclussionCulling", "PrecomputedBakeIdCubemapSettings")]
-[Serializable]
-public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
Fields
ColorFormat
- Color format used to generate cube map and equirect texture.
-
+ Color format used to generate cube map and equirect texture.
Reduce only if encountering artifacts or your GPU do not support default R16G16B16A16_UNorm
Declaration
- [HideInInspector]
-public GraphicsFormat ColorFormat
+ public GraphicsFormat ColorFormat
Field Value
@@ -167,8 +142,7 @@
Declaration
- [HideInInspector]
-public int ColorToFloatDivisor
+ public int ColorToFloatDivisor
Field Value
@@ -180,7 +154,7 @@ Field Value
- int
+ int
@@ -191,8 +165,7 @@
Declaration
- [HideInInspector]
-public TextureResolution TextureResolution
+ public TextureResolution TextureResolution
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
index 1f55507..a64d918 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeTargetedFrustumSettings
@@ -100,34 +100,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
Fields
@@ -174,7 +152,7 @@ Field Value
- int
+ int
@@ -198,7 +176,7 @@ Field Value
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
index b4cb802..d4fe2f5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
@@ -84,36 +84,12 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBaseBakeSettings
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
new file mode 100644
index 0000000..94924f7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedDataSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
index 31ca230..68686f2 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -84,39 +84,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedSettingsArea
+ public class PrecomputedSettingsArea
Fields
@@ -126,8 +101,7 @@
Declaration
- [HideInInspector]
-public BakeAlgorithm Algorithm
+ public BakeAlgorithm Algorithm
Field Value
@@ -150,8 +124,7 @@
Declaration
- [SerializeReference]
-public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
+ public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
index 1a9ef73..f2341bd 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum TextureResolution
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.html b/api/ProgLibrary.PrecomputedCulling.Settings.html
index ba12bbb..67135ee 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -94,6 +94,9 @@ PrecomputedBaseBakeSettings
Base bake settings
+
+ PrecomputedDataSettings
+ Main precomputed settings
PrecomputedSettingsArea
Global occlusion settings to be displayed in the editor
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
deleted file mode 100644
index 657cae2..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
+++ /dev/null
@@ -1,473 +0,0 @@
-
-
-
-
-
-
-
-
- Class CustomOcclusionScriptableRenderer
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
index 707ad4d..eb24b3d 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ArrayUtils
@@ -251,17 +227,17 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
@@ -277,7 +253,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -302,13 +278,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
divisor
Uniform size of the array
@@ -325,7 +301,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -350,13 +326,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
width
Width of the array
@@ -373,19 +349,19 @@ Returns
- (int x, int y)
+ (int x, int y)
- Flatten3DArrayIndex(in int, in int, in int, in int)
- Get Array Index from 2D position
+ Flatten3DArrayIndex(in int, in int, in int, in int, in int)
+ Get Array Index from 3D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
Parameters
@@ -398,28 +374,29 @@ Parameters
- int
+ int
x
- X Position
-
+
- int
+ int
y
- Y Position
-
+
- int
+ int
z
- Z Position
-
+
- int
- divisor
- Uniform size of the array
-
+ int
+ xMax
+
+
+
+ int
+ yMax
+
@@ -433,19 +410,19 @@ Returns
- int
+ int
- Flatten3DArrayIndex(in int, in int, in int, in int, in int)
- Get Array Index from 3D position
+ Flatten3DArrayIndex(in int, in int, in int, in int)
+ Get Array Index from 2D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
Parameters
@@ -458,29 +435,28 @@ Parameters
- int
+ int
x
-
+ X Position
+
- int
+ int
y
-
+ Y Position
+
- int
+ int
z
-
-
-
- int
- xMax
-
+ Z Position
+
- int
- yMax
-
+ int
+ divisor
+ Uniform size of the array
+
@@ -494,7 +470,7 @@ Returns
- int
+ int
@@ -519,19 +495,19 @@ Parameters
- int
+ int
x
X Position
- int
+ int
y
Y Position
- int
+ int
width
Width of the array
@@ -548,7 +524,7 @@ Returns
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
similarity index 68%
rename from api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
index 9dfc81a..eb30457 100644
--- a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class BoundingBoxExtensions
+ Class BoundingBoxExtensions
- Static methods for BoundingBox
+ Static methods for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class BoundingBoxExtensions
Methods
-
- ExpandAA(BoundingBox, Vector3)
+
+ ExpandAA(BoundingBox, Vector3)
Expands box to contain point
@@ -139,7 +115,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
index d9d812e..edf1c5f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -139,9 +115,9 @@ Parameters
- int
- count
- Default starting value
+ T[]
+ initialArray
+ Default starting array
@@ -184,13 +160,13 @@ Type Parameters
- CreateArrayBuffer<T>(in T[], ComputeBufferType)
+ CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -203,9 +179,9 @@ Parameters
- T[]
- initialArray
- Default starting array
+ int
+ count
+ Default starting value
@@ -248,13 +224,13 @@ Type Parameters
- CreateValueBuffer<T>(T, ComputeBufferType)
+ CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -312,7 +288,7 @@ Type Parameters
- GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+ GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
@@ -336,12 +312,12 @@ Parameters
- int
+ int
count
- bool
+ bool
clearBuffer
@@ -378,7 +354,7 @@ Type Parameters
- GetValueViaBuffer<T>(ComputeBuffer, bool)
+ GetValueViaBuffer<T>(ComputeBuffer, bool)
Get value from compute buffer of single value
@@ -402,7 +378,7 @@ Parameters
- bool
+ bool
clearBuffer
@@ -439,13 +415,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -464,19 +440,19 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- int
+ int
name
Name of the property
- int
+ int
count
Default starting value
@@ -521,13 +497,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -546,13 +522,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
@@ -603,13 +579,13 @@ Type Parameters
- SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
+ SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -628,13 +604,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
new file mode 100644
index 0000000..3909a1b
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+ Class CoroutineState
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
similarity index 57%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
index 7a9790c..ae65eda 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class URLAddresses
+ Class CullingReferenceHelper
| Prographers Precomputed Culling
-
@@ -74,58 +74,35 @@
-
+
- Class URLAddresses
+ Class CullingReferenceHelper
- Here are addresses to the important website
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- public static class URLAddresses
+ public class CullingReferenceHelper : ScriptableObject
Fields
- ASSET_STORE_RATE_URL
- Here are addresses to the important website
+ CullingComputeShader
+ Compute shader for the culling process.
Declaration
- public const string ASSET_STORE_RATE_URL = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372 "
+ public ComputeShader CullingComputeShader
Field Value
@@ -137,18 +114,18 @@ Field Value
- string
+ ComputeShader
- DISCORD_URL
- Here are addresses to the important website
+ CustomOcclusionScriptableRenderer
+ Custom occlusion scriptable renderer.
Declaration
- public const string DISCORD_URL = "https://discord.gg/55gM3s3pdR"
+ public CustomOcclusionScriptableRenderer CustomOcclusionScriptableRenderer
Field Value
@@ -160,18 +137,18 @@ Field Value
- string
+ CustomOcclusionScriptableRenderer
- GITHUB_URL
- Here are addresses to the important website
+ PrecomputedDataSettings
+ Settings for the precomputed data.
Declaration
- public const string GITHUB_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public PrecomputedDataSettings PrecomputedDataSettings
Field Value
@@ -183,18 +160,18 @@ Field Value
- string
+ PrecomputedDataSettings
- README_URL
- Here are addresses to the important website
+ RendererColorCodingTexture
+ Shader for the renderer color coding texture.
Declaration
- public const string README_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public Shader RendererColorCodingTexture
Field Value
@@ -206,7 +183,33 @@ Field Value
- string
+ Shader
+
+
+
+
+ Properties
+
+
+ Instance
+ Singleton instance of the helper.
+
+
+ Declaration
+
+ public static CullingReferenceHelper Instance { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ CullingReferenceHelper
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
index 64c8cb5..cf619de 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
@@ -82,37 +82,16 @@ Information about bake spots for visible test
-
- Inherited Members
-
- ValueType.Equals(Object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- Object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
- public readonly struct CameraIterator
+ public readonly struct PrecomputedAreaExtensions.CameraIterator
Constructors
- CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
Constructor
@@ -146,7 +125,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
@@ -186,7 +165,7 @@
Declaration
- public readonly float GetClampedIndex()
+ public float GetClampedIndex()
Returns
@@ -198,7 +177,7 @@ Returns
- Single
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
index 7eeb8c1..8a3fbb9 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -84,39 +84,113 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class PrecomputedAreaExtensions
+ Methods
+
+
+ CameraPositionIterator(PrecomputedArea, BoundingBox)
+ Iterates over all possible camera locations within given occlusion area with cell at given flattend index
+
+
+ Declaration
+
+ public static IEnumerable<PrecomputedAreaExtensions.CameraIterator> CameraPositionIterator(this PrecomputedArea precomputedArea, BoundingBox box)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Precomputed area
+
+
+
+ BoundingBox
+ box
+ BoundingBox of volume
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<CameraIterator>
+
+
+
+
+
+ GetCellBox(PrecomputedArea, int)
+ Get single cell box
+
+
+ Declaration
+
+ public static BoundingBox GetCellBox(this PrecomputedArea precomputedArea, int index)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Occlusion area
+
+
+
+ int
+ index
+ Index of the cell
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ BoundingBox
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.html b/api/ProgLibrary.PrecomputedCulling.Utils.html
index 4437e9f..ade0db8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -85,12 +85,26 @@ Classes
ArrayUtils
Management of multidimensional arrays
+
+ BoundingBoxExtensions
+ Static methods for
ComputeShaderUtilities
Shader management for culling
+
+ CoroutineState
+
+ CullingReferenceHelper
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
PrecomputedAreaExtensions
Static method to get cells and bake spots of PrecomputedArea
+
+ Structs
+
+ PrecomputedAreaExtensions.CameraIterator
+ Information about bake spots for visible test
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
new file mode 100644
index 0000000..381d55a
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+ Struct Version.Serializable
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
new file mode 100644
index 0000000..9426c87
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
@@ -0,0 +1,1156 @@
+
+
+
+
+
+
+
+
+ Struct Version
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling.Versioning.html
similarity index 74%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
rename to api/ProgLibrary.PrecomputedCulling.Versioning.html
index 20c0e3a..dab6a47 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
| Prographers Precomputed Culling
-
@@ -74,28 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
- Classes
+ Structs
- CreatePrecomputedPackage
- Class to export Precomputed unitypackage
+ Version
+ Defines the immutable object which stores version related data in a way which provides easy comparision and
+conversion. The resulted version string can be one of the following: "Major.Minor.Patch", or
+"Major.Minor.Patch-Extension", both with the Prefix at the beginning.
- PrecomputedPlayStateNotifier
-
- PrecomputedSpriteBakeController
- Converts SpriteRenderer to mesh to be visible during bake
-
- PrecomputedTerrainBakeController
- Converts Unity Terrains temporary to mesh to be visible during bake
-
- SerializedPropertyExtensions
- Advance SerializableProperty methods
+ Version.Serializable
+ The Version object which is ready to be serialized. This class is for serialization only! To make
+any calculations, first create the Version object using built-in constructor or
+ToVersion() method.
diff --git a/api/ProgLibrary.PrecomputedCulling.html b/api/ProgLibrary.PrecomputedCulling.html
index fe95c1c..3c0a908 100644
--- a/api/ProgLibrary.PrecomputedCulling.html
+++ b/api/ProgLibrary.PrecomputedCulling.html
@@ -83,17 +83,11 @@
Classes
- BoundingBoxExtensions
- Static methods for BoundingBox
-
PrecomputedCamera
Attached to the camera to apply settings and update visibility
PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
-
- PrecomputedManager
- Prepares Precomputed Culling
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
new file mode 100644
index 0000000..6b17f1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+ Class BasicEditorBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
new file mode 100644
index 0000000..cbbc3bf
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+ Class EditorBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
index b153b42..949b293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
@@ -79,123 +79,31 @@
Class PrecomputedBakeProcess
- Controls bake process for the occlusion
-
+
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeProcess
+ public class PrecomputedBakeProcess
- Properties
+ Constructors
-
- CurrentVariant
- Find current variant based on loaded scenes
-
+
+ PrecomputedBakeProcess()
+
Declaration
- public PrecomputedSceneVariantData CurrentVariant { get; set; }
+ public PrecomputedBakeProcess()
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneVariantData
-
-
-
-
-
- OcclusionScriptableRenderer
-
-
- Declaration
-
- public CustomOcclusionScriptableRenderer OcclusionScriptableRenderer { get; }
-
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- CustomOcclusionScriptableRenderer
-
-
-
-
Methods
-
- Bake(List<PrecomputedArea>)
- Main Bake process
-
-
- Declaration
-
- public void Bake(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
BakeAll()
Bake all occlusion areas
@@ -205,117 +113,6 @@ Declaration
public void BakeAll()
-
- BakeSelected()
- Bake only selected in hierarchy PrecomputedAreas
-
-
- Declaration
-
- public void BakeSelected()
-
-
- BakeSelectedCoroutine()
- Bake Selected with coroutine
-
-
- Declaration
-
- public void BakeSelectedCoroutine()
-
-
- ClearOcclusionData(List<PrecomputedArea>)
- Clear occlusion data in scene
-
-
- Declaration
-
- public void ClearOcclusionData(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
-
- GenerateSceneRendererIdComponents(Scene)
- Find all scene renderers and create IPrecomputedRendererContainer from them
-
-
- Declaration
-
- protected void GenerateSceneRendererIdComponents(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
-
- GetOcclusionSceneSettings(Scene)
- Get scene settings for current PrecomputedArea to be baked
-
-
- Declaration
-
- public PrecomputedSceneSettings GetOcclusionSceneSettings(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
- Returns
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneSettings
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
index c98da86..73e172e 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
@@ -84,39 +84,26 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingPipeline
+ Constructors
+
+
+ PrecomputedCullingPipeline()
+ Bake pipeline
+
+
+ Declaration
+
+ public PrecomputedCullingPipeline()
+
Methods
@@ -138,7 +125,7 @@ Declaration
public void BakeCurrent()
- BakeScenes(List<PrecomputedSceneVariantData>)
+ BakeScenes(List<PrecomputedSceneVariantData>)
Iterate variants, load scenes and bake
@@ -157,14 +144,14 @@ Parameters
- List<PrecomputedSceneVariantData>
+ List<PrecomputedSceneVariantData>
multipleScenesToBake
- OpenScenes(List<SceneAsset>)
+ OpenScenes(List<SceneAsset>)
Load additive scene
Unload not matching scenes
@@ -184,7 +171,7 @@ Parameters
- List<SceneAsset>
+ List<SceneAsset>
sceneList
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
index 6111b5f..72eeaf9 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
@@ -83,9 +83,16 @@
Classes
- PrecomputedBakeProcess
- Controls bake process for the occlusion
+ BasicEditorBakeProgress
+ Basic editor bake progress.
+We use it to show the progress of the bake in the editor.
+
+ EditorBakeHelper
+ This helper is used by the precomputed bake process.
+We need it for the editor only processes.
+ PrecomputedBakeProcess
+
PrecomputedCullingPipeline
Bake pipeline
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
index e72fb5d..b18aa20 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -83,7 +83,7 @@
@@ -91,32 +91,8 @@ Inheritance
Implements
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
new file mode 100644
index 0000000..95e66b5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+ Class PCCConfig.Versioning
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
similarity index 60%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
index a6ee0e7..eb4f6c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
@@ -74,54 +74,76 @@
-
+
- Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
+ VersioningData
+ Place for any long lasting data, which should be valid across the single Unity Project. This config will be
+serialized to JSON json and written to project Library. It has static access through Instance.
+
+
+ Declaration
+
+ public PCCConfig.Versioning VersioningData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ PCCConfig.Versioning
+
+
+
+
+ WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
@@ -139,14 +161,14 @@ Field Value
- bool
+ bool
- WelcomePopupNeverAgainSetDate
- The DateTime object binary serialized. Defines a moment in time when user set
-WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
+ WelcomePopupNeverAgainSetDate
+ The object binary serialized. Defines a moment in time when user set
+WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
Declaration
@@ -163,17 +185,17 @@ Field Value
- long
+ long
Properties
-
- Instance
+
+ Instance
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
@@ -190,17 +212,17 @@ Property Value
- PCCConfig
+ PCCConfig
Methods
-
- SaveConfig()
+
+ SaveConfig()
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.html
index 7b03541..b06adff 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
| Prographers Precomputed Culling
-
@@ -74,19 +74,21 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
Classes
- PCCConfig
+ PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
+ PCCConfig.Versioning
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
new file mode 100644
index 0000000..179ce17
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+ Class CreatePrecomputedPackage
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/Tests.MainStructureTest.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
similarity index 68%
rename from api/Tests.MainStructureTest.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
index 3d77856..c50c892 100644
--- a/api/Tests.MainStructureTest.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
| Prographers Precomputed Culling
-
@@ -74,58 +74,41 @@
-
+
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: Tests
- Assembly: PrecomputedCulling_Tests.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
- public class MainStructureTest
+ public class PCCMonoBehaviourEditor : UnityEditor.Editor
Methods
-
- MainStructureTest_PassByReference()
+
+ DrawLinkButtons()
+
+
+ Declaration
+
+ public static void DrawLinkButtons()
+
+
+ OnInspectorGUI()
Declaration
- [Test]
-public void MainStructureTest_PassByReference()
+ public override void OnInspectorGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
index 77ba30c..9159946 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupController
+ Class PrecomputedAreaEditor
| Prographers Precomputed Culling
-
@@ -74,50 +74,44 @@
-
+
- Class RatingPopupController
+ Class PrecomputedAreaEditor
- This class will show the pop after 30 days of using.
-Moreover, the class save the data from the first use of application and read it
+ Custom inspector for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class PrecomputedAreaEditor : UnityEditor.Editor
+
+ Methods
+
+
+ OnInspectorGUI()
+ Draw inspector GUI, update properties
+
+
+ Declaration
+
+ public override void OnInspectorGUI()
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+
+ OnSceneGUI()
+ Draw Handles and cells
+
+
+ Declaration
- [InitializeOnLoad]
-public static class RatingPopupController
+ public void OnSceneGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
new file mode 100644
index 0000000..1383969
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedCameraEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
new file mode 100644
index 0000000..ae59b63
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettingsEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
new file mode 100644
index 0000000..58a21d0
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSetup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
index 9062c61..f73a3c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
| Prographers Precomputed Culling
-
@@ -74,16 +74,27 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
Classes
- PCCMonoBehaviourEditor
+ PCCMonoBehaviourEditor
+
+ PrecomputedAreaEditor
+ Custom inspector for
+
+ PrecomputedCameraEditor
+ Custom inspector for
+
+ PrecomputedSceneSettingsEditor
+ Custom editor for
+
+ PrecomputedSceneSetup
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
similarity index 65%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
index 3128235..3ee04c8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
@@ -74,52 +74,28 @@
-
+
- Class EditorWindowExtensions
+ Class EditorWindowExtensions
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class EditorWindowExtensions
Methods
-
- EnsureMinSize(EditorWindow, Vector2)
+
+ EnsureMinSize(EditorWindow, Vector2)
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum
size restrictions.
@@ -151,11 +127,11 @@ Parameters
- Remarks
+ Remarks
Smaller windows are resized, bigger are ignored. It affects each axis separately.
-
- SetSize(EditorWindow, Vector2)
+
+ SetSize(EditorWindow, Vector2)
Sets window size to the desired one. Doesn't affect docked windows. Can't set zero. It disables the minimum size
restrictions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
new file mode 100644
index 0000000..03157f6
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
+ Class PCCEditorWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
new file mode 100644
index 0000000..56a0407
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsVersionSection
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
similarity index 71%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
index 638c8ec..ab8491a 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
@@ -74,16 +74,16 @@
-
+
- Enum PCCSettingsWindow.SettingCategory
+ Enum PCCSettingsWindow.SettingCategory
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PCCSettingsWindow.SettingCategory
@@ -98,27 +98,27 @@ Fields
- Baking
+ Baking
- DefaultProvider
+ DefaultProvider
- DefaultValues
+ DefaultValues
- Info
+ Info
- None
+ None
- Validation
+ Validation
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
new file mode 100644
index 0000000..e95d7a3
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
new file mode 100644
index 0000000..30f2dd5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+ Class PCCWelcomePopup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
similarity index 61%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
index 0031eb3..708b845 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupFile
+ Class UIToolkitExtensions
| Prographers Precomputed Culling
-
@@ -74,75 +74,65 @@
-
+
- Class RatingPopupFile
+ Class UIToolkitExtensions
- This class is written to the file after the first use of the plugin.
-
+
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RatingPopupFile
+ public static class UIToolkitExtensions
- Fields
+ Methods
- FirstUseDate
- After the 30 days of using the plugin the pop will appear. Thus, it is important to save the date of the first use
+
+ SetDisplay(VisualElement, bool)
+ Changes element , so it is displayed or not. Displayed elements have its layout
+calculated and handle events. Not displayed elements are ignored during layout phase and receive none (or close to
+none) events. It is equivalent of gameObject.SetActive(bool).
Declaration
- public string FirstUseDate
+ public static void SetDisplay(this VisualElement element, bool isDisplayed)
- Field Value
+ Parameters
Type
+ Name
Description
- string
+ VisualElement
+ element
+
+ bool
+ isDisplayed
+ Should element be displayed, or not.
+
+
+ Remarks
+ property only affects rendering. Not visible elements are not rendered
+but still layouted and handle events. changes the element interaction
+state, just like 'interactable' in buttons.
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
index 8e7f2ee..f253f0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
| Prographers Precomputed Culling
-
@@ -74,26 +74,30 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
Classes
- EditorWindowExtensions
+ EditorWindowExtensions
- PCCEditorWindow
+ PCCEditorWindow
- PCCSettingsWindow
+ PCCSettingsVersionSection
- PCCWelcomePopup
+ PCCSettingsWindow
+
+ PCCWelcomePopup
+
+ UIToolkitExtensions
Enums
- PCCSettingsWindow.SettingCategory
+ PCCSettingsWindow.SettingCategory
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
index ba5aa6f..e0d5a36 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public interface IManualEditorWindow
@@ -117,7 +117,7 @@ Declaration
void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
index 652e66b..437e638 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo.ColorInfo
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
index 8f5ee01..dca2293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo
@@ -137,7 +113,7 @@ Field Value
- List<LegendColorInfo.ColorInfo>
+ List<ColorInfo>
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
@@ -232,13 +208,13 @@ Returns
- List<LegendColorInfo>
+ List<LegendColorInfo>
- DrawGUI(List<LegendColorInfo>, Rect, float)
+ DrawGUI(List<LegendColorInfo>, Rect, float)
Draw GUI
@@ -257,7 +233,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -267,14 +243,14 @@ Parameters
- float
+ float
startOffset
- GetGUIHeight(List<LegendColorInfo>)
+ GetGUIHeight(List<LegendColorInfo>)
Calculate GUI height
@@ -293,7 +269,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -309,7 +285,7 @@ Returns
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
index 8944ad8..50d3eca 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ Assembly: cs.temp.dll.dll
Syntax
public class ReflectedOverlayWindow
@@ -119,7 +95,7 @@ Constructors
- ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
+ ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
OverlayWindow reflected constructor
@@ -144,19 +120,19 @@ Parameters
- Action<Object, SceneView>
+ Action<Object, SceneView>
displayControls
Content of the overlay
- int
+ int
order
Order if multiples overlays are created
- object
+ object
target
Target to pass to displayControls action
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
index dbf6317..f1338a4 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
@@ -83,7 +83,7 @@
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
Overrides
-
+
Implements
IManualEditorWindow
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
new file mode 100644
index 0000000..7de1173
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedPlayStateNotifier
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
similarity index 70%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
index e70d915..e0bec0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class SerializedPropertyExtensions
+ Class SerializedPropertyExtensions
Advance SerializableProperty methods
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class SerializedPropertyExtensions
Methods
-
- GetSerializedValue<T>(SerializedProperty)
+
+ GetSerializedValue<T>(SerializedProperty)
Get custom type values form SerializedProperty
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
similarity index 62%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
index 05cd835..d3cc931 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
| Prographers Precomputed Culling
-
@@ -74,59 +74,32 @@
-
+
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
- Bake algorithms data
-
+
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Shaders
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RendererBakeAlgorithm
+ public static class PCCEditorConst.URLs
Fields
- Algorithm
- Algorithm
-
+ AssetStore
+
Declaration
- public BakeAlgorithm Algorithm
+ public const string AssetStore = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372"
Field Value
@@ -138,18 +111,17 @@ Field Value
- BakeAlgorithm
+ string
- ScriptableRendererData
- Custom renderer used to draw elements to the scene
-
+ DiscordChannel
+
Declaration
- public ScriptableRendererData ScriptableRendererData
+ public const string DiscordChannel = "https://discord.gg/55gM3s3pdR"
Field Value
@@ -161,19 +133,17 @@ Field Value
- ScriptableRendererData
+ string
- VisibilityTesterType
- Visibility tester type
-
+ GitHubReadme
+
Declaration
- [ValueDropdown("GetFilteredVisibilityTester")]
-public Type VisibilityTesterType
+ public const string GitHubReadme = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
Field Value
@@ -185,7 +155,7 @@ Field Value
- Type
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
index b0477ba..9ba699a 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ Class PCCEditorConst
| Prographers Precomputed Culling
-
@@ -74,18 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+
+ Class PCCEditorConst
-
- Structs
-
- PrecomputedSceneInfo
- Stores important information about the scene for access them in the variant settings
-
+
+ Inheritance
+ object
+ PCCEditorConst
+
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public static class PCCEditorConst
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
similarity index 59%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
index 431dc31..689fb91 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
@@ -74,53 +74,29 @@
-
+
- Class PrecomputedEditorUtils
+ Class PrecomputedEditorUtils
Utils for custom editor gui
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class PrecomputedEditorUtils
Methods
-
- DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
+
+ DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
Draw label and image help button e.g. referenced to documentation
@@ -139,17 +115,17 @@ Parameters
- string
+ string
labelText
- float
+ float
labelSize
- string
+ string
toolTip
@@ -160,8 +136,8 @@ Parameters
-
- EstimateBakeSize(int, int)
+
+ EstimateBakeSize(int, int)
Estimate size of bake
@@ -180,12 +156,12 @@ Parameters
- int
+ int
occluders
- int
+ int
cells
@@ -201,13 +177,13 @@ Returns
- double
+ double
-
- EstimateTimePerSpot(int, TextureResolution)
+
+ EstimateTimePerSpot(int, TextureResolution)
Estimate time to bake one spot
@@ -226,12 +202,12 @@ Parameters
- int
+ int
occluders
- TextureResolution
+ TextureResolution
textureResolution
@@ -247,13 +223,87 @@ Returns
- double
+ double
+
+
+
+
+
+ ExecuteOnMainThread(Action)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread(Action callback)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action
+ callback
+
+
+
+
+
+ ExecuteOnMainThread<T>(Action<T>, T)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread<T>(Action<T> callback, T obj)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action<T>
+ callback
+
+
+
+ T
+ obj
+
+
+
+
+ Type Parameters
+
+
+
+ Name
+ Description
+
+
+
+
+ T
-
- FormatKb(double)
+
+ FormatKb(double)
Change kb to string format
@@ -272,7 +322,7 @@ Parameters
- double
+ double
kb
@@ -288,13 +338,13 @@ Returns
- string
+ string
-
- FormatMilliseconds(double)
+
+ FormatMilliseconds(double)
Change milliseconds to minutes and seconds string format
@@ -313,7 +363,7 @@ Parameters
- double
+ double
milliseconds
@@ -329,7 +379,7 @@ Returns
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
index 4357622..9e9f14d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
| Prographers Precomputed Culling
-
@@ -74,16 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
Classes
- PrecomputedEditorUtils
+ PCCEditorConst
+
+ PCCEditorConst.URLs
+
+ PrecomputedEditorUtils
Utils for custom editor gui
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
new file mode 100644
index 0000000..4dbb9d8
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+ Class GitHubReleaseData
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
new file mode 100644
index 0000000..e201e9e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator.Result
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
new file mode 100644
index 0000000..433ea1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
index 30baab9..cdbe8e0 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
| Prographers Precomputed Culling
-
@@ -74,18 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
Classes
- FrustumCulling
+ GitHubReleaseData
- PCCMonoBehaviour
+ VersionValidator
+
+ VersionValidator.Result
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling_Editor.html
index 27882c9..030984c 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -85,6 +85,9 @@ Classes
BaseManualEditorWindow
+ CreatePrecomputedPackage
+ Class to export Precomputed unitypackage
+
LegendColorInfo
Legend with toggle functionality to highlight given occlusion configuration
@@ -93,6 +96,11 @@ PrecomputedHighlightTool
+ PrecomputedPlayStateNotifier
+
+ SerializedPropertyExtensions
+ Advance SerializableProperty methods
+
Interfaces
IManualEditorWindow
diff --git a/api/Tests.html b/api/Tests.html
deleted file mode 100644
index 159df98..0000000
--- a/api/Tests.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace Tests
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/toc.html b/api/toc.html
index fd27ce2..77c6b28 100644
--- a/api/toc.html
+++ b/api/toc.html
@@ -17,18 +17,12 @@
ProgLibrary.PrecomputedCulling
@@ -39,6 +33,9 @@
BaseManualEditorWindow
+
+ CreatePrecomputedPackage
+
IManualEditorWindow
@@ -51,6 +48,12 @@
PrecomputedHighlightTool
+
+ PrecomputedPlayStateNotifier
+
+
+ SerializedPropertyExtensions
+
@@ -58,6 +61,12 @@
ProgLibrary.PrecomputedCulling_Editor.Bake
- ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ ProgLibrary.PrecomputedCulling_Editor.Config
- ProgLibrary.PrecomputedCulling.DataModels
+ ProgLibrary.PrecomputedCulling_Editor.CustomMenu
- ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling_Editor.EditorWindows
- ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- ProgLibrary.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling_Editor.Utils
- ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ ProgLibrary.PrecomputedCulling_Editor.Versioning
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ ProgLibrary.PrecomputedCulling.Bake
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.Bake.ProgressBar
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ ProgLibrary.PrecomputedCulling.BakeControllers
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ ProgLibrary.PrecomputedCulling.BakeHelper
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ ProgLibrary.PrecomputedCulling.DataModels
-
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
+ ProgLibrary.PrecomputedCulling.MonoBehaviours
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider
+
+
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+
+
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.Renderer
@@ -407,6 +474,9 @@
PrecomputedBaseBakeSettings
+
+ PrecomputedDataSettings
+
PrecomputedSettingsArea
@@ -423,21 +493,36 @@
ArrayUtils
+
+ BoundingBoxExtensions
+
ComputeShaderUtilities
+
+ CoroutineState
+
+
+ CullingReferenceHelper
+
PrecomputedAreaExtensions
+
+ PrecomputedAreaExtensions.CameraIterator
+
- Tests
+ ProgLibrary.PrecomputedCulling.Versioning
diff --git a/manifest.json b/manifest.json
index 85b2550..7714712 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,1130 +4,1170 @@
"files": [
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html"
}
},
"version": ""
@@ -1194,30 +1234,110 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.MainStructureTest.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.MainStructureTest.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
}
},
"version": ""
diff --git a/xrefmap.yml b/xrefmap.yml
index 0e35e42..3302eaf 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -7,31 +7,513 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling
fullName: ProgLibrary.PrecomputedCulling
nameWithType: ProgLibrary.PrecomputedCulling
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- name: BoundingBoxExtensions
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- nameWithType: BoundingBoxExtensions
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- name: ExpandAA(BoundingBox, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox, UnityEngine.Vector3)
- nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA*
- name: ExpandAA
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_
- commentId: Overload:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
+- uid: ProgLibrary.PrecomputedCulling.Bake
+ name: ProgLibrary.PrecomputedCulling.Bake
+ href: api/ProgLibrary.PrecomputedCulling.Bake.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake
+ fullName: ProgLibrary.PrecomputedCulling.Bake
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ name: BaseRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ nameWithType: BaseRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll()
+ nameWithType: BaseRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ nameWithType: BaseRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ name: DemoRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ nameWithType: DemoRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll()
+ nameWithType: DemoRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ nameWithType: DemoRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ name: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ name: DemoRuntimeBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ nameWithType: DemoRuntimeBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar()
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ name: IBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ nameWithType: IBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar()
+ nameWithType: IBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ nameWithType: IBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: IBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ nameWithType: IBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ nameWithType: RuntimeBakeProcess
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name: RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_IPrecomputedDataProvider_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name.vb: New(IPrecomputedDataProvider, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType.vb: RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor*
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
- nameWithType: BoundingBoxExtensions.ExpandAA
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess
+ nameWithType.vb: RuntimeBakeProcess.New
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll()
+ nameWithType: RuntimeBakeProcess.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ nameWithType: RuntimeBakeProcess.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers
+ name: ProgLibrary.PrecomputedCulling.BakeControllers
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeControllers
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeControllers
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ name: PrecomputedSpriteBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ nameWithType: PrecomputedSpriteBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes()
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes()
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ name: PrecomputedTerrainBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ nameWithType: PrecomputedTerrainBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes()
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes()
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper
+ name: ProgLibrary.PrecomputedCulling.BakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ name: BaseBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ nameWithType: BaseBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas()
+ nameWithType: BaseBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ nameWithType: BaseBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ nameWithType: CommonBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name: CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_System_String_CustomOcclusionScriptableRenderer_PrecomputedTerrainBakeController_PrecomputedSpriteBakeController_ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name.vb: New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ nameWithType: CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ nameWithType.vb: CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor*
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New
+ nameWithType: CommonBakeHelper.CommonBakeHelper
+ nameWithType.vb: CommonBakeHelper.New
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name: Cleanup(int, GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_System_Int32_GameObject_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name.vb: Cleanup(Integer, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(int, GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(Integer, GameObject)
+ nameWithType: CommonBakeHelper.Cleanup(int, GameObject)
+ nameWithType.vb: CommonBakeHelper.Cleanup(Integer, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup*
+ name: Cleanup
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ nameWithType: CommonBakeHelper.Cleanup
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name: InstantiateChunkData(Scene, PrecomputedArea, List)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_Scene_PrecomputedArea_List_PrecomputedChunkData__
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name.vb: InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ nameWithType: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ nameWithType.vb: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData*
+ name: InstantiateChunkData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ nameWithType: CommonBakeHelper.InstantiateChunkData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ name: ProcessSprites(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessSprites(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites*
+ name: ProcessSprites
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ nameWithType: CommonBakeHelper.ProcessSprites
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ name: ProcessTerrain(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain*
+ name: ProcessTerrain
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ nameWithType: CommonBakeHelper.ProcessTerrain
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name: ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name.vb: ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ nameWithType: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ nameWithType.vb: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells*
+ name: ValidateCells
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ nameWithType: CommonBakeHelper.ValidateCells
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_CoroutineState_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name.vb: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ nameWithType.vb: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine*
+ name: ValidateCellsCoroutine
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ name: RuntimeBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ nameWithType: RuntimeBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas()
+ nameWithType: RuntimeBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ nameWithType: RuntimeBakeHelper.FindGetAreas
- uid: ProgLibrary.PrecomputedCulling.DataModels
name: ProgLibrary.PrecomputedCulling.DataModels
href: api/ProgLibrary.PrecomputedCulling.DataModels.html
commentId: N:ProgLibrary.PrecomputedCulling.DataModels
fullName: ProgLibrary.PrecomputedCulling.DataModels
nameWithType: ProgLibrary.PrecomputedCulling.DataModels
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ nameWithType: AreaDataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name: AreaDataIndex(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name.vb: New(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New(PrecomputedArea, Integer)
+ nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New
+ nameWithType: AreaDataIndex.AreaDataIndex
+ nameWithType.vb: AreaDataIndex.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ name: DataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ nameWithType: AreaDataIndex.DataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ name: PrecomputedArea
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ nameWithType: AreaDataIndex.PrecomputedArea
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox
name: BoundingBox
href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
@@ -56,22 +538,22 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
nameWithType: BoundingBox.BoundingBox(BoundingBox)
nameWithType.vb: BoundingBox.New(BoundingBox)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name: BoundingBox(Vector3, Vector3, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name.vb: New(Vector3, Vector3, Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Quaternion)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Quaternion)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name: BoundingBox(Vector3, Vector3, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name.vb: New(Vector3, Vector3, Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Vector3)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor*
@@ -97,13 +579,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Add
nameWithType: BoundingBox.Add
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name: ClosestPointOnBox(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name.vb: ClosestPointOnBox(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3)
nameWithType: BoundingBox.ClosestPointOnBox(in Vector3)
nameWithType.vb: BoundingBox.ClosestPointOnBox(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox*
@@ -113,13 +595,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox
nameWithType: BoundingBox.ClosestPointOnBox
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name: Contains(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name.vb: Contains(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3)
nameWithType: BoundingBox.Contains(in Vector3)
nameWithType.vb: BoundingBox.Contains(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains*
@@ -142,11 +624,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Euler
nameWithType: BoundingBox.Euler
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
name: Expand(Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
nameWithType: BoundingBox.Expand(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand*
name: Expand
@@ -155,11 +637,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand
nameWithType: BoundingBox.Expand
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
name: FromBounds(Bounds, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_UnityEngine_Bounds_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds, UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_Bounds_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds, Quaternion)
nameWithType: BoundingBox.FromBounds(Bounds, Quaternion)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds*
name: FromBounds
@@ -168,11 +650,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds
nameWithType: BoundingBox.FromBounds
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
name: FromMeshFilter(MeshFilter)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_UnityEngine_MeshFilter_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_MeshFilter_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
nameWithType: BoundingBox.FromMeshFilter(MeshFilter)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter*
name: FromMeshFilter
@@ -213,13 +695,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.this[]
nameWithType: BoundingBox.this
nameWithType.vb: BoundingBox.this[]
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name: Merge(in List)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name.vb: Merge(List(Of BoundingBox))
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
nameWithType: BoundingBox.Merge(in List)
nameWithType.vb: BoundingBox.Merge(List(Of BoundingBox))
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge*
@@ -292,19 +774,35 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
nameWithType: PrecomputedChunkData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name: AddAtIndex(int, in PrecomputedVisibilityIndices)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_System_Int32_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name.vb: AddAtIndex(Integer, PrecomputedVisibilityIndices)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(int, in ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(Integer, ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ nameWithType: PrecomputedChunkData.AddAtIndex(int, in PrecomputedVisibilityIndices)
+ nameWithType.vb: PrecomputedChunkData.AddAtIndex(Integer, PrecomputedVisibilityIndices)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex*
+ name: AddAtIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ nameWithType: PrecomputedChunkData.AddAtIndex
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
name: Box
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Box
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
nameWithType: PrecomputedChunkData.Box
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name: GetChunkIndex(in Vector3, out int, out int, out int)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_UnityEngine_Vector3__System_Int32__System_Int32__System_Int32__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_Vector3__System_Int32__System_Int32__System_Int32__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name.vb: GetChunkIndex(Vector3, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in UnityEngine.Vector3, out int, out int, out int)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
nameWithType: PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
nameWithType.vb: PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex*
@@ -330,13 +828,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetNeighbourhoodChunkIndex
nameWithType: PrecomputedChunkData.GetNeighbourhoodChunkIndex
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_Vector3__PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
nameWithType.vb: PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers*
@@ -358,6 +856,22 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
nameWithType: PrecomputedChunkData.Height
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name: Initialize(in PrecomputedArea, Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_PrecomputedArea__Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name.vb: Initialize(PrecomputedArea, Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+ nameWithType: PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ nameWithType.vb: PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize*
+ name: Initialize
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ nameWithType: PrecomputedChunkData.Initialize
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Length
name: Length
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Length
@@ -394,13 +908,26 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
nameWithType: PrecomputedData.ChunkData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ name: GetSizeInMemory()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory()
+ nameWithType: PrecomputedData.GetSizeInMemory()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory*
+ name: GetSizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ nameWithType: PrecomputedData.GetSizeInMemory
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_Vector3__PrecomputedSceneData__PrecomputedArea__List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers*
@@ -480,19 +1007,98 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
nameWithType: PrecomputedGroupData.Renderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ name: PrecomputedSceneAreaData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ nameWithType: PrecomputedSceneAreaData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ name: AreasIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ nameWithType: PrecomputedSceneAreaData.AreasIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ name: VariantId
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ nameWithType: PrecomputedSceneAreaData.VariantId
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ nameWithType: PrecomputedSceneVariantData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name: PrecomputedSceneVariantData()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ nameWithType.vb: PrecomputedSceneVariantData.New()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ nameWithType.vb: PrecomputedSceneVariantData.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ name: BakeTime
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ nameWithType: PrecomputedSceneVariantData.BakeTime
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ name: IndexVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ nameWithType: PrecomputedSceneVariantData.IndexVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ name: Name
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ nameWithType: PrecomputedSceneVariantData.Name
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ nameWithType: PrecomputedSceneVariantData.Priority
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ name: ScenesInVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ nameWithType: PrecomputedSceneVariantData.ScenesInVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ name: SizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ nameWithType: PrecomputedSceneVariantData.SizeInMemory
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
name: PrecomputedVisibilityIndices
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
nameWithType: PrecomputedVisibilityIndices
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_Settings_PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_PrecomputedChunkElementData____PrecomputedChunkElementData____PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
nameWithType.vb: PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor*
@@ -1100,13 +1706,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
nameWithType: PrecomputedLODGroupContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name: PrecomputedLODGroupContainer(int, LODGroup)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_UnityEngine_LODGroup_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_LODGroup_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name.vb: New(Integer, LODGroup)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, UnityEngine.LODGroup)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, UnityEngine.LODGroup)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, LODGroup)
nameWithType: PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
nameWithType.vb: PrecomputedLODGroupContainer.New(Integer, LODGroup)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor*
@@ -1235,13 +1841,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
nameWithType: PrecomputedMeshRendererContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name: PrecomputedMeshRendererContainer(in int, MeshRenderer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__UnityEngine_MeshRenderer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__MeshRenderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name.vb: New(Integer, MeshRenderer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, UnityEngine.MeshRenderer)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, UnityEngine.MeshRenderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
nameWithType: PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
nameWithType.vb: PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor*
@@ -1286,31 +1892,77 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.IsValid
nameWithType: PrecomputedMeshRendererContainer.IsValid
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ nameWithType: PrecomputedRenderer
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name: PrecomputedRenderer(Renderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_UnityEngine_Renderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name.vb: New(Renderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New(UnityEngine.Renderer)
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ nameWithType.vb: PrecomputedRenderer.New(UnityEngine.Renderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor*
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer
+ nameWithType.vb: PrecomputedRenderer.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ name: IsMaterialTransparentList
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_IsMaterialTransparentList
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ nameWithType: PrecomputedRenderer.IsMaterialTransparentList
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ name: Renderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_Renderer
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ nameWithType: PrecomputedRenderer.Renderer
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
nameWithType: PrecomputedRendererBakeContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
name: PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_IPrecomputedRendererContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_IPrecomputedRendererContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
+ name.vb: New(IPrecomputedRendererContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
name: PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_PrecomputedRendererBaseContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_PrecomputedRendererBaseContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
+ name.vb: New(PrecomputedRendererBaseContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor*
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ nameWithType.vb: PrecomputedRendererBakeContainer.New
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.BaseContainer
name: BaseContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_BaseContainer
@@ -1396,11 +2048,14 @@ references:
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValid
nameWithType: PrecomputedRendererBakeContainer.IsValid
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- name: IsValidOccluder(Boolean)
+ name: IsValidOccluder(bool)
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_System_Boolean_
commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ name.vb: IsValidOccluder(Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ nameWithType.vb: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder*
name: IsValidOccluder
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_
@@ -1408,6 +2063,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder
nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ name: PrecomputedRenderers()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers()
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers*
+ name: PrecomputedRenderers
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.RendererId
name: RendererId
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_RendererId
@@ -1434,64 +2102,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.Show
nameWithType: PrecomputedRendererBakeContainer.Show
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html
- commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- name: PrecomputedSceneBakeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData(Scene)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor*
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- name: OnInitialize()
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize()
- nameWithType: PrecomputedSceneBakeData.OnInitialize()
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize*
- name: OnInitialize
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- nameWithType: PrecomputedSceneBakeData.OnInitialize
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount
- commentId: P:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount*
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
name: PrecomputedSceneData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
nameWithType: PrecomputedSceneData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name: PrecomputedSceneData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(Scene)
nameWithType: PrecomputedSceneData.PrecomputedSceneData(Scene)
nameWithType.vb: PrecomputedSceneData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor*
@@ -1504,13 +2127,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New
nameWithType: PrecomputedSceneData.PrecomputedSceneData
nameWithType.vb: PrecomputedSceneData.New
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name: GatherSceneRenderersFromGameObjects(in GameObject[])
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_UnityEngine_GameObject____
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_GameObject____
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name.vb: GatherSceneRenderersFromGameObjects(GameObject())
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in UnityEngine.GameObject[])
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject())
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
nameWithType: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
nameWithType.vb: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects*
@@ -1669,19 +2292,62 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
nameWithType: PrecomputedSceneData._visibleRenderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ nameWithType: PrecomputedSceneInfo
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name: PrecomputedSceneInfo(int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name.vb: New(Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
+ nameWithType.vb: PrecomputedSceneInfo.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ name: BakeSpots
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ nameWithType: PrecomputedSceneInfo.BakeSpots
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ name: Cells
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ nameWithType: PrecomputedSceneInfo.Cells
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ name: Occluders
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ nameWithType: PrecomputedSceneInfo.Occluders
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
name: PrecomputedSceneRuntimeData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
nameWithType: PrecomputedSceneRuntimeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name: PrecomputedSceneRuntimeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(Scene)
nameWithType: PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
nameWithType.vb: PrecomputedSceneRuntimeData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor*
@@ -1756,6 +2422,120 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours
nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
+ commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ name: IdCubemapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ nameWithType: IdCubemapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ name: CubemapRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_CubemapRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ nameWithType: IdCubemapCamera.CubemapRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader*
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ name: EquirectRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_EquirectRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ nameWithType: IdCubemapCamera.EquirectRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ name: GetLastCameraRenderer()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer()
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer*
+ name: GetLastCameraRenderer
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings*
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_PrecomputedBakeIdCubemapSettings_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name.vb: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ nameWithType.vb: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ name: PrecomputedSaveTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ nameWithType: PrecomputedSaveTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ name: SaveRTToFile(RenderTexture, RenderTexture)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_RenderTexture_RenderTexture_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile*
+ name: SaveRTToFile
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name: UpdateSettings(bool, int)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name.vb: UpdateSettings(Boolean, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(bool, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+ nameWithType: PrecomputedSaveTexture.UpdateSettings(bool, int)
+ nameWithType.vb: PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings*
+ name: UpdateSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -1768,12 +2548,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
nameWithType: ColorIndexingCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- name: Render(ScriptableRenderContext, Camera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Camera_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext, UnityEngine.Camera)
- nameWithType: ColorIndexingCameraRenderer.Render(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ name: Render()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render()
+ nameWithType: ColorIndexingCameraRenderer.Render()
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render*
name: Render
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_
@@ -1781,60 +2561,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
nameWithType: ColorIndexingCameraRenderer.Render
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- name: ColorIndexingRenderPipeline(ScriptableRendererData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_UnityEngine_Rendering_Universal_ScriptableRendererData_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(UnityEngine.Rendering.Universal.ScriptableRendererData)
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(ScriptableRendererData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor*
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name: Setup(ScriptableRenderContext, ref RenderingData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Rendering_Universal_RenderingData__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name.vb: Setup(ScriptableRenderContext, ByRef RenderingData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ref UnityEngine.Rendering.Universal.RenderingData)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ByRef UnityEngine.Rendering.Universal.RenderingData)
- nameWithType: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ref RenderingData)
- nameWithType.vb: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ByRef RenderingData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup*
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ name: Setup(ScriptableRenderContext, Camera)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_ScriptableRenderContext_Camera_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+ nameWithType: ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup*
name: Setup
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- nameWithType: ColorIndexingRenderPipeline.Setup
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- name: ColorIndexingRenderPipelineAsset
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- nameWithType: ColorIndexingRenderPipelineAsset
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- name: Create()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create()
- nameWithType: ColorIndexingRenderPipelineAsset.Create()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create*
- name: Create
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- nameWithType: ColorIndexingRenderPipelineAsset.Create
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ nameWithType: ColorIndexingCameraRenderer.Setup
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html
@@ -1847,12 +2586,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
nameWithType: CameraMatrixUtils
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
name: BoxToViewportAndDepth(Camera, BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(Camera, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
+ nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth*
name: BoxToViewportAndDepth
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_
@@ -1867,8 +2606,8 @@ references:
name.vb: PerspectiveOffCenter(Camera, Single, Single, Single, Single)
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- nameWithType: CameraMatrixUtils.PerspectiveOffCenter(Camera, in float, in float, in float, in float)
- nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(Camera, Single, Single, Single, Single)
+ nameWithType: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
+ nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter*
name: PerspectiveOffCenter
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_PerspectiveOffCenter_
@@ -1876,85 +2615,18 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter
nameWithType: CameraMatrixUtils.PerspectiveOffCenter
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- name: TargetedFrustumCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- nameWithType: TargetedFrustumCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- name: AllExceptTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_AllExceptTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- nameWithType: TargetedFrustumCamera.AllExceptTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- name: ComputeTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_ComputeTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- nameWithType: TargetedFrustumCamera.ComputeTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- name: SingleTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_SingleTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- nameWithType: TargetedFrustumCamera.SingleTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: TargetedFrustumCamera.TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- nameWithType: TargetedFrustumCamera.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name: TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings__UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name.vb: TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, in ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, ByRef ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- nameWithType.vb: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle*
- name: TestVisibilitySingle
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ name: FrustumCulling
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ nameWithType: FrustumCulling
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ name: isActive
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ nameWithType: FrustumCulling.isActive
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester
name: IVisibilityTester
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -1987,13 +2659,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).Settings
nameWithType: IVisibilityTester.Settings
nameWithType.vb: IVisibilityTester(Of TSettings).Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name: TestVisibility(TSettings, Vector3, int, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name.vb: TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, UnityEngine.Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, UnityEngine.Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
nameWithType: IVisibilityTester.TestVisibility(TSettings, Vector3, int, PrecomputedArea)
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility*
@@ -2005,89 +2677,12 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility
nameWithType: IVisibilityTester.TestVisibility
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- name: IdCubemapCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- nameWithType: IdCubemapCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- name: CubemapRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_CubemapRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- nameWithType: IdCubemapCamera.CubemapRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- name: EquirectRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_EquirectRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- nameWithType: IdCubemapCamera.EquirectRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- name: GetLastCameraRenderer()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer()
- nameWithType: IdCubemapCamera.GetLastCameraRenderer()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer*
- name: GetLastCameraRenderer
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- nameWithType: IdCubemapCamera.GetLastCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds*
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeIdCubemapSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ name: PCCMonoBehaviour
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ nameWithType: PCCMonoBehaviour
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea
name: PrecomputedArea
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -2140,13 +2735,13 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
nameWithType: PrecomputedArea.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_Vector3__PrecomputedSceneData__List_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers*
@@ -2186,6 +2781,111 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
nameWithType: PrecomputedCullingRendererId.Id
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ name: PrecomputedLoadMethod
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ nameWithType: PrecomputedLoadMethod
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ name: Manual
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ nameWithType: PrecomputedLoadMethod.Manual
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ name: OnChangeScene
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ nameWithType: PrecomputedLoadMethod.OnChangeScene
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ name: PrecomputedManager
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ nameWithType: PrecomputedManager
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ name: Awake()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake()
+ nameWithType: PrecomputedManager.Awake()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake*
+ name: Awake
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ nameWithType: PrecomputedManager.Awake
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ name: PrecomputedSceneSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ nameWithType: PrecomputedSceneSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ name: AddVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant*
+ name: AddVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ nameWithType: PrecomputedSceneSettings.AddVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ name: JoinVariants
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ nameWithType: PrecomputedSceneSettings.JoinVariants
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ nameWithType: PrecomputedSceneSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ name: RemoveVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant*
+ name: RemoveVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ nameWithType: PrecomputedSceneSettings.RemoveVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ name: VariantAreaDatas
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ nameWithType: PrecomputedSceneSettings.VariantAreaDatas
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ nameWithType: PrecomputedSceneSettings.VariantsSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ name: allVariantsDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ name: loadMethodOn
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ nameWithType: PrecomputedSceneSettings.loadMethodOn
- uid: ProgLibrary.PrecomputedCulling.PrecomputedCamera
name: PrecomputedCamera
href: api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -2235,11 +2935,11 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedController.New
nameWithType: PrecomputedController.PrecomputedController
nameWithType.vb: PrecomputedController.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
name: AddOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.AddOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea*
name: AddOcclusionArea
@@ -2248,11 +2948,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea
nameWithType: PrecomputedController.AddOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
name: AddOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings*
name: AddOcclusionSceneSettings
@@ -2287,6 +2987,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderers
nameWithType: PrecomputedController.GetAllRenderers
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ name: GetAllRenderersAsBakeContainer()
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer()
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer()
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer*
+ name: GetAllRenderersAsBakeContainer
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
name: Instance
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_Instance
@@ -2300,6 +3013,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
nameWithType: PrecomputedController.Instance
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking
+ commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking*
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
name: LoadPrecomputedData()
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_LoadPrecomputedData
@@ -2313,11 +3039,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
nameWithType: PrecomputedController.LoadPrecomputedData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
name: RemoveOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea*
name: RemoveOcclusionArea
@@ -2326,11 +3052,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea
nameWithType: PrecomputedController.RemoveOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
name: RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings*
name: RemoveOcclusionSceneSettings
@@ -2339,11 +3065,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
name: RemoveScene(Scene)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
nameWithType: PrecomputedController.RemoveScene(Scene)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene*
name: RemoveScene
@@ -2378,11 +3104,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.SceneData
nameWithType: PrecomputedController.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
name: UpdateVisibility(Vector3, PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_UnityEngine_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedController.UpdateVisibility(Vector3, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility*
name: UpdateVisibility
@@ -2391,789 +3117,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility
nameWithType: PrecomputedController.UpdateVisibility
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- nameWithType: AreaDataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name: AreaDataIndex(PrecomputedArea, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name.vb: New(PrecomputedArea, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, Integer)
- nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
- nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New
- nameWithType: AreaDataIndex.AreaDataIndex
- nameWithType.vb: AreaDataIndex.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- name: DataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- nameWithType: AreaDataIndex.DataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- name: PrecomputedArea
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- nameWithType: AreaDataIndex.PrecomputedArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- name: PrecomputedSceneAreaData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- nameWithType: PrecomputedSceneAreaData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- name: AreasIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- nameWithType: PrecomputedSceneAreaData.AreasIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- name: VariantId
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- nameWithType: PrecomputedSceneAreaData.VariantId
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- nameWithType: PrecomputedSceneVariantData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name: PrecomputedSceneVariantData()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name.vb: New()
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- nameWithType.vb: PrecomputedSceneVariantData.New()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
- nameWithType.vb: PrecomputedSceneVariantData.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- name: BakeTime
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- nameWithType: PrecomputedSceneVariantData.BakeTime
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- name: IndexVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- nameWithType: PrecomputedSceneVariantData.IndexVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- name: Name
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- nameWithType: PrecomputedSceneVariantData.Name
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- nameWithType: PrecomputedSceneVariantData.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- name: ScenesInVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- nameWithType: PrecomputedSceneVariantData.ScenesInVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- name: SizeInMemory
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- nameWithType: PrecomputedSceneVariantData.SizeInMemory
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- nameWithType: PrecomputedSceneInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name: PrecomputedSceneInfo(int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name.vb: New(Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
- nameWithType.vb: PrecomputedSceneInfo.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- name: BakeSpots
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- nameWithType: PrecomputedSceneInfo.BakeSpots
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- name: Cells
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- nameWithType: PrecomputedSceneInfo.Cells
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- name: Occluders
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- nameWithType: PrecomputedSceneInfo.Occluders
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- name: PrecomputedLoadMethod
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- nameWithType: PrecomputedLoadMethod
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- name: Manual
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- nameWithType: PrecomputedLoadMethod.Manual
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- name: OnChangeScene
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- nameWithType: PrecomputedLoadMethod.OnChangeScene
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- name: PrecomputedSceneSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- nameWithType: PrecomputedSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- name: JoinVariants
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- nameWithType: PrecomputedSceneSettings.JoinVariants
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- nameWithType: PrecomputedSceneSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- name: VariantAreaDatas
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- nameWithType: PrecomputedSceneSettings.VariantAreaDatas
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- nameWithType: PrecomputedSceneSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- name: allVariantsDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- name: loadMethodOn
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- nameWithType: PrecomputedSceneSettings.loadMethodOn
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- name: RatingPopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- nameWithType: RatingPopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- name: RatingPopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- nameWithType: RatingPopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow()
- nameWithType: RatingPopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- nameWithType: RatingPopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- name: RatingPopupFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- nameWithType: RatingPopupFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- name: FirstUseDate
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupFile_FirstUseDate
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- nameWithType: RatingPopupFile.FirstUseDate
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- name: URLAddresses
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- nameWithType: URLAddresses
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- name: ASSET_STORE_RATE_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_ASSET_STORE_RATE_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- nameWithType: URLAddresses.ASSET_STORE_RATE_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- name: DISCORD_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_DISCORD_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- nameWithType: URLAddresses.DISCORD_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- name: GITHUB_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_GITHUB_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- nameWithType: URLAddresses.GITHUB_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- name: README_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_README_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- nameWithType: URLAddresses.README_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- name: WelcomePopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- nameWithType: WelcomePopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- name: SaveNotShowAgainFile()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile()
- nameWithType: WelcomePopupController.SaveNotShowAgainFile()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile*
- name: SaveNotShowAgainFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- nameWithType: WelcomePopupController.SaveNotShowAgainFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- name: WelcomePopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- nameWithType: WelcomePopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow()
- nameWithType: WelcomePopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- nameWithType: WelcomePopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- name: AssetBundleProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- nameWithType: AssetBundleProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name: LoadData(int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name.vb: LoadData(Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
- nameWithType: AssetBundleProvider.LoadData(int)
- nameWithType.vb: AssetBundleProvider.LoadData(Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
- name: LoadData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- nameWithType: AssetBundleProvider.LoadData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- name: PrecomputedDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- nameWithType: PrecomputedDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- name: BakeSprites
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- nameWithType: PrecomputedDataSettings.BakeSprites
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- name: BakeTerrain
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- nameWithType: PrecomputedDataSettings.BakeTerrain
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- name: BakeTransparent
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- nameWithType: PrecomputedDataSettings.BakeTransparent
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- name: CellDepthTestDensity
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- nameWithType: PrecomputedDataSettings.CellDepthTestDensity
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- name: CellDepthTestDensityOffset
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- name: CellsDivisions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- nameWithType: PrecomputedDataSettings.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- name: GetTypesProvider()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider()
- nameWithType: PrecomputedDataSettings.GetTypesProvider()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider*
- name: GetTypesProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- nameWithType: PrecomputedDataSettings.GetTypesProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- name: IsGlobalQuality
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- nameWithType: PrecomputedDataSettings.IsGlobalQuality
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- nameWithType: PrecomputedDataSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- name: TextureResolution
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- nameWithType: PrecomputedDataSettings.TextureResolution
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- nameWithType: PrecomputedDataSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- name: CreatePrecomputedPackage
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- nameWithType: CreatePrecomputedPackage
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- name: PrecomputedAreaEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- nameWithType: PrecomputedAreaEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- name: OnSceneGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
- nameWithType: PrecomputedAreaEditor.OnSceneGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
- name: OnSceneGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- nameWithType: PrecomputedAreaEditor.OnSceneGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- name: PrecomputedCameraEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- nameWithType: PrecomputedCameraEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- name: PrecomputedMenuSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- nameWithType: PrecomputedMenuSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- name: PrecomputedSceneSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- nameWithType: PrecomputedSceneSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- name: PrecomputedSceneSetup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- nameWithType: PrecomputedSceneSetup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- name: PrecomputedPlayStateNotifier
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- nameWithType: PrecomputedPlayStateNotifier
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- name: PrecomputedSpriteBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- nameWithType: PrecomputedSpriteBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes()
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes()
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- name: PrecomputedTerrainBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- nameWithType: PrecomputedTerrainBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes()
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes()
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- name: SerializedPropertyExtensions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- nameWithType: SerializedPropertyExtensions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue*
- name: GetSerializedValue
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- nameWithType: SerializedPropertyExtensions.GetSerializedValue
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name: GetSerializedValue(SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue__1_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name.vb: GetSerializedValue(Of T)(SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(Of T)(UnityEditor.SerializedProperty)
- nameWithType: SerializedPropertyExtensions.GetSerializedValue(SerializedProperty)
- nameWithType.vb: SerializedPropertyExtensions.GetSerializedValue(Of T)(SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- name: PrecomputedEditorUtils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- nameWithType: PrecomputedEditorUtils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name: DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_System_String_System_Single_System_String_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name.vb: DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, UnityEditor.SerializedProperty)
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- nameWithType.vb: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton*
- name: DrawHorizontalElementWithHelpImgButton
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name: EstimateBakeSize(int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name.vb: EstimateBakeSize(Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize(int, int)
- nameWithType.vb: PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize*
- name: EstimateBakeSize
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name: EstimateTimePerSpot(int, TextureResolution)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_System_Int32_ProgLibrary_PrecomputedCulling_Settings_TextureResolution_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name.vb: EstimateTimePerSpot(Integer, TextureResolution)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(int, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(Integer, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot(int, TextureResolution)
- nameWithType.vb: PrecomputedEditorUtils.EstimateTimePerSpot(Integer, TextureResolution)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot*
- name: EstimateTimePerSpot
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name: FormatKb(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name.vb: FormatKb(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(Double)
- nameWithType: PrecomputedEditorUtils.FormatKb(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatKb(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb*
- name: FormatKb
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- nameWithType: PrecomputedEditorUtils.FormatKb
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name: FormatMilliseconds(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name.vb: FormatMilliseconds(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(Double)
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatMilliseconds(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds*
- name: FormatMilliseconds
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- name: ArrayUtilsTests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- nameWithType: ArrayUtilsTests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
- name: Expand3DArrayIndex_ShouldReturnCorrectValues
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
+ commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ name: ArrayUtilsTests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+ commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ nameWithType: ArrayUtilsTests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
@@ -3339,497 +3307,396 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
nameWithType: CameraVisibleTests.VisibleObjects
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager
- name: PrecomputedManager
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedManager
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager
- nameWithType: PrecomputedManager
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- name: Awake()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake()
- nameWithType: PrecomputedManager.Awake()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake*
- name: Awake
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- nameWithType: PrecomputedManager.Awake
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- name: PrecomputedSceneInfoData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- nameWithType: PrecomputedSceneInfoData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name: GatherScenesInfo(List)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name.vb: GatherScenesInfo(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo(List)
- nameWithType.vb: PrecomputedSceneInfoData.GatherScenesInfo(List(Of SceneAsset))
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo*
- name: GatherScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo*
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- name: FrustumCulling
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- nameWithType: FrustumCulling
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- name: isActive
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- nameWithType: FrustumCulling.isActive
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- name: PCCMonoBehaviour
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- nameWithType: PCCMonoBehaviour
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- name: PCCConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- nameWithType: PCCConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- name: SaveConfig()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
- nameWithType: PCCConfig.SaveConfig()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
- name: SaveConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- nameWithType: PCCConfig.SaveConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- name: WelcomePopupNeverAgain
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- nameWithType: PCCConfig.WelcomePopupNeverAgain
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- name: WelcomePopupNeverAgainSetDate
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- name: PCCMonoBehaviourEditor
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- nameWithType: PCCMonoBehaviourEditor
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- name: DrawLinkButtons()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
- name: DrawLinkButtons
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- name: EditorWindowExtensions
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- nameWithType: EditorWindowExtensions
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: EnsureMinSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
- name: EnsureMinSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- nameWithType: EditorWindowExtensions.EnsureMinSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: SetSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
- name: SetSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- nameWithType: EditorWindowExtensions.SetSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- name: PCCEditorWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- nameWithType: PCCEditorWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- name: CreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
- nameWithType: PCCEditorWindow.CreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
- name: CreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- nameWithType: PCCEditorWindow.CreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- name: EnsureExactSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
- name: EnsureExactSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- nameWithType: PCCEditorWindow.EnsureExactSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- name: EnsureMinimumSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
- name: EnsureMinimumSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- nameWithType: PCCEditorWindow.EnsureMinimumSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- name: MenuItemLocation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- nameWithType: PCCEditorWindow.MenuItemLocation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
- nameWithType: PCCEditorWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- nameWithType: PCCEditorWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
- nameWithType: PCCEditorWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- nameWithType: PCCEditorWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- name: ValidateCreateGUIBasics()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
- name: ValidateCreateGUIBasics
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- name: PCCSettingsWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- nameWithType: PCCSettingsWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
- nameWithType: PCCSettingsWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- nameWithType: PCCSettingsWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
- nameWithType: PCCSettingsWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling.Provider
+ name: ProgLibrary.PrecomputedCulling.Provider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider
+ fullName: ProgLibrary.PrecomputedCulling.Provider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ name: AssetBundleProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ nameWithType: AssetBundleProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData()
+ nameWithType: AssetBundleProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ nameWithType: AssetBundleProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData()
+ nameWithType: AssetBundleProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ nameWithType: AssetBundleProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
+ nameWithType: AssetBundleProvider.LoadData(int)
+ nameWithType.vb: AssetBundleProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- nameWithType: PCCSettingsWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- name: PCCSettingsWindow.SettingCategory
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- nameWithType: PCCSettingsWindow.SettingCategory
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- name: Baking
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- nameWithType: PCCSettingsWindow.SettingCategory.Baking
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- name: DefaultProvider
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- name: DefaultValues
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- name: Info
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- nameWithType: PCCSettingsWindow.SettingCategory.Info
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- name: None
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- nameWithType: PCCSettingsWindow.SettingCategory.None
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- name: Validation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- nameWithType: PCCSettingsWindow.SettingCategory.Validation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
- nameWithType: PCCSettingsWindow.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
+ nameWithType: AssetBundleProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ name: IPrecomputedDataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ nameWithType: IPrecomputedDataProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData()
+ nameWithType: IPrecomputedDataProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ nameWithType: IPrecomputedDataProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData()
+ nameWithType: IPrecomputedDataProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ nameWithType: IPrecomputedDataProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(Integer)
+ nameWithType: IPrecomputedDataProvider.LoadData(int)
+ nameWithType.vb: IPrecomputedDataProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ nameWithType: IPrecomputedDataProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ name: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ name: SimpleTextSerializer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ nameWithType: SimpleTextSerializer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ name: ClearBuffer()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer()
+ nameWithType: SimpleTextSerializer.ClearBuffer()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer*
+ name: ClearBuffer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ nameWithType: SimpleTextSerializer.ClearBuffer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ name: FinishDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization()
+ nameWithType: SimpleTextSerializer.FinishDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization*
+ name: FinishDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ nameWithType: SimpleTextSerializer.FinishDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name: ProcessData(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name.vb: ProcessData(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(String)
+ nameWithType: SimpleTextSerializer.ProcessData(string)
+ nameWithType.vb: SimpleTextSerializer.ProcessData(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData*
+ name: ProcessData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ nameWithType: SimpleTextSerializer.ProcessData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ name: Serialize(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ nameWithType: SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize*
+ name: Serialize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ nameWithType: SimpleTextSerializer.Serialize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ name: StartDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization()
+ nameWithType: SimpleTextSerializer.StartDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization*
+ name: StartDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ nameWithType: SimpleTextSerializer.StartDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ nameWithType: ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name: ZipProvider(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name.vb: New(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New(String)
+ nameWithType: ZipProvider.ZipProvider(string)
+ nameWithType.vb: ZipProvider.New(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor*
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- nameWithType: PCCSettingsWindow.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- name: PCCWelcomePopup
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- nameWithType: PCCWelcomePopup
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- name: InitContent(VisualElement)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_UnityEngine_UIElements_VisualElement_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- nameWithType: PCCWelcomePopup.InitContent(VisualElement)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
- name: InitContent
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New
+ nameWithType: ZipProvider.ZipProvider
+ nameWithType.vb: ZipProvider.New
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData()
+ nameWithType: ZipProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: ZipProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ nameWithType: ZipProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ name: GetCreateTime()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime()
+ nameWithType: ZipProvider.GetCreateTime()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime*
+ name: GetCreateTime
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ nameWithType: ZipProvider.GetCreateTime
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ name: GetDataSize()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize()
+ nameWithType: ZipProvider.GetDataSize()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize*
+ name: GetDataSize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ nameWithType: ZipProvider.GetDataSize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData()
+ nameWithType: ZipProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ nameWithType: ZipProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(Integer)
+ nameWithType: ZipProvider.LoadData(int)
+ nameWithType.vb: ZipProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ nameWithType: ZipProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Renderer
+ name: ProgLibrary.PrecomputedCulling.Renderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer
+ nameWithType: ProgLibrary.PrecomputedCulling.Renderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ nameWithType: CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ name: BakeAlgorithms
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_BakeAlgorithms
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_PrecomputedArea_GameObject__
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name.vb: PrepareVisibilityTester(PrecomputedArea, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
+ name: PrepareVisibilityTester
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
- nameWithType: PCCWelcomePopup.InitContent
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
- nameWithType: PCCWelcomePopup.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name: RemoveRenderer(int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name.vb: RemoveRenderer(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer*
+ name: RemoveRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- nameWithType: PCCWelcomePopup.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
- nameWithType: PCCWelcomePopup.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ name: SetRenderer(IVisibilityTester)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_IVisibilityTester_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer*
+ name: SetRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- nameWithType: PCCWelcomePopup.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
- nameWithType: PCCWelcomePopup.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_IVisibilityTester_PrecomputedArea_Vector3_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name.vb: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- nameWithType: PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ name: RendererBakeAlgorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ nameWithType: RendererBakeAlgorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ name: Algorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_Algorithm
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ nameWithType: RendererBakeAlgorithm.Algorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ name: VisibilityTesterType
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_VisibilityTesterType
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Settings
name: ProgLibrary.PrecomputedCulling.Settings
href: api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -3932,6 +3799,85 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
nameWithType: PrecomputedBaseBakeSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ nameWithType: PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ name: BakeSprites
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ nameWithType: PrecomputedDataSettings.BakeSprites
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ name: BakeTerrain
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ nameWithType: PrecomputedDataSettings.BakeTerrain
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ name: BakeTransparent
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ nameWithType: PrecomputedDataSettings.BakeTransparent
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ name: CellDepthTestDensity
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensity
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ name: CellDepthTestDensityOffset
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ name: CellsDivisions
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ nameWithType: PrecomputedDataSettings.CellsDivisions
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
+ commentId: P:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ name: IsGlobalQuality
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ nameWithType: PrecomputedDataSettings.IsGlobalQuality
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ nameWithType: PrecomputedDataSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ name: TextureResolution
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ nameWithType: PrecomputedDataSettings.TextureResolution
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ nameWithType: PrecomputedDataSettings.VariantsSettings
- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea
name: PrecomputedSettingsArea
href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -3980,103 +3926,6 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
fullName: ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
nameWithType: TextureResolution.Ultra
-- uid: ProgLibrary.PrecomputedCulling.Shaders
- name: ProgLibrary.PrecomputedCulling.Shaders
- href: api/ProgLibrary.PrecomputedCulling.Shaders.html
- commentId: N:ProgLibrary.PrecomputedCulling.Shaders
- fullName: ProgLibrary.PrecomputedCulling.Shaders
- nameWithType: ProgLibrary.PrecomputedCulling.Shaders
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- name: CustomOcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- nameWithType: CustomOcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- name: BakeAlgorithms
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_BakeAlgorithms
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_GameObject__
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name.vb: PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ref UnityEngine.GameObject)
- fullName.vb: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ByRef UnityEngine.GameObject)
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
- name: PrepareVisibilityTester
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- name: RemoveRenderer(Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer*
- name: RemoveRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- name: SetRenderer(IVisibilityTester)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer*
- name: SetRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, UnityEngine.Vector3, System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- name: RendererBakeAlgorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- nameWithType: RendererBakeAlgorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- name: Algorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_Algorithm
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- nameWithType: RendererBakeAlgorithm.Algorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- name: ScriptableRendererData
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_ScriptableRendererData
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- nameWithType: RendererBakeAlgorithm.ScriptableRendererData
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- name: VisibilityTesterType
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_VisibilityTesterType
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Utils
name: ProgLibrary.PrecomputedCulling.Utils
href: api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -4203,6 +4052,25 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.FlattenArrayIndex
nameWithType: ArrayUtils.FlattenArrayIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ name: BoundingBoxExtensions
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ nameWithType: BoundingBoxExtensions
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ name: ExpandAA(BoundingBox, Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_BoundingBox_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+ nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA*
+ name: ExpandAA
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ nameWithType: BoundingBoxExtensions.ExpandAA
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities
name: ComputeShaderUtilities
href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -4216,22 +4084,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer
nameWithType: ComputeShaderUtilities.CreateArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name: CreateArrayBuffer(int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name: CreateArrayBuffer(in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer*
@@ -4241,13 +4109,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer
nameWithType: ComputeShaderUtilities.CreateValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name: CreateValueBuffer(T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name.vb: CreateValueBuffer(Of T)(T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer*
@@ -4257,13 +4125,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name: GetArrayViaBuffer(ComputeBuffer, int, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_UnityEngine_ComputeBuffer_System_Int32_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_ComputeBuffer_System_Int32_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name.vb: GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(UnityEngine.ComputeBuffer, int, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(UnityEngine.ComputeBuffer, Integer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
nameWithType.vb: ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer*
@@ -4273,13 +4141,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer
nameWithType: ComputeShaderUtilities.GetValueViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name: GetValueViaBuffer(ComputeBuffer, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_UnityEngine_ComputeBuffer_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_ComputeBuffer_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name.vb: GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(UnityEngine.ComputeBuffer, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(UnityEngine.ComputeBuffer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
nameWithType: ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
nameWithType.vb: ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer*
@@ -4289,22 +4157,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer
nameWithType: ComputeShaderUtilities.SetArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_Int32_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_Int32_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, int, int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, Integer, Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_String___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, string, in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer*
@@ -4314,15 +4182,70 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer
nameWithType: ComputeShaderUtilities.SetValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name: SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_ComputeShader_System_Int32_System_String___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name.vb: SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(UnityEngine.ComputeShader, int, string, T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ name: CoroutineState
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ nameWithType: CoroutineState
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ name: Finished
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html#ProgLibrary_PrecomputedCulling_Utils_CoroutineState_Finished
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ nameWithType: CoroutineState.Finished
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ name: CullingReferenceHelper
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ nameWithType: CullingReferenceHelper
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ name: CullingComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CullingComputeShader
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ nameWithType: CullingReferenceHelper.CullingComputeShader
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CustomOcclusionScriptableRenderer
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ nameWithType: CullingReferenceHelper.CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_PrecomputedDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ nameWithType: CullingReferenceHelper.PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ name: RendererColorCodingTexture
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_RendererColorCodingTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ nameWithType: CullingReferenceHelper.RendererColorCodingTexture
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions
name: PrecomputedAreaExtensions
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -4335,22 +4258,25 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
nameWithType: PrecomputedAreaExtensions.CameraIterator
-- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
name: CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_UnityEngine_Vector3Int__UnityEngine_Vector3Int__UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
- name.vb: CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in UnityEngine.Vector3Int, in UnityEngine.Vector3Int, in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3, ByRef ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_Vector3Int__Vector3Int__Vector3__BoundingBox__
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
+ name.vb: New(Vector3Int, Vector3Int, Vector3, BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor*
name: CameraIterator
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraPosition
name: CameraPosition
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator_CameraPosition
@@ -4370,6 +4296,421 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
nameWithType: PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ name: CameraPositionIterator(PrecomputedArea, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_PrecomputedArea_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator*
+ name: CameraPositionIterator
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name: GetCellBox(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name.vb: GetCellBox(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+ nameWithType: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ nameWithType.vb: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox*
+ name: GetCellBox
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ nameWithType: PrecomputedAreaExtensions.GetCellBox
+- uid: ProgLibrary.PrecomputedCulling.Versioning
+ name: ProgLibrary.PrecomputedCulling.Versioning
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Versioning
+ fullName: ProgLibrary.PrecomputedCulling.Versioning
+ nameWithType: ProgLibrary.PrecomputedCulling.Versioning
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version
+ nameWithType: Version
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name: Version(Serializable)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name.vb: New(Serializable)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ nameWithType: Version.Version(Version.Serializable)
+ nameWithType.vb: Version.New(Version.Serializable)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name: Version(ushort, ushort, ushort)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name.vb: New(UShort, UShort, UShort)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort)
+ nameWithType: Version.Version(ushort, ushort, ushort)
+ nameWithType.vb: Version.New(UShort, UShort, UShort)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name: Version(ushort, ushort, ushort, string)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name.vb: New(UShort, UShort, UShort, String)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort, String)
+ nameWithType: Version.Version(ushort, ushort, ushort, string)
+ nameWithType.vb: Version.New(UShort, UShort, UShort, String)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor*
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New
+ nameWithType: Version.Version
+ nameWithType.vb: Version.New
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: CompareTo(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.CompareTo(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo*
+ name: CompareTo
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ nameWithType: Version.CompareTo
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: Equals(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Equals(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name: Equals(object)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_System_Object_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name.vb: Equals(Object)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(object)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(Object)
+ nameWithType: Version.Equals(object)
+ nameWithType.vb: Version.Equals(Object)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals*
+ name: Equals
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ nameWithType: Version.Equals
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ nameWithType: Version.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ name: ExtensionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ExtensionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ nameWithType: Version.ExtensionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ name: GetHashCode()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode()
+ nameWithType: Version.GetHashCode()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode*
+ name: GetHashCode
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ nameWithType: Version.GetHashCode
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault
+ commentId: P:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault*
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ nameWithType: Version.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ nameWithType: Version.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ nameWithType: Version.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ name: Prefix
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Prefix
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ nameWithType: Version.Prefix
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ name: Version.Serializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ nameWithType: Version.Serializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ nameWithType: Version.Serializable.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: FromVersion(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Serializable.FromVersion(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion*
+ name: FromVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ nameWithType: Version.Serializable.FromVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ nameWithType: Version.Serializable.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ nameWithType: Version.Serializable.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ nameWithType: Version.Serializable.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ name: ToVersion()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion()
+ nameWithType: Version.Serializable.ToVersion()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion*
+ name: ToVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ nameWithType: Version.Serializable.ToVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ name: ToSerializable()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable()
+ nameWithType: Version.ToSerializable()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable*
+ name: ToSerializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ nameWithType: Version.ToSerializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ name: ToString()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString()
+ nameWithType: Version.ToString()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString*
+ name: ToString
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ nameWithType: Version.ToString
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name: ToStringParam(bool, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_System_Boolean_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name.vb: ToStringParam(Boolean, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(bool, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(Boolean, Boolean)
+ nameWithType: Version.ToStringParam(bool, bool)
+ nameWithType.vb: Version.ToStringParam(Boolean, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam*
+ name: ToStringParam
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ nameWithType: Version.ToStringParam
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name: TryParse(string, out Version, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_System_String_ProgLibrary_PrecomputedCulling_Versioning_Version__System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name.vb: TryParse(String, Version, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(string, out ProgLibrary.PrecomputedCulling.Versioning.Version, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(String, ProgLibrary.PrecomputedCulling.Versioning.Version, Boolean)
+ nameWithType: Version.TryParse(string, out Version, bool)
+ nameWithType.vb: Version.TryParse(String, Version, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse*
+ name: TryParse
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ nameWithType: Version.TryParse
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ name: VersionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_VersionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ nameWithType: Version.VersionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ name: Zero
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Zero
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ nameWithType: Version.Zero
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator ==(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: =(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator ==(Version, Version)
+ nameWithType.vb: Version.=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality*
+ name: operator ==
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality
+ isSpec: "True"
+ name.vb: =
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=
+ nameWithType: Version.operator ==
+ nameWithType.vb: Version.=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >(Version, Version)
+ nameWithType.vb: Version.>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan*
+ name: operator >
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan
+ isSpec: "True"
+ name.vb: '>'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>
+ nameWithType: Version.operator >
+ nameWithType.vb: Version.>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>=(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >=(Version, Version)
+ nameWithType.vb: Version.>=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual*
+ name: operator >=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual
+ isSpec: "True"
+ name.vb: '>='
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=
+ nameWithType: Version.operator >=
+ nameWithType.vb: Version.>=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator !=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <>(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator !=(Version, Version)
+ nameWithType.vb: Version.<>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality*
+ name: operator !=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality
+ isSpec: "True"
+ name.vb: <>
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>
+ nameWithType: Version.operator !=
+ nameWithType.vb: Version.<>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <(Version, Version)
+ nameWithType.vb: Version.<(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan*
+ name: operator <
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan
+ isSpec: "True"
+ name.vb: <
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<
+ nameWithType: Version.operator <
+ nameWithType.vb: Version.<
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <=(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <=(Version, Version)
+ nameWithType.vb: Version.<=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual*
+ name: operator <=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual
+ isSpec: "True"
+ name.vb: <=
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=
+ nameWithType: Version.operator <=
+ nameWithType.vb: Version.<=
- uid: ProgLibrary.PrecomputedCulling_Editor
name: ProgLibrary.PrecomputedCulling_Editor
href: api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -4382,28 +4723,130 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling_Editor.Bake
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake
nameWithType: ProgLibrary.PrecomputedCulling_Editor.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ name: BasicEditorBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ nameWithType: BasicEditorBakeProgress
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar()
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ nameWithType: BasicEditorBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ name: EditorBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ nameWithType: EditorBakeHelper
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas()
+ nameWithType: EditorBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ nameWithType: EditorBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
name: PrecomputedBakeProcess
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
nameWithType: PrecomputedBakeProcess
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: Bake(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: Bake(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.Bake(List)
- nameWithType.vb: PrecomputedBakeProcess.Bake(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake*
- name: Bake
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- nameWithType: PrecomputedBakeProcess.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name: PrecomputedBakeProcess()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New()
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess()
+ nameWithType.vb: PrecomputedBakeProcess.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor*
+ name: PrecomputedBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess
+ nameWithType.vb: PrecomputedBakeProcess.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
name: BakeAll()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeAll
@@ -4417,106 +4860,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
nameWithType: PrecomputedBakeProcess.BakeAll
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- name: BakeSelected()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected()
- nameWithType: PrecomputedBakeProcess.BakeSelected()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected*
- name: BakeSelected
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- nameWithType: PrecomputedBakeProcess.BakeSelected
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- name: BakeSelectedCoroutine()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine()
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine*
- name: BakeSelectedCoroutine
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: ClearOcclusionData(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: ClearOcclusionData(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData(List)
- nameWithType.vb: PrecomputedBakeProcess.ClearOcclusionData(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData*
- name: ClearOcclusionData
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant*
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- name: GenerateSceneRendererIdComponents(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents*
- name: GenerateSceneRendererIdComponents
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- name: GetOcclusionSceneSettings(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings*
- name: GetOcclusionSceneSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer*
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
name: PrecomputedCullingPipeline
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
nameWithType: PrecomputedCullingPipeline
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name: PrecomputedCullingPipeline()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New()
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ nameWithType.vb: PrecomputedCullingPipeline.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor*
+ name: PrecomputedCullingPipeline
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ nameWithType.vb: PrecomputedCullingPipeline.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeAllMultipleScenes
name: BakeAllMultipleScenes()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeAllMultipleScenes
@@ -4543,13 +4911,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeCurrent
nameWithType: PrecomputedCullingPipeline.BakeCurrent
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name: BakeScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_List_PrecomputedSceneVariantData__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name.vb: BakeScenes(List(Of PrecomputedSceneVariantData))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
nameWithType: PrecomputedCullingPipeline.BakeScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes*
@@ -4559,13 +4927,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes
nameWithType: PrecomputedCullingPipeline.BakeScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name: OpenScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_List_SceneAsset__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name.vb: OpenScenes(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
nameWithType: PrecomputedCullingPipeline.OpenScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes*
@@ -4575,38 +4943,6 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes
nameWithType: PrecomputedCullingPipeline.OpenScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- name: PrecomputedSaveTexture
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html
- commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- nameWithType: PrecomputedSaveTexture
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- name: SaveRTToFile(RenderTexture, RenderTexture)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_UnityEngine_RenderTexture_UnityEngine_RenderTexture_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture, UnityEngine.RenderTexture)
- nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile*
- name: SaveRTToFile
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- nameWithType: PrecomputedSaveTexture.SaveRTToFile
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- name: UpdateSettings(Boolean, Int32)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean, System.Int32)
- nameWithType: PrecomputedSaveTexture.UpdateSettings(Boolean, Int32)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings*
- name: UpdateSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow
name: BaseManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -4652,11 +4988,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnFocus
nameWithType: BaseManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4665,6 +5001,644 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI
nameWithType: BaseManualEditorWindow.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config
+ name: ProgLibrary.PrecomputedCulling_Editor.Config
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.Config
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.Config
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ name: PCCConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ nameWithType: PCCConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ name: HasWelcomePopupBeenShown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_HasWelcomePopupBeenShown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ nameWithType: PCCConfig.HasWelcomePopupBeenShown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ name: SaveConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
+ nameWithType: PCCConfig.SaveConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
+ name: SaveConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ nameWithType: PCCConfig.SaveConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ name: PCCConfig.Versioning
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ nameWithType: PCCConfig.Versioning
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ name: LastKnownGitHubVersion
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersion
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersion
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ name: LastKnownGitHubVersionFreshTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionFreshTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ name: LastKnownGitHubVersionSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ name: VersionUpdatePopupDisplayCooldown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupDisplayCooldown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ name: VersionUpdatePopupLastDisplayTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupLastDisplayTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ name: VersionUpdatePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ name: VersionUpdatePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ name: VersioningData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_VersioningData
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ nameWithType: PCCConfig.VersioningData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ name: WelcomePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ nameWithType: PCCConfig.WelcomePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ name: WelcomePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ name: CreatePrecomputedPackage
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ nameWithType: CreatePrecomputedPackage
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ name: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ name: PCCMonoBehaviourEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ nameWithType: PCCMonoBehaviourEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ name: DrawLinkButtons()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
+ name: DrawLinkButtons
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ name: PrecomputedAreaEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ nameWithType: PrecomputedAreaEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ name: OnSceneGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
+ name: OnSceneGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ name: PrecomputedCameraEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ nameWithType: PrecomputedCameraEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ name: PrecomputedSceneSettingsEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ nameWithType: PrecomputedSceneSettingsEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ name: PrecomputedSceneSetup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ nameWithType: PrecomputedSceneSetup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ name: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ name: EditorWindowExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ nameWithType: EditorWindowExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ name: EnsureMinSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
+ name: EnsureMinSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ nameWithType: EditorWindowExtensions.EnsureMinSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ name: SetSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
+ name: SetSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ nameWithType: EditorWindowExtensions.SetSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ name: PCCEditorWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ nameWithType: PCCEditorWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ name: CreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
+ nameWithType: PCCEditorWindow.CreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
+ name: CreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ nameWithType: PCCEditorWindow.CreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ name: EnsureExactSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
+ name: EnsureExactSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ nameWithType: PCCEditorWindow.EnsureExactSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ name: EnsureMinimumSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
+ name: EnsureMinimumSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ nameWithType: PCCEditorWindow.EnsureMinimumSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ name: MenuItemLocation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ nameWithType: PCCEditorWindow.MenuItemLocation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
+ nameWithType: PCCEditorWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ nameWithType: PCCEditorWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
+ nameWithType: PCCEditorWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ nameWithType: PCCEditorWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ name: ValidateCreateGUIBasics()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
+ name: ValidateCreateGUIBasics
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ name: PCCSettingsVersionSection
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ nameWithType: PCCSettingsVersionSection
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ nameWithType: PCCSettingsVersionSection.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ nameWithType: PCCSettingsVersionSection.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name: SetValidateButtonInteraction(bool, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_System_Boolean_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name.vb: SetValidateButtonInteraction(Boolean, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ nameWithType.vb: PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction*
+ name: SetValidateButtonInteraction
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ name: UpdateAvailableFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig*
+ name: UpdateAvailableFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ name: UpdateCurrentFromFile()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile()
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile*
+ name: UpdateCurrentFromFile
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ name: UpdateLastCheckFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig*
+ name: UpdateLastCheckFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ name: PCCSettingsWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ nameWithType: PCCSettingsWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
+ nameWithType: PCCSettingsWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ nameWithType: PCCSettingsWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ name: PCCSettingsWindow.SettingCategory
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ nameWithType: PCCSettingsWindow.SettingCategory
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ name: Baking
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ nameWithType: PCCSettingsWindow.SettingCategory.Baking
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ name: DefaultProvider
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ name: DefaultValues
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ name: Info
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ nameWithType: PCCSettingsWindow.SettingCategory.Info
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ name: None
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ nameWithType: PCCSettingsWindow.SettingCategory.None
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ name: Validation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ nameWithType: PCCSettingsWindow.SettingCategory.Validation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
+ nameWithType: PCCSettingsWindow.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ nameWithType: PCCSettingsWindow.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ name: PCCWelcomePopup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ nameWithType: PCCWelcomePopup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ nameWithType: PCCWelcomePopup.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ nameWithType: PCCWelcomePopup.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
+ nameWithType: PCCWelcomePopup.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ nameWithType: PCCWelcomePopup.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
+ nameWithType: PCCWelcomePopup.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ nameWithType: PCCWelcomePopup.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ name: UIToolkitExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ nameWithType: UIToolkitExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name: SetDisplay(VisualElement, bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_VisualElement_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name.vb: SetDisplay(VisualElement, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+ nameWithType: UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ nameWithType.vb: UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay*
+ name: SetDisplay
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ nameWithType: UIToolkitExtensions.SetDisplay
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow
name: IManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -4710,11 +5684,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnFocus
nameWithType: IManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: IManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4784,13 +5758,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.Default
nameWithType: LegendColorInfo.Default
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name: DrawGUI(List, Rect, float)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__UnityEngine_Rect_System_Single_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__Rect_System_Single_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name.vb: DrawGUI(List(Of LegendColorInfo), Rect, Single)
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List, UnityEngine.Rect, float)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), UnityEngine.Rect, Single)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List, Rect, float)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), Rect, Single)
nameWithType: LegendColorInfo.DrawGUI(List, Rect, float)
nameWithType.vb: LegendColorInfo.DrawGUI(List(Of LegendColorInfo), Rect, Single)
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI*
@@ -4800,13 +5774,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI
nameWithType: LegendColorInfo.DrawGUI
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name: GetGUIHeight(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name.vb: GetGUIHeight(List(Of LegendColorInfo))
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
nameWithType: LegendColorInfo.GetGUIHeight(List)
nameWithType.vb: LegendColorInfo.GetGUIHeight(List(Of LegendColorInfo))
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight*
@@ -4840,13 +5814,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
fullName: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
nameWithType: ReflectedOverlayWindow
-- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(UnityEngine.GUIContent,System.Action{UnityEngine.Object,UnityEditor.SceneView},System.Int32,System.Object)
+- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(GUIContent,Action{Object,SceneView},System.Int32,System.Object)
name: ReflectedOverlayWindow(GUIContent, Action
Inherited Members
- - - -public class ColorIndexingCameraRenderer
@@ -120,13 +96,22 @@ Methods
- Render(ScriptableRenderContext, Camera)
- Render entry point
+ Render()
+ Draw all visible geometry
+
+
+ Declaration
+
+ public void Render()
+
+
+ Setup(ScriptableRenderContext, Camera)
+ Setup rendering process
Declaration
- public void Render(ScriptableRenderContext context, Camera camera)
+ public void Setup(ScriptableRenderContext context, Camera camera)
Parameters
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
deleted file mode 100644
index 3d65424..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipeline
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
deleted file mode 100644
index cfa8eef..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-
-
-
- Class ColorIndexingRenderPipelineAsset
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
index 6f0a371..ab87628 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -85,12 +85,6 @@ Classes
ColorIndexingCameraRenderer
Management of the rendered image. Drawing objects and distinguishing them.
-
- ColorIndexingRenderPipeline
- Scriptable renderer pipeline for color coding the objects in the scene
-
- ColorIndexingRenderPipelineAsset
- Custom rendering pipeline asset to color code objects with appropriate index
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
new file mode 100644
index 0000000..63528f1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+ Namespace ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
index 0963006..548b419 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ Assembly: cs.temp.dll.dll
Syntax
public static class CameraMatrixUtils
@@ -119,13 +95,13 @@ Methods
- BoxToViewportAndDepth(Camera, BoundingBox)
+ BoxToViewportAndDepth(Camera, BoundingBox)
Using bounding box of the object, calculates Viewport values (Rect) in [0,1] as well as distance from camera (depth) of the furthest points in the box
Declaration
- public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this Camera camera, BoundingBox box)
+ public static (Rect Viewport, float Depth) BoxToViewportAndDepth(this UnityEngine.Camera camera, BoundingBox box)
Parameters
@@ -144,7 +120,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
Box to calculate against
@@ -161,7 +137,7 @@ Returns
- (Rect Viewport, float Depth)
+ (Rect Viewport, float Depth)
@@ -173,7 +149,7 @@
Declaration
- public static Matrix4x4 PerspectiveOffCenter(this Camera camera, in float left, in float right, in float bottom, in float top)
+ public static Matrix4x4 PerspectiveOffCenter(this UnityEngine.Camera camera, in float left, in float right, in float bottom, in float top)
Parameters
@@ -192,25 +168,25 @@ Parameters
- float
+ float
left
Left value of the view frustum
- float
+ float
right
Right value of view frustum
- float
+ float
bottom
Bottom value of the view frustum
- float
+ float
top
Top value of the view frustum
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
deleted file mode 100644
index 1732af9..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
+++ /dev/null
@@ -1,694 +0,0 @@
-
-
-
-
-
-
-
-
- Class TargetedFrustumCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
new file mode 100644
index 0000000..99eed27
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+ Class FrustumCulling
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
index 3aa89d7..18c0cf7 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html
@@ -82,8 +82,8 @@ Interface to test visibility from bake spot
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester<TSettings> : IVisibilityTester where TSettings : PrecomputedBaseBakeSettings
@@ -132,7 +132,7 @@ Property Value
Methods
- TestVisibility(TSettings, Vector3, int, PrecomputedArea)
+ TestVisibility(TSettings, Vector3, int, PrecomputedArea)
Performs visibility test over all cameras locations
@@ -162,7 +162,7 @@ Parameters
- int
+ int
scriptableRendererIndex
Renderer index for
@@ -184,7 +184,7 @@ Returns
- IEnumerable<PrecomputedVisibilityIndices>
+ IEnumerable<PrecomputedVisibilityIndices>
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
index 31a72f2..9c6043b 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -82,8 +82,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityTester
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
deleted file mode 100644
index 595157c..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
-
-
- Class IdCubemapCamera
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
new file mode 100644
index 0000000..5986ebc
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ Class PCCMonoBehaviour
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
index 1ad32b0..6259ba4 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -84,361 +84,14 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedArea
+ object
+ PrecomputedArea
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedArea : MonoBehaviour
+ public class PrecomputedArea : MonoBehaviour
Fields
@@ -460,7 +113,7 @@ Field Value
- bool
+ bool
@@ -483,7 +136,7 @@ Field Value
- bool
+ bool
@@ -506,7 +159,7 @@ Field Value
- bool
+ bool
@@ -517,8 +170,7 @@
Declaration
- [HideInInspector]
-public BoundingBox Box
+ public BoundingBox Box
Field Value
@@ -530,7 +182,7 @@ Field Value
- BoundingBox
+ BoundingBox
@@ -541,8 +193,7 @@
Declaration
- [SerializeField]
-public Vector3Int CellsDivisions
+ public Vector3Int CellsDivisions
Field Value
@@ -559,13 +210,13 @@ Field Value
- Priority
- Priority, which occlusion area is used when two are overlapping, higher priority will be used
+ precomputedData
+ Occlusion data that this occlusion area is using
Declaration
- public int Priority
+ public PrecomputedData precomputedData
Field Value
@@ -577,19 +228,18 @@ Field Value
- int
+ PrecomputedData
- precomputedData
- Occlusion data that this occlusion area is using
+ Priority
+ Priority, which occlusion area is used when two are overlapping, higher priority will be used
Declaration
- [SerializeField]
-public PrecomputedData precomputedData
+ public int Priority
Field Value
@@ -601,7 +251,7 @@ Field Value
- PrecomputedData
+ int
@@ -624,7 +274,7 @@ Field Value
- PrecomputedSettingsArea
+ PrecomputedSettingsArea
@@ -651,7 +301,7 @@ Parameters
- int
+ int
index
Index of the chunk
@@ -679,7 +329,7 @@
- GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
+ GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List<PrecomputedVisibilityIndices>, in PrecomputedCamera)
Get all renderers visible from given position
@@ -703,12 +353,12 @@ Parameters
- PrecomputedSceneData
+ PrecomputedSceneData
targetScene
- List<PrecomputedVisibilityIndices>
+ List<PrecomputedVisibilityIndices>
indices
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
index f0cbe15..395bedc 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html
@@ -84,358 +84,12 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
-
- PrecomputedCullingRendererId
+ object
+
+ PrecomputedCullingRendererId
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingRendererId : PCCMonoBehaviour
@@ -460,7 +114,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
rename to api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
index d597fe8..f328f8e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
@@ -74,16 +74,16 @@
-
+
- Enum PrecomputedLoadMethod
+ Enum PrecomputedLoadMethod
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.MonoBehaviours
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PrecomputedLoadMethod
@@ -98,11 +98,11 @@ Fields
- Manual
+ Manual
- OnChangeScene
+ OnChangeScene
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
new file mode 100644
index 0000000..c71341d
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedManager
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
new file mode 100644
index 0000000..f5275d7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
index 6d27fdd..38b58e3 100644
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html
@@ -83,11 +83,22 @@
Classes
+ FrustumCulling
+
+ PCCMonoBehaviour
+
PrecomputedArea
Area to precomputed. Area settings to bake and runtime culling.
PrecomputedCullingRendererId
Automatically added to occluded object to index them
+
+ PrecomputedManager
+ Prepares Precomputed Culling
+
+ PrecomputedSceneSettings
+ Occlusion Settings for scene
+Required to automatically load the correct variants
Interfaces
@@ -97,6 +108,10 @@ IVisibilityTester<TSettings>
Interface to test visibility from bake spot
+ Enums
+
+ PrecomputedLoadMethod
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
index 0e62560..6fae64c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -84,357 +84,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- PrecomputedCamera
+ object
+ PrecomputedCamera
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCamera : MonoBehaviour
@@ -459,7 +113,7 @@ Field Value
- bool
+ bool
@@ -470,8 +124,7 @@
Declaration
- [Range(0, 2500)]
-public int MinimalReqVisibility
+ public int MinimalReqVisibility
Field Value
@@ -483,7 +136,7 @@ Field Value
- int
+ int
@@ -494,8 +147,7 @@
Declaration
- [Range(0, 6)]
-public int NeightbourCellsRadius
+ public int NeightbourCellsRadius
Field Value
@@ -507,7 +159,7 @@ Field Value
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
index 7b2227e..d647424 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedController.html
@@ -79,40 +79,16 @@
Class PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedController
@@ -154,6 +130,30 @@ Property Value
+
+ IsBaking
+ Sets true if occlusion is being baked
+
+
+ Declaration
+
+ public bool IsBaking { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
RenderersCount
Get renderers count
@@ -173,7 +173,7 @@ Property Value
- int
+ int
@@ -197,7 +197,7 @@ Property Value
- IReadOnlyList<PrecomputedSceneData>
+ IReadOnlyList<PrecomputedSceneData>
@@ -205,7 +205,7 @@ Property Value
Methods
- AddOcclusionArea(PrecomputedArea)
+ AddOcclusionArea(PrecomputedArea)
Add Precomputed area
@@ -224,14 +224,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ AddOcclusionSceneSettings(PrecomputedSceneSettings)
Add Precomputed Scene settings
@@ -250,7 +250,7 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
@@ -284,7 +284,31 @@ Returns
- IEnumerable<IPrecomputedRendererContainer>
+ IEnumerable<IPrecomputedRendererContainer>
+
+
+
+
+
+ GetAllRenderersAsBakeContainer()
+ Get all renderers from all scenes as PrecomputedRendererBakeContainer
+
+
+ Declaration
+
+ public IEnumerable<PrecomputedRendererBakeContainer> GetAllRenderersAsBakeContainer()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<PrecomputedRendererBakeContainer>
@@ -299,7 +323,7 @@ Declaration
public void LoadPrecomputedData()
- RemoveOcclusionArea(PrecomputedArea)
+ RemoveOcclusionArea(PrecomputedArea)
Remove Precomputed area
@@ -318,14 +342,14 @@ Parameters
- PrecomputedArea
+ PrecomputedArea
precomputedArea
- RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
Remove Precomputed Scene settings
@@ -344,14 +368,14 @@ Parameters
- PrecomputedSceneSettings
+ PrecomputedSceneSettings
precomputedSceneSettings
- RemoveScene(Scene)
+ RemoveScene(Scene)
Remove scene
@@ -377,7 +401,7 @@ Parameters
- UpdateVisibility(Vector3, PrecomputedCamera)
+ UpdateVisibility(Vector3, PrecomputedCamera)
Updates the occlusions for current camera position
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
deleted file mode 100644
index 59629e8..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+++ /dev/null
@@ -1,619 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
deleted file mode 100644
index 7a59010..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
+++ /dev/null
@@ -1,510 +0,0 @@
-
-
-
-
-
-
-
-
- Class RatingPopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
deleted file mode 100644
index 0fc543a..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupController
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
deleted file mode 100644
index 260e34e..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
+++ /dev/null
@@ -1,514 +0,0 @@
-
-
-
-
-
-
-
-
- Class WelcomePopupEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
deleted file mode 100644
index 9420d4b..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
deleted file mode 100644
index 1e5a153..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+++ /dev/null
@@ -1,582 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedDataSettings
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
deleted file mode 100644
index 9f54943..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedAreaEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
deleted file mode 100644
index af8ebba..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedCameraEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
deleted file mode 100644
index 0138252..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedMenuSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
deleted file mode 100644
index e2bada1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSettingsEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
deleted file mode 100644
index f7348f1..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+++ /dev/null
@@ -1,474 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneSetup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
deleted file mode 100644
index 87d3f42..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
index f4f2b55..bbb6bcb 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- ArrayUtilsTests
+ object
+ ArrayUtilsTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
public class ArrayUtilsTests : MonoBehaviour
@@ -446,15 +100,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 1, 1, 0, 0, 0 })]
-[TestCase(new object[] { 1, 2, 1, 1, 0, 0 })]
-[TestCase(new object[] { 1, 1, 2, 0, 1, 0 })]
-[TestCase(new object[] { 14, 3, 3, 2, 1, 1 })]
-[TestCase(new object[] { -1, 1, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 0, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 1, 0, -1, -1, -1 })]
-public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
+ public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
Parameters
@@ -467,32 +113,32 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
x
- int
+ int
y
- int
+ int
z
@@ -504,19 +150,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1, 0 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2, 1 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2, 7 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1, -1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1, -1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2, -1 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3, -1 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5, -1 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647, -1 })]
-public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
+ public void Flatten3DArrayIndex_ShouldReturnCorrectIndex(int x, int y, int z, int xMax, int yMax, int expected)
Parameters
@@ -529,32 +163,32 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
- int
+ int
expected
@@ -566,19 +200,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, 0, 2, 1 })]
-[TestCase(new object[] { 0, 1, 0, 1, 2 })]
-[TestCase(new object[] { 1, 1, 1, 2, 2 })]
-[TestCase(new object[] { 1, 0, 0, 1, 1 })]
-[TestCase(new object[] { 1, 1, 0, 1, 1 })]
-[TestCase(new object[] { 1, 0, -1, 1, 1 })]
-[TestCase(new object[] { -1, 1, 2, 2, 2 })]
-[TestCase(new object[] { 2, -1, 1, 3, 3 })]
-[TestCase(new object[] { 7, 14, 3, 5, 5 })]
-[TestCase(new object[] { 2147483646, 2147483646, 1, 2147483647, 2147483647 })]
-public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
+ public void FlattenIntoExpandIntoAssert(int x, int y, int z, int xMax, int yMax)
Parameters
@@ -591,27 +213,27 @@ Parameters
- int
+ int
x
- int
+ int
y
- int
+ int
z
- int
+ int
xMax
- int
+ int
yMax
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
index 17c5ed4..22fdf5e 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class BoundingBoxTests
+ public class BoundingBoxTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void TestClosestPoint_45X_Inside_Zero()
+ public void TestClosestPoint_45X_Inside_Zero()
TestClosestPoint_90X_Inside_Zero()
@@ -134,8 +108,7 @@
Declaration
- [Test]
-public void TestClosestPoint_90X_Inside_Zero()
+ public void TestClosestPoint_90X_Inside_Zero()
TestClosestPoint_AA_Inside_Center()
@@ -143,8 +116,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Center()
+ public void TestClosestPoint_AA_Inside_Center()
TestClosestPoint_AA_Inside_Zero()
@@ -152,8 +124,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Inside_Zero()
+ public void TestClosestPoint_AA_Inside_Zero()
TestClosestPoint_AA_Outside_Center()
@@ -161,8 +132,7 @@
Declaration
- [Test]
-public void TestClosestPoint_AA_Outside_Center()
+ public void TestClosestPoint_AA_Outside_Center()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
index 9ed629b..2719a83 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html
@@ -83,39 +83,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
- [TestFixture]
-public class PrecomputedChunkDataTests
+ public class PrecomputedChunkDataTests
Methods
@@ -125,8 +100,7 @@
Declaration
- [Test]
-public void GetChunkIndex_Test()
+ public void GetChunkIndex_Test()
GetNeighbourhoodChunkIndex_Test(int, int, int, int, int, int, int, int)
@@ -134,19 +108,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 1, 1, 1, 0, 3, 3, 3, 1 })]
-[TestCase(new object[] { 3, 3, 3, 1, 54, 55, 25, 27 })]
-[TestCase(new object[] { 10, 10, 10, 6, 100, 100, 100, 2197 })]
-[TestCase(new object[] { 0, 0, 0, 6, 100, 100, 100, 343 })]
-[TestCase(new object[] { -1, 0, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, -1, 0, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 0, 0, -1, 1, 2, 2, 2, 8 })]
-[TestCase(new object[] { 2, 0, 0, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 3, 1, 1, 1, 2, 2, -1 })]
-[TestCase(new object[] { 0, 0, 8, 1, 2, 5, 5, -1 })]
-public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
+ public void GetNeighbourhoodChunkIndex_Test(int xID, int yID, int zID, int neighbourCellsRadius, int width, int height, int length, int cellsCount)
Parameters
@@ -159,42 +121,42 @@ Parameters
- int
+ int
xID
- int
+ int
yID
- int
+ int
zID
- int
+ int
neighbourCellsRadius
- int
+ int
width
- int
+ int
height
- int
+ int
length
- int
+ int
cellsCount
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
index 966fe91..c919369 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
+++ b/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html
@@ -83,357 +83,11 @@
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- CameraVisibleTests
+ object
+ CameraVisibleTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
- Assembly: PrecomputedCulling_TestsPlay.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ Assembly: cs.temp.dll.dll
Syntax
public class CameraVisibleTests : MonoBehaviour
@@ -458,7 +112,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
@@ -481,7 +135,7 @@ Field Value
- List<GameObject>
+ List<GameObject>
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
deleted file mode 100644
index 6097108..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
+++ /dev/null
@@ -1,488 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedManager
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html b/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
deleted file mode 100644
index deb9b43..0000000
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
-
-
-
-
-
-
- Class PrecomputedSceneInfoData
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
similarity index 58%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
index b6f953d..5f32e79 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
@@ -74,57 +74,92 @@
-
+
- Class AssetBundleProvider
+ Class AssetBundleProvider
Provider using Assetbundle for packing and loading data
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Provider
+ Assembly: cs.temp.dll.dll
+ Syntax
public class AssetBundleProvider : IPrecomputedDataProvider
Methods
-
- LoadData(int)
+
+ GenerateData()
+ Build Assetbundle for current build target platform
+
+
+ Declaration
+
+ public void GenerateData()
+
+
+ GenerateData(PrecomputedDataVariant)
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public void GenerateData(PrecomputedDataVariant variant)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedDataVariant
+ variant
+
+
+
+
+
+ LoadAllData()
+ Provider using Assetbundle for packing and loading data
+
+
+ Declaration
+
+ public List<PrecomputedDataVariant> LoadAllData()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ List<PrecomputedDataVariant>
+
+
+
+
+
+ LoadData(int)
Checks if asset bundle is already loaded.
Loading the proper variant of the data from the assetbundle package
@@ -144,7 +179,7 @@ Parameters
- int
+ int
variantIndex
@@ -160,14 +195,14 @@ Returns
- PrecomputedDataVariant
+ PrecomputedDataVariant
Implements
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
new file mode 100644
index 0000000..a5b1ab1
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+ Interface IPrecomputedDataProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
new file mode 100644
index 0000000..65c310e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+ Class SimpleTextSerializer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
new file mode 100644
index 0000000..0bb5c70
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+ Class ZipProvider
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
index ea58f10..17b701d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
| Prographers Precomputed Culling
-
@@ -74,23 +74,23 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
Classes
- PrecomputedSceneSettings
- Occlusion Settings for scene
-Required to automatically load the correct variants
+ SimpleTextSerializer
+ Simple text serializer for precomputed data.
+We use it in runtime to serialize and deserialize precomputed data.
+
+ ZipProvider
+ Provider using ZIP for packing and loading data.
+We use this provider for runtime bakes.
- Enums
-
- PrecomputedLoadMethod
-
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html b/api/ProgLibrary.PrecomputedCulling.Provider.html
similarity index 88%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
rename to api/ProgLibrary.PrecomputedCulling.Provider.html
index 5b52eb1..ef6ee07 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
+++ b/api/ProgLibrary.PrecomputedCulling.Provider.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
| Prographers Precomputed Culling
-
@@ -74,17 +74,22 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
Classes
- AssetBundleProvider
+ AssetBundleProvider
Provider using Assetbundle for packing and loading data
+
+ Interfaces
+
+ IPrecomputedDataProvider
+ Data provider is a way to bundle your occlusion data into game or application.
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
new file mode 100644
index 0000000..9ce61eb
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+ Class CustomOcclusionScriptableRenderer
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
new file mode 100644
index 0000000..578f306
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+ Class RendererBakeAlgorithm
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.html b/api/ProgLibrary.PrecomputedCulling.Renderer.html
similarity index 89%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.html
rename to api/ProgLibrary.PrecomputedCulling.Renderer.html
index 43d79d3..1d6786f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.html
+++ b/api/ProgLibrary.PrecomputedCulling.Renderer.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
| Prographers Precomputed Culling
-
@@ -74,19 +74,19 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
Classes
- CustomOcclusionScriptableRenderer
+ CustomOcclusionScriptableRenderer
Custom renderer scriptable object
- RendererBakeAlgorithm
+ RendererBakeAlgorithm
Bake algorithms data
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
deleted file mode 100644
index 07c19b7..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+++ /dev/null
@@ -1,499 +0,0 @@
-
-
-
-
-
-
-
-
- Class FrustumCulling
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
deleted file mode 100644
index 4ea1103..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+++ /dev/null
@@ -1,477 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviour
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
deleted file mode 100644
index f119839..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+++ /dev/null
@@ -1,426 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCMonoBehaviourEditor
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
deleted file mode 100644
index 15c48c3..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+++ /dev/null
@@ -1,723 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCEditorWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
deleted file mode 100644
index 67f4ef6..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+++ /dev/null
@@ -1,559 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCSettingsWindow
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
deleted file mode 100644
index eb57809..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+++ /dev/null
@@ -1,583 +0,0 @@
-
-
-
-
-
-
-
-
- Class PCCWelcomePopup
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
index df8ae36..e56b611 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html
@@ -82,8 +82,8 @@ Types of algorithms
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum BakeAlgorithm
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
index a4d17d4..ab514ec 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
@@ -84,38 +84,14 @@
Inheritance
-
+ object
PrecomputedBakeCameraSettings
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBakeCameraSettings : PrecomputedBaseBakeSettings
@@ -174,8 +150,7 @@
Declaration
- [HideInInspector]
-public bool VisibleTransparent
+ public bool VisibleTransparent
Field Value
@@ -187,7 +162,7 @@ Field Value
- bool
+ bool
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
index ec1abcb..b2521b7 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeIdCubemapSettings
@@ -100,48 +100,23 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [MovedFrom(false, "ProgLibrary.OcclusionCulling.Settings", "Prog_OclussionCulling", "PrecomputedBakeIdCubemapSettings")]
-[Serializable]
-public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeIdCubemapSettings : PrecomputedBakeCameraSettings
Fields
ColorFormat
- Color format used to generate cube map and equirect texture.
-
+ Color format used to generate cube map and equirect texture.
Reduce only if encountering artifacts or your GPU do not support default R16G16B16A16_UNorm
Declaration
- [HideInInspector]
-public GraphicsFormat ColorFormat
+ public GraphicsFormat ColorFormat
Field Value
@@ -167,8 +142,7 @@
Declaration
- [HideInInspector]
-public int ColorToFloatDivisor
+ public int ColorToFloatDivisor
Field Value
@@ -180,7 +154,7 @@ Field Value
- int
+ int
@@ -191,8 +165,7 @@
Declaration
- [HideInInspector]
-public TextureResolution TextureResolution
+ public TextureResolution TextureResolution
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
index 1f55507..a64d918 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html
@@ -84,7 +84,7 @@
Inheritance
-
+ object
PrecomputedBakeTargetedFrustumSettings
@@ -100,34 +100,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
+ public class PrecomputedBakeTargetedFrustumSettings : PrecomputedBakeCameraSettings
Fields
@@ -174,7 +152,7 @@ Field Value
- int
+ int
@@ -198,7 +176,7 @@ Field Value
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
index b4cb802..d4fe2f5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html
@@ -84,36 +84,12 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBaseBakeSettings
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
new file mode 100644
index 0000000..94924f7
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedDataSettings
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
index 31ca230..68686f2 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -84,39 +84,14 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedSettingsArea
+ public class PrecomputedSettingsArea
Fields
@@ -126,8 +101,7 @@
Declaration
- [HideInInspector]
-public BakeAlgorithm Algorithm
+ public BakeAlgorithm Algorithm
Field Value
@@ -150,8 +124,7 @@
Declaration
- [SerializeReference]
-public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
+ public PrecomputedBakeCameraSettings PrecomputedBakeCameraSettings
Field Value
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
index 1a9ef73..f2341bd 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling.Settings
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Settings
+ Assembly: cs.temp.dll.dll
Syntax
public enum TextureResolution
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.html b/api/ProgLibrary.PrecomputedCulling.Settings.html
index ba12bbb..67135ee 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -94,6 +94,9 @@ PrecomputedBaseBakeSettings
Base bake settings
+
+ PrecomputedDataSettings
+ Main precomputed settings
PrecomputedSettingsArea
Global occlusion settings to be displayed in the editor
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html b/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
deleted file mode 100644
index 657cae2..0000000
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
+++ /dev/null
@@ -1,473 +0,0 @@
-
-
-
-
-
-
-
-
- Class CustomOcclusionScriptableRenderer
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
index 707ad4d..eb24b3d 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ArrayUtils
@@ -251,17 +227,17 @@ Parameters
- int
+ int
index
- int
+ int
xMax
- int
+ int
yMax
@@ -277,7 +253,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -302,13 +278,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
divisor
Uniform size of the array
@@ -325,7 +301,7 @@ Returns
- (int x, int y, int z)
+ (int x, int y, int z)
@@ -350,13 +326,13 @@ Parameters
- int
+ int
index
Flatten array index
- int
+ int
width
Width of the array
@@ -373,19 +349,19 @@ Returns
- (int x, int y)
+ (int x, int y)
- Flatten3DArrayIndex(in int, in int, in int, in int)
- Get Array Index from 2D position
+ Flatten3DArrayIndex(in int, in int, in int, in int, in int)
+ Get Array Index from 3D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
Parameters
@@ -398,28 +374,29 @@ Parameters
- int
+ int
x
- X Position
-
+
- int
+ int
y
- Y Position
-
+
- int
+ int
z
- Z Position
-
+
- int
- divisor
- Uniform size of the array
-
+ int
+ xMax
+
+
+
+ int
+ yMax
+
@@ -433,19 +410,19 @@ Returns
- int
+ int
- Flatten3DArrayIndex(in int, in int, in int, in int, in int)
- Get Array Index from 3D position
+ Flatten3DArrayIndex(in int, in int, in int, in int)
+ Get Array Index from 2D position
Declaration
- public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
Parameters
@@ -458,29 +435,28 @@ Parameters
- int
+ int
x
-
+ X Position
+
- int
+ int
y
-
+ Y Position
+
- int
+ int
z
-
-
-
- int
- xMax
-
+ Z Position
+
- int
- yMax
-
+ int
+ divisor
+ Uniform size of the array
+
@@ -494,7 +470,7 @@ Returns
- int
+ int
@@ -519,19 +495,19 @@ Parameters
- int
+ int
x
X Position
- int
+ int
y
Y Position
- int
+ int
width
Width of the array
@@ -548,7 +524,7 @@ Returns
- int
+ int
diff --git a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
similarity index 68%
rename from api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
index 9dfc81a..eb30457 100644
--- a/api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class BoundingBoxExtensions
+ Class BoundingBoxExtensions
- Static methods for BoundingBox
+ Static methods for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class BoundingBoxExtensions
Methods
-
- ExpandAA(BoundingBox, Vector3)
+
+ ExpandAA(BoundingBox, Vector3)
Expands box to contain point
@@ -139,7 +115,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
index d9d812e..edf1c5f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -139,9 +115,9 @@ Parameters
- int
- count
- Default starting value
+ T[]
+ initialArray
+ Default starting array
@@ -184,13 +160,13 @@ Type Parameters
- CreateArrayBuffer<T>(in T[], ComputeBufferType)
+ CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -203,9 +179,9 @@ Parameters
- T[]
- initialArray
- Default starting array
+ int
+ count
+ Default starting value
@@ -248,13 +224,13 @@ Type Parameters
- CreateValueBuffer<T>(T, ComputeBufferType)
+ CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -312,7 +288,7 @@ Type Parameters
- GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+ GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
@@ -336,12 +312,12 @@ Parameters
- int
+ int
count
- bool
+ bool
clearBuffer
@@ -378,7 +354,7 @@ Type Parameters
- GetValueViaBuffer<T>(ComputeBuffer, bool)
+ GetValueViaBuffer<T>(ComputeBuffer, bool)
Get value from compute buffer of single value
@@ -402,7 +378,7 @@ Parameters
- bool
+ bool
clearBuffer
@@ -439,13 +415,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -464,19 +440,19 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- int
+ int
name
Name of the property
- int
+ int
count
Default starting value
@@ -521,13 +497,13 @@ Type Parameters
- SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
+ SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -546,13 +522,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
@@ -603,13 +579,13 @@ Type Parameters
- SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
+ SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
Set value for compute shader
Declaration
- public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -628,13 +604,13 @@ Parameters
- int
+ int
kernelId
Kernel Id of the compute shader
- string
+ string
name
Name of the property
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
new file mode 100644
index 0000000..3909a1b
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+ Class CoroutineState
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
similarity index 57%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
rename to api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
index 7a9790c..ae65eda 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class URLAddresses
+ Class CullingReferenceHelper
| Prographers Precomputed Culling
-
@@ -74,58 +74,35 @@
-
+
- Class URLAddresses
+ Class CullingReferenceHelper
- Here are addresses to the important website
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- public static class URLAddresses
+ public class CullingReferenceHelper : ScriptableObject
Fields
- ASSET_STORE_RATE_URL
- Here are addresses to the important website
+ CullingComputeShader
+ Compute shader for the culling process.
Declaration
- public const string ASSET_STORE_RATE_URL = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372 "
+ public ComputeShader CullingComputeShader
Field Value
@@ -137,18 +114,18 @@ Field Value
- string
+ ComputeShader
- DISCORD_URL
- Here are addresses to the important website
+ CustomOcclusionScriptableRenderer
+ Custom occlusion scriptable renderer.
Declaration
- public const string DISCORD_URL = "https://discord.gg/55gM3s3pdR"
+ public CustomOcclusionScriptableRenderer CustomOcclusionScriptableRenderer
Field Value
@@ -160,18 +137,18 @@ Field Value
- string
+ CustomOcclusionScriptableRenderer
- GITHUB_URL
- Here are addresses to the important website
+ PrecomputedDataSettings
+ Settings for the precomputed data.
Declaration
- public const string GITHUB_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public PrecomputedDataSettings PrecomputedDataSettings
Field Value
@@ -183,18 +160,18 @@ Field Value
- string
+ PrecomputedDataSettings
- README_URL
- Here are addresses to the important website
+ RendererColorCodingTexture
+ Shader for the renderer color coding texture.
Declaration
- public const string README_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public Shader RendererColorCodingTexture
Field Value
@@ -206,7 +183,33 @@ Field Value
- string
+ Shader
+
+
+
+
+ Properties
+
+
+ Instance
+ Singleton instance of the helper.
+
+
+ Declaration
+
+ public static CullingReferenceHelper Instance { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ CullingReferenceHelper
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
index 64c8cb5..cf619de 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html
@@ -82,37 +82,16 @@ Information about bake spots for visible test
-
- Inherited Members
-
- ValueType.Equals(Object)
-
-
- ValueType.GetHashCode()
-
-
- ValueType.ToString()
-
-
-
- Object.GetType()
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
- public readonly struct CameraIterator
+ public readonly struct PrecomputedAreaExtensions.CameraIterator
Constructors
- CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
Constructor
@@ -146,7 +125,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
@@ -186,7 +165,7 @@
Declaration
- public readonly float GetClampedIndex()
+ public float GetClampedIndex()
Returns
@@ -198,7 +177,7 @@ Returns
- Single
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
index 7eeb8c1..8a3fbb9 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -84,39 +84,113 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class PrecomputedAreaExtensions
+ Methods
+
+
+ CameraPositionIterator(PrecomputedArea, BoundingBox)
+ Iterates over all possible camera locations within given occlusion area with cell at given flattend index
+
+
+ Declaration
+
+ public static IEnumerable<PrecomputedAreaExtensions.CameraIterator> CameraPositionIterator(this PrecomputedArea precomputedArea, BoundingBox box)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Precomputed area
+
+
+
+ BoundingBox
+ box
+ BoundingBox of volume
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ IEnumerable<CameraIterator>
+
+
+
+
+
+ GetCellBox(PrecomputedArea, int)
+ Get single cell box
+
+
+ Declaration
+
+ public static BoundingBox GetCellBox(this PrecomputedArea precomputedArea, int index)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PrecomputedArea
+ precomputedArea
+ Occlusion area
+
+
+
+ int
+ index
+ Index of the cell
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ BoundingBox
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.html b/api/ProgLibrary.PrecomputedCulling.Utils.html
index 4437e9f..ade0db8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -85,12 +85,26 @@ Classes
ArrayUtils
Management of multidimensional arrays
+
+ BoundingBoxExtensions
+ Static methods for
ComputeShaderUtilities
Shader management for culling
+
+ CoroutineState
+
+ CullingReferenceHelper
+ Helper class to reference all the necessary assets for the precomputed culling.
+We need it as we have to access the data in runtime and in the editor.
PrecomputedAreaExtensions
Static method to get cells and bake spots of PrecomputedArea
+
+ Structs
+
+ PrecomputedAreaExtensions.CameraIterator
+ Information about bake spots for visible test
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
new file mode 100644
index 0000000..381d55a
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+ Struct Version.Serializable
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
new file mode 100644
index 0000000..9426c87
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
@@ -0,0 +1,1156 @@
+
+
+
+
+
+
+
+
+ Struct Version
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling.Versioning.html
similarity index 74%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
rename to api/ProgLibrary.PrecomputedCulling.Versioning.html
index 20c0e3a..dab6a47 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
| Prographers Precomputed Culling
-
@@ -74,28 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
- Classes
+ Structs
- CreatePrecomputedPackage
- Class to export Precomputed unitypackage
+ Version
+ Defines the immutable object which stores version related data in a way which provides easy comparision and
+conversion. The resulted version string can be one of the following: "Major.Minor.Patch", or
+"Major.Minor.Patch-Extension", both with the Prefix at the beginning.
- PrecomputedPlayStateNotifier
-
- PrecomputedSpriteBakeController
- Converts SpriteRenderer to mesh to be visible during bake
-
- PrecomputedTerrainBakeController
- Converts Unity Terrains temporary to mesh to be visible during bake
-
- SerializedPropertyExtensions
- Advance SerializableProperty methods
+ Version.Serializable
+ The Version object which is ready to be serialized. This class is for serialization only! To make
+any calculations, first create the Version object using built-in constructor or
+ToVersion() method.
diff --git a/api/ProgLibrary.PrecomputedCulling.html b/api/ProgLibrary.PrecomputedCulling.html
index fe95c1c..3c0a908 100644
--- a/api/ProgLibrary.PrecomputedCulling.html
+++ b/api/ProgLibrary.PrecomputedCulling.html
@@ -83,17 +83,11 @@
Classes
- BoundingBoxExtensions
- Static methods for BoundingBox
-
PrecomputedCamera
Attached to the camera to apply settings and update visibility
PrecomputedController
- Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
-
- PrecomputedManager
- Prepares Precomputed Culling
+ Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
new file mode 100644
index 0000000..6b17f1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+ Class BasicEditorBakeProgress
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
new file mode 100644
index 0000000..cbbc3bf
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+ Class EditorBakeHelper
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
index b153b42..949b293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
@@ -79,123 +79,31 @@
Class PrecomputedBakeProcess
- Controls bake process for the occlusion
-
+
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedBakeProcess
+ public class PrecomputedBakeProcess
- Properties
+ Constructors
-
- CurrentVariant
- Find current variant based on loaded scenes
-
+
+ PrecomputedBakeProcess()
+
Declaration
- public PrecomputedSceneVariantData CurrentVariant { get; set; }
+ public PrecomputedBakeProcess()
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneVariantData
-
-
-
-
-
- OcclusionScriptableRenderer
-
-
- Declaration
-
- public CustomOcclusionScriptableRenderer OcclusionScriptableRenderer { get; }
-
- Property Value
-
-
-
- Type
- Description
-
-
-
-
- CustomOcclusionScriptableRenderer
-
-
-
-
Methods
-
- Bake(List<PrecomputedArea>)
- Main Bake process
-
-
- Declaration
-
- public void Bake(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
BakeAll()
Bake all occlusion areas
@@ -205,117 +113,6 @@ Declaration
public void BakeAll()
-
- BakeSelected()
- Bake only selected in hierarchy PrecomputedAreas
-
-
- Declaration
-
- public void BakeSelected()
-
-
- BakeSelectedCoroutine()
- Bake Selected with coroutine
-
-
- Declaration
-
- public void BakeSelectedCoroutine()
-
-
- ClearOcclusionData(List<PrecomputedArea>)
- Clear occlusion data in scene
-
-
- Declaration
-
- public void ClearOcclusionData(List<PrecomputedArea> occlusionAreas)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- List<PrecomputedArea>
- occlusionAreas
-
-
-
-
-
- GenerateSceneRendererIdComponents(Scene)
- Find all scene renderers and create IPrecomputedRendererContainer from them
-
-
- Declaration
-
- protected void GenerateSceneRendererIdComponents(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
-
- GetOcclusionSceneSettings(Scene)
- Get scene settings for current PrecomputedArea to be baked
-
-
- Declaration
-
- public PrecomputedSceneSettings GetOcclusionSceneSettings(Scene scene)
-
- Parameters
-
-
-
- Type
- Name
- Description
-
-
-
-
- Scene
- scene
-
-
-
-
- Returns
-
-
-
- Type
- Description
-
-
-
-
- PrecomputedSceneSettings
-
-
-
-
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
index c98da86..73e172e 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
@@ -84,39 +84,26 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingPipeline
+ Constructors
+
+
+ PrecomputedCullingPipeline()
+ Bake pipeline
+
+
+ Declaration
+
+ public PrecomputedCullingPipeline()
+
Methods
@@ -138,7 +125,7 @@ Declaration
public void BakeCurrent()
- BakeScenes(List<PrecomputedSceneVariantData>)
+ BakeScenes(List<PrecomputedSceneVariantData>)
Iterate variants, load scenes and bake
@@ -157,14 +144,14 @@ Parameters
- List<PrecomputedSceneVariantData>
+ List<PrecomputedSceneVariantData>
multipleScenesToBake
- OpenScenes(List<SceneAsset>)
+ OpenScenes(List<SceneAsset>)
Load additive scene
Unload not matching scenes
@@ -184,7 +171,7 @@ Parameters
- List<SceneAsset>
+ List<SceneAsset>
sceneList
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
index 6111b5f..72eeaf9 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Bake.html
@@ -83,9 +83,16 @@
Classes
- PrecomputedBakeProcess
- Controls bake process for the occlusion
+ BasicEditorBakeProgress
+ Basic editor bake progress.
+We use it to show the progress of the bake in the editor.
+
+ EditorBakeHelper
+ This helper is used by the precomputed bake process.
+We need it for the editor only processes.
+ PrecomputedBakeProcess
+
PrecomputedCullingPipeline
Bake pipeline
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
index e72fb5d..b18aa20 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -83,7 +83,7 @@
@@ -91,32 +91,8 @@ Inheritance
Implements
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
new file mode 100644
index 0000000..95e66b5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+ Class PCCConfig.Versioning
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
similarity index 60%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
index a6ee0e7..eb4f6c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
@@ -74,54 +74,76 @@
-
+
- Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
+ VersioningData
+ Place for any long lasting data, which should be valid across the single Unity Project. This config will be
+serialized to JSON json and written to project Library. It has static access through Instance.
+
+
+ Declaration
+
+ public PCCConfig.Versioning VersioningData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ PCCConfig.Versioning
+
+
+
+
+ WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
@@ -139,14 +161,14 @@ Field Value
- bool
+ bool
- WelcomePopupNeverAgainSetDate
- The DateTime object binary serialized. Defines a moment in time when user set
-WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
+ WelcomePopupNeverAgainSetDate
+ The object binary serialized. Defines a moment in time when user set
+WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
Declaration
@@ -163,17 +185,17 @@ Field Value
- long
+ long
Properties
-
- Instance
+
+ Instance
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
@@ -190,17 +212,17 @@ Property Value
- PCCConfig
+ PCCConfig
Methods
-
- SaveConfig()
+
+ SaveConfig()
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
Declaration
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.html
index 7b03541..b06adff 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
| Prographers Precomputed Culling
-
@@ -74,19 +74,21 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
Classes
- PCCConfig
+ PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
+ PCCConfig.Versioning
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
new file mode 100644
index 0000000..179ce17
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+ Class CreatePrecomputedPackage
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/Tests.MainStructureTest.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
similarity index 68%
rename from api/Tests.MainStructureTest.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
index 3d77856..c50c892 100644
--- a/api/Tests.MainStructureTest.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
| Prographers Precomputed Culling
-
@@ -74,58 +74,41 @@
-
+
- Class MainStructureTest
+ Class PCCMonoBehaviourEditor
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: Tests
- Assembly: PrecomputedCulling_Tests.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
- public class MainStructureTest
+ public class PCCMonoBehaviourEditor : UnityEditor.Editor
Methods
-
- MainStructureTest_PassByReference()
+
+ DrawLinkButtons()
+
+
+ Declaration
+
+ public static void DrawLinkButtons()
+
+
+ OnInspectorGUI()
Declaration
- [Test]
-public void MainStructureTest_PassByReference()
+ public override void OnInspectorGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
similarity index 64%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
index 77ba30c..9159946 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupController
+ Class PrecomputedAreaEditor
| Prographers Precomputed Culling
-
@@ -74,50 +74,44 @@
-
+
- Class RatingPopupController
+ Class PrecomputedAreaEditor
- This class will show the pop after 30 days of using.
-Moreover, the class save the data from the first use of application and read it
+ Custom inspector for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class PrecomputedAreaEditor : UnityEditor.Editor
+
+ Methods
+
+
+ OnInspectorGUI()
+ Draw inspector GUI, update properties
+
+
+ Declaration
+
+ public override void OnInspectorGUI()
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+
+ OnSceneGUI()
+ Draw Handles and cells
+
+
+ Declaration
- [InitializeOnLoad]
-public static class RatingPopupController
+ public void OnSceneGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
new file mode 100644
index 0000000..1383969
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedCameraEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
new file mode 100644
index 0000000..ae59b63
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettingsEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
new file mode 100644
index 0000000..58a21d0
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSetup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
index 9062c61..f73a3c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
| Prographers Precomputed Culling
-
@@ -74,16 +74,27 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
Classes
- PCCMonoBehaviourEditor
+ PCCMonoBehaviourEditor
+
+ PrecomputedAreaEditor
+ Custom inspector for
+
+ PrecomputedCameraEditor
+ Custom inspector for
+
+ PrecomputedSceneSettingsEditor
+ Custom editor for
+
+ PrecomputedSceneSetup
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
similarity index 65%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
index 3128235..3ee04c8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
@@ -74,52 +74,28 @@
-
+
- Class EditorWindowExtensions
+ Class EditorWindowExtensions
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class EditorWindowExtensions
Methods
-
- EnsureMinSize(EditorWindow, Vector2)
+
+ EnsureMinSize(EditorWindow, Vector2)
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum
size restrictions.
@@ -151,11 +127,11 @@ Parameters
- Remarks
+ Remarks
Smaller windows are resized, bigger are ignored. It affects each axis separately.
-
- SetSize(EditorWindow, Vector2)
+
+ SetSize(EditorWindow, Vector2)
Sets window size to the desired one. Doesn't affect docked windows. Can't set zero. It disables the minimum size
restrictions.
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
new file mode 100644
index 0000000..03157f6
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
+ Class PCCEditorWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
new file mode 100644
index 0000000..56a0407
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsVersionSection
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
similarity index 71%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
index 638c8ec..ab8491a 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
@@ -74,16 +74,16 @@
-
+
- Enum PCCSettingsWindow.SettingCategory
+ Enum PCCSettingsWindow.SettingCategory
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PCCSettingsWindow.SettingCategory
@@ -98,27 +98,27 @@ Fields
- Baking
+ Baking
- DefaultProvider
+ DefaultProvider
- DefaultValues
+ DefaultValues
- Info
+ Info
- None
+ None
- Validation
+ Validation
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
new file mode 100644
index 0000000..e95d7a3
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
new file mode 100644
index 0000000..30f2dd5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+ Class PCCWelcomePopup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
similarity index 61%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
index 0031eb3..708b845 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupFile
+ Class UIToolkitExtensions
| Prographers Precomputed Culling
-
@@ -74,75 +74,65 @@
-
+
- Class RatingPopupFile
+ Class UIToolkitExtensions
- This class is written to the file after the first use of the plugin.
-
+
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RatingPopupFile
+ public static class UIToolkitExtensions
- Fields
+ Methods
- FirstUseDate
- After the 30 days of using the plugin the pop will appear. Thus, it is important to save the date of the first use
+
+ SetDisplay(VisualElement, bool)
+ Changes element , so it is displayed or not. Displayed elements have its layout
+calculated and handle events. Not displayed elements are ignored during layout phase and receive none (or close to
+none) events. It is equivalent of gameObject.SetActive(bool).
Declaration
- public string FirstUseDate
+ public static void SetDisplay(this VisualElement element, bool isDisplayed)
- Field Value
+ Parameters
Type
+ Name
Description
- string
+ VisualElement
+ element
+
+ bool
+ isDisplayed
+ Should element be displayed, or not.
+
+
+ Remarks
+ property only affects rendering. Not visible elements are not rendered
+but still layouted and handle events. changes the element interaction
+state, just like 'interactable' in buttons.
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
index 8e7f2ee..f253f0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
| Prographers Precomputed Culling
-
@@ -74,26 +74,30 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
Classes
- EditorWindowExtensions
+ EditorWindowExtensions
- PCCEditorWindow
+ PCCEditorWindow
- PCCSettingsWindow
+ PCCSettingsVersionSection
- PCCWelcomePopup
+ PCCSettingsWindow
+
+ PCCWelcomePopup
+
+ UIToolkitExtensions
Enums
- PCCSettingsWindow.SettingCategory
+ PCCSettingsWindow.SettingCategory
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
index ba5aa6f..e0d5a36 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -81,8 +81,8 @@
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public interface IManualEditorWindow
@@ -117,7 +117,7 @@ Declaration
void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
index 652e66b..437e638 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo.ColorInfo
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
index 8f5ee01..dca2293 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo
@@ -137,7 +113,7 @@ Field Value
- List<LegendColorInfo.ColorInfo>
+ List<ColorInfo>
@@ -160,7 +136,7 @@ Field Value
- Func<PrecomputedRendererBakeContainer, bool>
+ Func<PrecomputedRendererBakeContainer, bool>
@@ -183,7 +159,7 @@ Field Value
- bool
+ bool
@@ -206,7 +182,7 @@ Field Value
- string
+ string
@@ -232,13 +208,13 @@ Returns
- List<LegendColorInfo>
+ List<LegendColorInfo>
- DrawGUI(List<LegendColorInfo>, Rect, float)
+ DrawGUI(List<LegendColorInfo>, Rect, float)
Draw GUI
@@ -257,7 +233,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -267,14 +243,14 @@ Parameters
- float
+ float
startOffset
- GetGUIHeight(List<LegendColorInfo>)
+ GetGUIHeight(List<LegendColorInfo>)
Calculate GUI height
@@ -293,7 +269,7 @@ Parameters
- List<LegendColorInfo>
+ List<LegendColorInfo>
legend
@@ -309,7 +285,7 @@ Returns
- float
+ float
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
index 8944ad8..50d3eca 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.html
@@ -83,35 +83,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ Assembly: cs.temp.dll.dll
Syntax
public class ReflectedOverlayWindow
@@ -119,7 +95,7 @@ Constructors
- ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
+ ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
OverlayWindow reflected constructor
@@ -144,19 +120,19 @@ Parameters
- Action<Object, SceneView>
+ Action<Object, SceneView>
displayControls
Content of the overlay
- int
+ int
order
Order if multiples overlays are created
- object
+ object
target
Target to pass to displayControls action
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
index dbf6317..f1338a4 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
@@ -83,7 +83,7 @@
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
Overrides
-
+
Implements
IManualEditorWindow
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
new file mode 100644
index 0000000..7de1173
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedPlayStateNotifier
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
similarity index 70%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
index e70d915..e0bec0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
@@ -74,53 +74,29 @@
-
+
- Class SerializedPropertyExtensions
+ Class SerializedPropertyExtensions
Advance SerializableProperty methods
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class SerializedPropertyExtensions
Methods
-
- GetSerializedValue<T>(SerializedProperty)
+
+ GetSerializedValue<T>(SerializedProperty)
Get custom type values form SerializedProperty
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
similarity index 62%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
index 05cd835..d3cc931 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
| Prographers Precomputed Culling
-
@@ -74,59 +74,32 @@
-
+
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
- Bake algorithms data
-
+
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Shaders
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RendererBakeAlgorithm
+ public static class PCCEditorConst.URLs
Fields
- Algorithm
- Algorithm
-
+ AssetStore
+
Declaration
- public BakeAlgorithm Algorithm
+ public const string AssetStore = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372"
Field Value
@@ -138,18 +111,17 @@ Field Value
- BakeAlgorithm
+ string
- ScriptableRendererData
- Custom renderer used to draw elements to the scene
-
+ DiscordChannel
+
Declaration
- public ScriptableRendererData ScriptableRendererData
+ public const string DiscordChannel = "https://discord.gg/55gM3s3pdR"
Field Value
@@ -161,19 +133,17 @@ Field Value
- ScriptableRendererData
+ string
- VisibilityTesterType
- Visibility tester type
-
+ GitHubReadme
+
Declaration
- [ValueDropdown("GetFilteredVisibilityTester")]
-public Type VisibilityTesterType
+ public const string GitHubReadme = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
Field Value
@@ -185,7 +155,7 @@ Field Value
- Type
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
similarity index 81%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
index b0477ba..9ba699a 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ Class PCCEditorConst
| Prographers Precomputed Culling
-
@@ -74,18 +74,24 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+
+ Class PCCEditorConst
-
- Structs
-
- PrecomputedSceneInfo
- Stores important information about the scene for access them in the variant settings
-
+
+ Inheritance
+ object
+ PCCEditorConst
+
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public static class PCCEditorConst
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
similarity index 59%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
index 431dc31..689fb91 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
@@ -74,53 +74,29 @@
-
+
- Class PrecomputedEditorUtils
+ Class PrecomputedEditorUtils
Utils for custom editor gui
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class PrecomputedEditorUtils
Methods
-
- DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
+
+ DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
Draw label and image help button e.g. referenced to documentation
@@ -139,17 +115,17 @@ Parameters
- string
+ string
labelText
- float
+ float
labelSize
- string
+ string
toolTip
@@ -160,8 +136,8 @@ Parameters
-
- EstimateBakeSize(int, int)
+
+ EstimateBakeSize(int, int)
Estimate size of bake
@@ -180,12 +156,12 @@ Parameters
- int
+ int
occluders
- int
+ int
cells
@@ -201,13 +177,13 @@ Returns
- double
+ double
-
- EstimateTimePerSpot(int, TextureResolution)
+
+ EstimateTimePerSpot(int, TextureResolution)
Estimate time to bake one spot
@@ -226,12 +202,12 @@ Parameters
- int
+ int
occluders
- TextureResolution
+ TextureResolution
textureResolution
@@ -247,13 +223,87 @@ Returns
- double
+ double
+
+
+
+
+
+ ExecuteOnMainThread(Action)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread(Action callback)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action
+ callback
+
+
+
+
+
+ ExecuteOnMainThread<T>(Action<T>, T)
+ Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
+
+
+ Declaration
+
+ public static void ExecuteOnMainThread<T>(Action<T> callback, T obj)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ Action<T>
+ callback
+
+
+
+ T
+ obj
+
+
+
+
+ Type Parameters
+
+
+
+ Name
+ Description
+
+
+
+
+ T
-
- FormatKb(double)
+
+ FormatKb(double)
Change kb to string format
@@ -272,7 +322,7 @@ Parameters
- double
+ double
kb
@@ -288,13 +338,13 @@ Returns
- string
+ string
-
- FormatMilliseconds(double)
+
+ FormatMilliseconds(double)
Change milliseconds to minutes and seconds string format
@@ -313,7 +363,7 @@ Parameters
- double
+ double
milliseconds
@@ -329,7 +379,7 @@ Returns
- string
+ string
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
similarity index 86%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
index 4357622..9e9f14d 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
| Prographers Precomputed Culling
-
@@ -74,16 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
Classes
- PrecomputedEditorUtils
+ PCCEditorConst
+
+ PCCEditorConst.URLs
+
+ PrecomputedEditorUtils
Utils for custom editor gui
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
new file mode 100644
index 0000000..4dbb9d8
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+ Class GitHubReleaseData
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
new file mode 100644
index 0000000..e201e9e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator.Result
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
new file mode 100644
index 0000000..433ea1e
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+ Class VersionValidator
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
similarity index 85%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
index 30baab9..cdbe8e0 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
| Prographers Precomputed Culling
-
@@ -74,18 +74,20 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
Classes
- FrustumCulling
+ GitHubReleaseData
- PCCMonoBehaviour
+ VersionValidator
+
+ VersionValidator.Result
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.html b/api/ProgLibrary.PrecomputedCulling_Editor.html
index 27882c9..030984c 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -85,6 +85,9 @@ Classes
BaseManualEditorWindow
+ CreatePrecomputedPackage
+ Class to export Precomputed unitypackage
+
LegendColorInfo
Legend with toggle functionality to highlight given occlusion configuration
@@ -93,6 +96,11 @@ PrecomputedHighlightTool
+ PrecomputedPlayStateNotifier
+
+ SerializedPropertyExtensions
+ Advance SerializableProperty methods
+
Interfaces
IManualEditorWindow
diff --git a/api/Tests.html b/api/Tests.html
deleted file mode 100644
index 159df98..0000000
--- a/api/Tests.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
- Namespace Tests
- | Prographers Precomputed Culling
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/toc.html b/api/toc.html
index fd27ce2..77c6b28 100644
--- a/api/toc.html
+++ b/api/toc.html
@@ -17,18 +17,12 @@
ProgLibrary.PrecomputedCulling
@@ -39,6 +33,9 @@
BaseManualEditorWindow
+
+ CreatePrecomputedPackage
+
IManualEditorWindow
@@ -51,6 +48,12 @@
PrecomputedHighlightTool
+
+ PrecomputedPlayStateNotifier
+
+
+ SerializedPropertyExtensions
+
@@ -58,6 +61,12 @@
ProgLibrary.PrecomputedCulling_Editor.Bake
- ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ ProgLibrary.PrecomputedCulling_Editor.Config
- ProgLibrary.PrecomputedCulling.DataModels
+ ProgLibrary.PrecomputedCulling_Editor.CustomMenu
- ProgLibrary.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling_Editor.EditorWindows
- ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
+ ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- ProgLibrary.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling_Editor.Utils
- ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
+ ProgLibrary.PrecomputedCulling_Editor.Versioning
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ ProgLibrary.PrecomputedCulling.Bake
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.Bake.ProgressBar
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ ProgLibrary.PrecomputedCulling.BakeControllers
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ ProgLibrary.PrecomputedCulling.BakeHelper
- ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+ ProgLibrary.PrecomputedCulling.DataModels
-
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-
-
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
+ ProgLibrary.PrecomputedCulling.MonoBehaviours
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
- ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider
+
+
+
+
+
+ ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+
+
- ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ ProgLibrary.PrecomputedCulling.Renderer
@@ -407,6 +474,9 @@
PrecomputedBaseBakeSettings
+
+ PrecomputedDataSettings
+
PrecomputedSettingsArea
@@ -423,21 +493,36 @@
ArrayUtils
+
+ BoundingBoxExtensions
+
ComputeShaderUtilities
+
+ CoroutineState
+
+
+ CullingReferenceHelper
+
PrecomputedAreaExtensions
+
+ PrecomputedAreaExtensions.CameraIterator
+
- Tests
+ ProgLibrary.PrecomputedCulling.Versioning
diff --git a/manifest.json b/manifest.json
index 85b2550..7714712 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,1130 +4,1170 @@
"files": [
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeControllers.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.BakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.DataModels.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.MonoBehaviours.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedController.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Provider.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Renderer.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.Version.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Settings.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Config.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Shaders.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.Utils.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Bake.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html"
}
},
"version": ""
@@ -1194,30 +1234,110 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml",
"output": {
".html": {
- "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.MainStructureTest.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.MainStructureTest.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
- "source_relative_path": "api/Tests.yml",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.yml",
"output": {
".html": {
- "relative_path": "api/Tests.html"
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Utils.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.Versioning.html"
+ }
+ },
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/ProgLibrary.PrecomputedCulling_Editor.html"
}
},
"version": ""
diff --git a/xrefmap.yml b/xrefmap.yml
index 0e35e42..3302eaf 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -7,31 +7,513 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling
fullName: ProgLibrary.PrecomputedCulling
nameWithType: ProgLibrary.PrecomputedCulling
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- name: BoundingBoxExtensions
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions
- nameWithType: BoundingBoxExtensions
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- name: ExpandAA(BoundingBox, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox,UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox, UnityEngine.Vector3)
- nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
-- uid: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA*
- name: ExpandAA
- href: api/ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_BoundingBoxExtensions_ExpandAA_
- commentId: Overload:ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
+- uid: ProgLibrary.PrecomputedCulling.Bake
+ name: ProgLibrary.PrecomputedCulling.Bake
+ href: api/ProgLibrary.PrecomputedCulling.Bake.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake
+ fullName: ProgLibrary.PrecomputedCulling.Bake
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ name: BaseRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
+ nameWithType: BaseRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll()
+ nameWithType: BaseRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_BaseRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
+ nameWithType: BaseRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ name: DemoRuntimeBakeController
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
+ nameWithType: DemoRuntimeBakeController
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll()
+ nameWithType: DemoRuntimeBakeController.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.html#ProgLibrary_PrecomputedCulling_Bake_DemoRuntimeBakeController_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
+ nameWithType: DemoRuntimeBakeController.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ name: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+ nameWithType: ProgLibrary.PrecomputedCulling.Bake.ProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ name: DemoRuntimeBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress
+ nameWithType: DemoRuntimeBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar()
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.ClearProgressBar
+ nameWithType: DemoRuntimeBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: DemoRuntimeBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_DemoRuntimeBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.SetProgressValue
+ nameWithType: DemoRuntimeBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ name: IBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress
+ nameWithType: IBakeProgress
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar()
+ nameWithType: IBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.ClearProgressBar
+ nameWithType: IBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: IBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: IBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.html#ProgLibrary_PrecomputedCulling_Bake_ProgressBar_IBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.SetProgressValue
+ nameWithType: IBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess
+ nameWithType: RuntimeBakeProcess
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name: RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_IPrecomputedDataProvider_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor(IPrecomputedDataProvider,IBakeProgress)
+ name.vb: New(IPrecomputedDataProvider, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess(IPrecomputedDataProvider, IBakeProgress)
+ nameWithType.vb: RuntimeBakeProcess.New(IPrecomputedDataProvider, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor*
+ name: RuntimeBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.BoundingBoxExtensions.ExpandAA
- nameWithType: BoundingBoxExtensions.ExpandAA
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.RuntimeBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.New
+ nameWithType: RuntimeBakeProcess.RuntimeBakeProcess
+ nameWithType.vb: RuntimeBakeProcess.New
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ name: BakeAll()
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll
+ commentId: M:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll()
+ nameWithType: RuntimeBakeProcess.BakeAll()
+- uid: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll*
+ name: BakeAll
+ href: api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.html#ProgLibrary_PrecomputedCulling_Bake_RuntimeBakeProcess_BakeAll_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.BakeAll
+ nameWithType: RuntimeBakeProcess.BakeAll
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers
+ name: ProgLibrary.PrecomputedCulling.BakeControllers
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeControllers
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeControllers
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ name: PrecomputedSpriteBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController
+ nameWithType: PrecomputedSpriteBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes()
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.CreateMeshes
+ nameWithType: PrecomputedSpriteBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes()
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedSpriteBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.DestroyMeshes
+ nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ name: PrecomputedTerrainBakeController
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController
+ nameWithType: PrecomputedTerrainBakeController
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ name: CreateMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes()
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes*
+ name: CreateMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_CreateMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.CreateMeshes
+ nameWithType: PrecomputedTerrainBakeController.CreateMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ name: DestroyMeshes()
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes()
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
+- uid: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes*
+ name: DestroyMeshes
+ href: api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_BakeControllers_PrecomputedTerrainBakeController_DestroyMeshes_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.DestroyMeshes
+ nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper
+ name: ProgLibrary.PrecomputedCulling.BakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.html
+ commentId: N:ProgLibrary.PrecomputedCulling.BakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper
+ nameWithType: ProgLibrary.PrecomputedCulling.BakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ name: BaseBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper
+ nameWithType: BaseBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: BaseBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateNewOcclusionData
+ nameWithType: BaseBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: BaseBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: BaseBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas()
+ nameWithType: BaseBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.FindGetAreas
+ nameWithType: BaseBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: BaseBakeHelper.UnloadUnusedAssetsImmediate
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper
+ nameWithType: CommonBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name: CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_System_String_CustomOcclusionScriptableRenderer_PrecomputedTerrainBakeController_PrecomputedSpriteBakeController_ProgLibrary_PrecomputedCulling_BakeHelper_BaseBakeHelper_IBakeProgress_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor(System.String,CustomOcclusionScriptableRenderer,PrecomputedTerrainBakeController,PrecomputedSpriteBakeController,ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper,IBakeProgress)
+ name.vb: New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper, IBakeProgress)
+ nameWithType: CommonBakeHelper.CommonBakeHelper(string, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+ nameWithType.vb: CommonBakeHelper.New(String, CustomOcclusionScriptableRenderer, PrecomputedTerrainBakeController, PrecomputedSpriteBakeController, BaseBakeHelper, IBakeProgress)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor*
+ name: CommonBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.CommonBakeHelper
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.New
+ nameWithType: CommonBakeHelper.CommonBakeHelper
+ nameWithType.vb: CommonBakeHelper.New
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name: Cleanup(int, GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_System_Int32_GameObject_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(System.Int32,GameObject)
+ name.vb: Cleanup(Integer, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(int, GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup(Integer, GameObject)
+ nameWithType: CommonBakeHelper.Cleanup(int, GameObject)
+ nameWithType.vb: CommonBakeHelper.Cleanup(Integer, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup*
+ name: Cleanup
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_Cleanup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.Cleanup
+ nameWithType: CommonBakeHelper.Cleanup
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name: InstantiateChunkData(Scene, PrecomputedArea, List)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_Scene_PrecomputedArea_List_PrecomputedChunkData__
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene,PrecomputedArea,List{PrecomputedChunkData})
+ name.vb: InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+ nameWithType: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List)
+ nameWithType.vb: CommonBakeHelper.InstantiateChunkData(Scene, PrecomputedArea, List(Of PrecomputedChunkData))
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData*
+ name: InstantiateChunkData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_InstantiateChunkData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.InstantiateChunkData
+ nameWithType: CommonBakeHelper.InstantiateChunkData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ name: ProcessSprites(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessSprites(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites*
+ name: ProcessSprites
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessSprites_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessSprites
+ nameWithType: CommonBakeHelper.ProcessSprites
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ name: ProcessTerrain(PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+ nameWithType: CommonBakeHelper.ProcessTerrain(PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain*
+ name: ProcessTerrain
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ProcessTerrain_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ProcessTerrain
+ nameWithType: CommonBakeHelper.ProcessTerrain
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name: ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32)
+ name.vb: ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+ nameWithType: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List, int)
+ nameWithType.vb: CommonBakeHelper.ValidateCells(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells*
+ name: ValidateCells
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCells_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCells
+ nameWithType: CommonBakeHelper.ValidateCells
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_PrecomputedArea_IVisibilityTester_List_PrecomputedChunkData__System_Int32_CoroutineState_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea,IVisibilityTester,List{PrecomputedChunkData},System.Int32,CoroutineState)
+ name.vb: ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List, int, CoroutineState)
+ nameWithType.vb: CommonBakeHelper.ValidateCellsCoroutine(PrecomputedArea, IVisibilityTester, List(Of PrecomputedChunkData), Integer, CoroutineState)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine*
+ name: ValidateCellsCoroutine
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_CommonBakeHelper_ValidateCellsCoroutine_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.ValidateCellsCoroutine
+ nameWithType: CommonBakeHelper.ValidateCellsCoroutine
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ name: RuntimeBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper
+ nameWithType: RuntimeBakeHelper
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateNewOcclusionData
+ nameWithType: RuntimeBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: RuntimeBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: RuntimeBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas()
+ nameWithType: RuntimeBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.html#ProgLibrary_PrecomputedCulling_BakeHelper_RuntimeBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.FindGetAreas
+ nameWithType: RuntimeBakeHelper.FindGetAreas
- uid: ProgLibrary.PrecomputedCulling.DataModels
name: ProgLibrary.PrecomputedCulling.DataModels
href: api/ProgLibrary.PrecomputedCulling.DataModels.html
commentId: N:ProgLibrary.PrecomputedCulling.DataModels
fullName: ProgLibrary.PrecomputedCulling.DataModels
nameWithType: ProgLibrary.PrecomputedCulling.DataModels
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex
+ nameWithType: AreaDataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name: AreaDataIndex(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(PrecomputedArea,System.Int32)
+ name.vb: New(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New(PrecomputedArea, Integer)
+ nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
+ nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
+ name: AreaDataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.New
+ nameWithType: AreaDataIndex.AreaDataIndex
+ nameWithType.vb: AreaDataIndex.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ name: DataIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
+ nameWithType: AreaDataIndex.DataIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ name: PrecomputedArea
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
+ nameWithType: AreaDataIndex.PrecomputedArea
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox
name: BoundingBox
href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html
@@ -56,22 +538,22 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
nameWithType: BoundingBox.BoundingBox(BoundingBox)
nameWithType.vb: BoundingBox.New(BoundingBox)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name: BoundingBox(Vector3, Vector3, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Quaternion)
name.vb: New(Vector3, Vector3, Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Quaternion)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Quaternion)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Quaternion)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name: BoundingBox(Vector3, Vector3, Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__ctor_Vector3_Vector3_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor(Vector3,Vector3,Vector3)
name.vb: New(Vector3, Vector3, Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.New(Vector3, Vector3, Vector3)
nameWithType: BoundingBox.BoundingBox(Vector3, Vector3, Vector3)
nameWithType.vb: BoundingBox.New(Vector3, Vector3, Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.#ctor*
@@ -97,13 +579,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Add
nameWithType: BoundingBox.Add
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name: ClosestPointOnBox(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_ClosestPointOnBox_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3@)
name.vb: ClosestPointOnBox(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox(Vector3)
nameWithType: BoundingBox.ClosestPointOnBox(in Vector3)
nameWithType.vb: BoundingBox.ClosestPointOnBox(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox*
@@ -113,13 +595,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.ClosestPointOnBox
nameWithType: BoundingBox.ClosestPointOnBox
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name: Contains(in Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_UnityEngine_Vector3__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Contains_Vector3__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3@)
name.vb: Contains(Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in UnityEngine.Vector3)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(UnityEngine.Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(in Vector3)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains(Vector3)
nameWithType: BoundingBox.Contains(in Vector3)
nameWithType.vb: BoundingBox.Contains(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Contains*
@@ -142,11 +624,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Euler
nameWithType: BoundingBox.Euler
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
name: Expand(Vector3)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_UnityEngine_Vector3_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(UnityEngine.Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Expand_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand(Vector3)
nameWithType: BoundingBox.Expand(Vector3)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand*
name: Expand
@@ -155,11 +637,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Expand
nameWithType: BoundingBox.Expand
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
name: FromBounds(Bounds, Quaternion)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_UnityEngine_Bounds_UnityEngine_Quaternion_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds,UnityEngine.Quaternion)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(UnityEngine.Bounds, UnityEngine.Quaternion)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromBounds_Bounds_Quaternion_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds,Quaternion)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds(Bounds, Quaternion)
nameWithType: BoundingBox.FromBounds(Bounds, Quaternion)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds*
name: FromBounds
@@ -168,11 +650,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromBounds
nameWithType: BoundingBox.FromBounds
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
name: FromMeshFilter(MeshFilter)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_UnityEngine_MeshFilter_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(UnityEngine.MeshFilter)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_FromMeshFilter_MeshFilter_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter(MeshFilter)
nameWithType: BoundingBox.FromMeshFilter(MeshFilter)
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.FromMeshFilter*
name: FromMeshFilter
@@ -213,13 +695,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.this[]
nameWithType: BoundingBox.this
nameWithType.vb: BoundingBox.this[]
-- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name: Merge(in List)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.html#ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_Merge_List_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox___
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List{ProgLibrary.PrecomputedCulling.DataModels.BoundingBox}@)
name.vb: Merge(List(Of BoundingBox))
- fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(in List)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge(List(Of ProgLibrary.PrecomputedCulling.DataModels.BoundingBox))
nameWithType: BoundingBox.Merge(in List)
nameWithType.vb: BoundingBox.Merge(List(Of BoundingBox))
- uid: ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.Merge*
@@ -292,19 +774,35 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData
nameWithType: PrecomputedChunkData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name: AddAtIndex(int, in PrecomputedVisibilityIndices)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_System_Int32_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(System.Int32,ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices@)
+ name.vb: AddAtIndex(Integer, PrecomputedVisibilityIndices)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(int, in ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex(Integer, ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices)
+ nameWithType: PrecomputedChunkData.AddAtIndex(int, in PrecomputedVisibilityIndices)
+ nameWithType.vb: PrecomputedChunkData.AddAtIndex(Integer, PrecomputedVisibilityIndices)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex*
+ name: AddAtIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_AddAtIndex_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.AddAtIndex
+ nameWithType: PrecomputedChunkData.AddAtIndex
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
name: Box
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Box
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Box
nameWithType: PrecomputedChunkData.Box
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name: GetChunkIndex(in Vector3, out int, out int, out int)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_UnityEngine_Vector3__System_Int32__System_Int32__System_Int32__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3@,System.Int32@,System.Int32@,System.Int32@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetChunkIndex_Vector3__System_Int32__System_Int32__System_Int32__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3@,System.Int32@,System.Int32@,System.Int32@)
name.vb: GetChunkIndex(Vector3, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in UnityEngine.Vector3, out int, out int, out int)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(UnityEngine.Vector3, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
nameWithType: PrecomputedChunkData.GetChunkIndex(in Vector3, out int, out int, out int)
nameWithType.vb: PrecomputedChunkData.GetChunkIndex(Vector3, Integer, Integer, Integer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetChunkIndex*
@@ -330,13 +828,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetNeighbourhoodChunkIndex
nameWithType: PrecomputedChunkData.GetNeighbourhoodChunkIndex
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_GetVisibleRenderers_Vector3__PrecomputedArea__ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3@,PrecomputedArea@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedChunkData.GetVisibleRenderers(in Vector3, in PrecomputedArea, in PrecomputedCamera)
nameWithType.vb: PrecomputedChunkData.GetVisibleRenderers(Vector3, PrecomputedArea, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.GetVisibleRenderers*
@@ -358,6 +856,22 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Height
nameWithType: PrecomputedChunkData.Height
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name: Initialize(in PrecomputedArea, Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_PrecomputedArea__Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea@,Scene)
+ name.vb: Initialize(PrecomputedArea, Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+ nameWithType: PrecomputedChunkData.Initialize(in PrecomputedArea, Scene)
+ nameWithType.vb: PrecomputedChunkData.Initialize(PrecomputedArea, Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize*
+ name: Initialize
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Initialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Initialize
+ nameWithType: PrecomputedChunkData.Initialize
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.Length
name: Length
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedChunkData_Length
@@ -394,13 +908,26 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.ChunkData
nameWithType: PrecomputedData.ChunkData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ name: GetSizeInMemory()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory()
+ nameWithType: PrecomputedData.GetSizeInMemory()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory*
+ name: GetSizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetSizeInMemory_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetSizeInMemory
+ nameWithType: PrecomputedData.GetSizeInMemory
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedData_GetVisibleRenderers_Vector3__PrecomputedSceneData__PrecomputedArea__List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,PrecomputedArea@,List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, in ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedData.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, in PrecomputedArea, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedData.GetVisibleRenderers(Vector3, PrecomputedSceneData, PrecomputedArea, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.GetVisibleRenderers*
@@ -480,19 +1007,98 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.Renderers
nameWithType: PrecomputedGroupData.Renderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ name: PrecomputedSceneAreaData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
+ nameWithType: PrecomputedSceneAreaData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ name: AreasIndex
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
+ nameWithType: PrecomputedSceneAreaData.AreasIndex
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ name: VariantId
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
+ nameWithType: PrecomputedSceneAreaData.VariantId
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
+ nameWithType: PrecomputedSceneVariantData
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name: PrecomputedSceneVariantData()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
+ nameWithType.vb: PrecomputedSceneVariantData.New()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
+ name: PrecomputedSceneVariantData
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
+ nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
+ nameWithType.vb: PrecomputedSceneVariantData.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ name: BakeTime
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
+ nameWithType: PrecomputedSceneVariantData.BakeTime
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ name: IndexVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
+ nameWithType: PrecomputedSceneVariantData.IndexVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ name: Name
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
+ nameWithType: PrecomputedSceneVariantData.Name
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
+ nameWithType: PrecomputedSceneVariantData.Priority
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ name: ScenesInVariant
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
+ nameWithType: PrecomputedSceneVariantData.ScenesInVariant
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ name: SizeInMemory
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
+ nameWithType: PrecomputedSceneVariantData.SizeInMemory
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
name: PrecomputedVisibilityIndices
href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices
nameWithType: PrecomputedVisibilityIndices
-- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedChunkElementData____ProgLibrary_PrecomputedCulling_Settings_PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[]@,ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.html#ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices__ctor_PrecomputedChunkElementData____PrecomputedChunkElementData____PrecomputedSettingsArea__System_Boolean_ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor(PrecomputedChunkElementData[]@,PrecomputedChunkElementData[]@,PrecomputedSettingsArea@,System.Boolean,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData[], in ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData(), ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedVisibilityIndices.PrecomputedVisibilityIndices(in PrecomputedChunkElementData[], in PrecomputedChunkElementData[], in PrecomputedSettingsArea, bool, in PrecomputedCamera)
nameWithType.vb: PrecomputedVisibilityIndices.New(PrecomputedChunkElementData(), PrecomputedChunkElementData(), PrecomputedSettingsArea, Boolean, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.#ctor*
@@ -1100,13 +1706,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer
nameWithType: PrecomputedLODGroupContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name: PrecomputedLODGroupContainer(int, LODGroup)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_UnityEngine_LODGroup_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,UnityEngine.LODGroup)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedLODGroupContainer__ctor_System_Int32_LODGroup_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor(System.Int32,LODGroup)
name.vb: New(Integer, LODGroup)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, UnityEngine.LODGroup)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, UnityEngine.LODGroup)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.New(Integer, LODGroup)
nameWithType: PrecomputedLODGroupContainer.PrecomputedLODGroupContainer(int, LODGroup)
nameWithType.vb: PrecomputedLODGroupContainer.New(Integer, LODGroup)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.#ctor*
@@ -1235,13 +1841,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer
nameWithType: PrecomputedMeshRendererContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name: PrecomputedMeshRendererContainer(in int, MeshRenderer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__UnityEngine_MeshRenderer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,UnityEngine.MeshRenderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedMeshRendererContainer__ctor_System_Int32__MeshRenderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor(System.Int32@,MeshRenderer)
name.vb: New(Integer, MeshRenderer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, UnityEngine.MeshRenderer)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, UnityEngine.MeshRenderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
nameWithType: PrecomputedMeshRendererContainer.PrecomputedMeshRendererContainer(in int, MeshRenderer)
nameWithType.vb: PrecomputedMeshRendererContainer.New(Integer, MeshRenderer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.#ctor*
@@ -1286,31 +1892,77 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.IsValid
nameWithType: PrecomputedMeshRendererContainer.IsValid
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer
+ nameWithType: PrecomputedRenderer
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name: PrecomputedRenderer(Renderer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_UnityEngine_Renderer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor(UnityEngine.Renderer)
+ name.vb: New(Renderer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New(UnityEngine.Renderer)
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer(UnityEngine.Renderer)
+ nameWithType.vb: PrecomputedRenderer.New(UnityEngine.Renderer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor*
+ name: PrecomputedRenderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.PrecomputedRenderer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.New
+ nameWithType: PrecomputedRenderer.PrecomputedRenderer
+ nameWithType.vb: PrecomputedRenderer.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ name: IsMaterialTransparentList
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_IsMaterialTransparentList
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.IsMaterialTransparentList
+ nameWithType: PrecomputedRenderer.IsMaterialTransparentList
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ name: Renderer
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRenderer_Renderer
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.Renderer
+ nameWithType: PrecomputedRenderer.Renderer
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer
nameWithType: PrecomputedRendererBakeContainer
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
name: PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_IPrecomputedRendererContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_IPrecomputedRendererContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(IPrecomputedRendererContainer)
+ name.vb: New(IPrecomputedRendererContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(IPrecomputedRendererContainer)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(IPrecomputedRendererContainer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
name: PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_ProgLibrary_PrecomputedCulling_DataModels_SceneData_Abstract_PrecomputedRendererBaseContainer_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_PrecomputedRendererBaseContainer_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor(PrecomputedRendererBaseContainer)
+ name.vb: New(PrecomputedRendererBaseContainer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer(PrecomputedRendererBaseContainer)
+ nameWithType.vb: PrecomputedRendererBakeContainer.New(PrecomputedRendererBaseContainer)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor*
name: PrecomputedRendererBakeContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.New
nameWithType: PrecomputedRendererBakeContainer.PrecomputedRendererBakeContainer
+ nameWithType.vb: PrecomputedRendererBakeContainer.New
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.BaseContainer
name: BaseContainer
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_BaseContainer
@@ -1396,11 +2048,14 @@ references:
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValid
nameWithType: PrecomputedRendererBakeContainer.IsValid
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- name: IsValidOccluder(Boolean)
+ name: IsValidOccluder(bool)
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_System_Boolean_
commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(System.Boolean)
- nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ name.vb: IsValidOccluder(Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
+ nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder(bool)
+ nameWithType.vb: PrecomputedRendererBakeContainer.IsValidOccluder(Boolean)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder*
name: IsValidOccluder
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_IsValidOccluder_
@@ -1408,6 +2063,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.IsValidOccluder
nameWithType: PrecomputedRendererBakeContainer.IsValidOccluder
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ name: PrecomputedRenderers()
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers()
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers()
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers*
+ name: PrecomputedRenderers
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_PrecomputedRenderers_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.PrecomputedRenderers
+ nameWithType: PrecomputedRendererBakeContainer.PrecomputedRenderers
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.RendererId
name: RendererId
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_RendererId
@@ -1434,64 +2102,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.Show
nameWithType: PrecomputedRendererBakeContainer.Show
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html
- commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- name: PrecomputedSceneBakeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData(Scene)
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor*
- name: PrecomputedSceneBakeData
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.PrecomputedSceneBakeData
- nameWithType: PrecomputedSceneBakeData.PrecomputedSceneBakeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- name: OnInitialize()
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize()
- nameWithType: PrecomputedSceneBakeData.OnInitialize()
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize*
- name: OnInitialize
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_OnInitialize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.OnInitialize
- nameWithType: PrecomputedSceneBakeData.OnInitialize
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount
- commentId: P:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount*
- name: SceneObjectCount
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneBakeData_SceneObjectCount_
- commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneBakeData.SceneObjectCount
- nameWithType: PrecomputedSceneBakeData.SceneObjectCount
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
name: PrecomputedSceneData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData
nameWithType: PrecomputedSceneData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name: PrecomputedSceneData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.PrecomputedSceneData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New(Scene)
nameWithType: PrecomputedSceneData.PrecomputedSceneData(Scene)
nameWithType.vb: PrecomputedSceneData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.#ctor*
@@ -1504,13 +2127,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.New
nameWithType: PrecomputedSceneData.PrecomputedSceneData
nameWithType.vb: PrecomputedSceneData.New
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name: GatherSceneRenderersFromGameObjects(in GameObject[])
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_UnityEngine_GameObject____
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject[]@)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData_GatherSceneRenderersFromGameObjects_GameObject____
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject[]@)
name.vb: GatherSceneRenderersFromGameObjects(GameObject())
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in UnityEngine.GameObject[])
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(UnityEngine.GameObject())
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
nameWithType: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(in GameObject[])
nameWithType.vb: PrecomputedSceneData.GatherSceneRenderersFromGameObjects(GameObject())
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.GatherSceneRenderersFromGameObjects*
@@ -1669,19 +2292,62 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData._visibleRenderers
nameWithType: PrecomputedSceneData._visibleRenderers
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
+ commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
+ nameWithType: PrecomputedSceneInfo
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name: PrecomputedSceneInfo(int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
+ name.vb: New(Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
+ nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
+ name: PrecomputedSceneInfo
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
+ nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
+ nameWithType.vb: PrecomputedSceneInfo.New
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ name: BakeSpots
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
+ nameWithType: PrecomputedSceneInfo.BakeSpots
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ name: Cells
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
+ nameWithType: PrecomputedSceneInfo.Cells
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ name: Occluders
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
+ commentId: F:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
+ nameWithType: PrecomputedSceneInfo.Occluders
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
name: PrecomputedSceneRuntimeData
href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html
commentId: T:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData
nameWithType: PrecomputedSceneRuntimeData
-- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name: PrecomputedSceneRuntimeData(Scene)
- href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.html#ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneRuntimeData__ctor_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor(Scene)
name.vb: New(Scene)
- fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(UnityEngine.SceneManagement.Scene)
- fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(UnityEngine.SceneManagement.Scene)
+ fullName: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
+ fullName.vb: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.New(Scene)
nameWithType: PrecomputedSceneRuntimeData.PrecomputedSceneRuntimeData(Scene)
nameWithType.vb: PrecomputedSceneRuntimeData.New(Scene)
- uid: ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.#ctor*
@@ -1756,6 +2422,120 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours
nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.html
+ commentId: N:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+ nameWithType: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ name: IdCubemapCamera
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera
+ nameWithType: IdCubemapCamera
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ name: CubemapRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_CubemapRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.CubemapRenderTexture
+ nameWithType: IdCubemapCamera.CubemapRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader*
+ name: DiffComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_DiffComputeShader_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.DiffComputeShader
+ nameWithType: IdCubemapCamera.DiffComputeShader
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ name: EquirectRenderTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_EquirectRenderTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.EquirectRenderTexture
+ nameWithType: IdCubemapCamera.EquirectRenderTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ name: GetLastCameraRenderer()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer()
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer*
+ name: GetLastCameraRenderer
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_GetLastCameraRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.GetLastCameraRenderer
+ nameWithType: IdCubemapCamera.GetLastCameraRenderer
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings
+ commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings*
+ name: Settings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_Settings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.Settings
+ nameWithType: IdCubemapCamera.Settings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_PrecomputedBakeIdCubemapSettings_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ name.vb: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, int, PrecomputedArea)
+ nameWithType.vb: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Integer, PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_IdCubemapCamera_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.TestVisibility
+ nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ name: PrecomputedSaveTexture
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture
+ nameWithType: PrecomputedSaveTexture
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ name: SaveRTToFile(RenderTexture, RenderTexture)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_RenderTexture_RenderTexture_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture,RenderTexture)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile*
+ name: SaveRTToFile
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_SaveRTToFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.SaveRTToFile
+ nameWithType: PrecomputedSaveTexture.SaveRTToFile
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name: UpdateSettings(bool, int)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
+ name.vb: UpdateSettings(Boolean, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(bool, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+ nameWithType: PrecomputedSaveTexture.UpdateSettings(bool, int)
+ nameWithType.vb: PrecomputedSaveTexture.UpdateSettings(Boolean, Integer)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings*
+ name: UpdateSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_PrecomputedSaveTexture_UpdateSettings_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.UpdateSettings
+ nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.html
@@ -1768,12 +2548,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer
nameWithType: ColorIndexingCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- name: Render(ScriptableRenderContext, Camera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Camera_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render(UnityEngine.Rendering.ScriptableRenderContext, UnityEngine.Camera)
- nameWithType: ColorIndexingCameraRenderer.Render(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ name: Render()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render()
+ nameWithType: ColorIndexingCameraRenderer.Render()
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render*
name: Render
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Render_
@@ -1781,60 +2561,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Render
nameWithType: ColorIndexingCameraRenderer.Render
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- name: ColorIndexingRenderPipeline(ScriptableRendererData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_UnityEngine_Rendering_Universal_ScriptableRendererData_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor(UnityEngine.Rendering.Universal.ScriptableRendererData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(UnityEngine.Rendering.Universal.ScriptableRendererData)
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline(ScriptableRendererData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor*
- name: ColorIndexingRenderPipeline
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.#ctor
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
- nameWithType: ColorIndexingRenderPipeline.ColorIndexingRenderPipeline
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name: Setup(ScriptableRenderContext, ref RenderingData)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_UnityEngine_Rendering_ScriptableRenderContext_UnityEngine_Rendering_Universal_RenderingData__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData@)
- name.vb: Setup(ScriptableRenderContext, ByRef RenderingData)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ref UnityEngine.Rendering.Universal.RenderingData)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup(UnityEngine.Rendering.ScriptableRenderContext, ByRef UnityEngine.Rendering.Universal.RenderingData)
- nameWithType: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ref RenderingData)
- nameWithType.vb: ColorIndexingRenderPipeline.Setup(ScriptableRenderContext, ByRef RenderingData)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup*
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ name: Setup(ScriptableRenderContext, Camera)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_ScriptableRenderContext_Camera_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext,Camera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+ nameWithType: ColorIndexingCameraRenderer.Setup(ScriptableRenderContext, Camera)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup*
name: Setup
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipeline_Setup_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipeline.Setup
- nameWithType: ColorIndexingRenderPipeline.Setup
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- name: ColorIndexingRenderPipelineAsset
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset
- nameWithType: ColorIndexingRenderPipelineAsset
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- name: Create()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create()
- nameWithType: ColorIndexingRenderPipelineAsset.Create()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create*
- name: Create
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingRenderPipelineAsset_Create_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingRenderPipelineAsset.Create
- nameWithType: ColorIndexingRenderPipelineAsset.Create
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_CubeMapCamera_Renderer_ColorIndexingCameraRenderer_Setup_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.Setup
+ nameWithType: ColorIndexingCameraRenderer.Setup
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
name: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.html
@@ -1847,12 +2586,12 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils
nameWithType: CameraMatrixUtils
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
name: BoxToViewportAndDepth(Camera, BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_ProgLibrary_PrecomputedCulling_DataModels_BoundingBox_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(Camera, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_UnityEngine_Camera_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
+ nameWithType: CameraMatrixUtils.BoxToViewportAndDepth(UnityEngine.Camera, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.BoxToViewportAndDepth*
name: BoxToViewportAndDepth
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_BoxToViewportAndDepth_
@@ -1867,8 +2606,8 @@ references:
name.vb: PerspectiveOffCenter(Camera, Single, Single, Single, Single)
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- nameWithType: CameraMatrixUtils.PerspectiveOffCenter(Camera, in float, in float, in float, in float)
- nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(Camera, Single, Single, Single, Single)
+ nameWithType: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, in float, in float, in float, in float)
+ nameWithType.vb: CameraMatrixUtils.PerspectiveOffCenter(UnityEngine.Camera, Single, Single, Single, Single)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter*
name: PerspectiveOffCenter
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_CameraMatrixUtils_PerspectiveOffCenter_
@@ -1876,85 +2615,18 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.PerspectiveOffCenter
nameWithType: CameraMatrixUtils.PerspectiveOffCenter
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- name: TargetedFrustumCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera
- nameWithType: TargetedFrustumCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- name: AllExceptTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_AllExceptTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.AllExceptTargetTexture
- nameWithType: TargetedFrustumCamera.AllExceptTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- name: ComputeTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_ComputeTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.ComputeTexture
- nameWithType: TargetedFrustumCamera.ComputeTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.DiffComputeShader
- nameWithType: TargetedFrustumCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.Settings
- nameWithType: TargetedFrustumCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- name: SingleTargetTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_SingleTargetTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.SingleTargetTexture
- nameWithType: TargetedFrustumCamera.SingleTargetTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: TargetedFrustumCamera.TestVisibility(PrecomputedBakeTargetedFrustumSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibility
- nameWithType: TargetedFrustumCamera.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name: TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedRendererBakeContainer_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeTargetedFrustumSettings__UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer,ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings@,UnityEngine.Vector3,System.Int32)
- name.vb: TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, in ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle(ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer, ByRef ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings, UnityEngine.Vector3, System.Int32)
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, in PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
- nameWithType.vb: TargetedFrustumCamera.TestVisibilitySingle(PrecomputedRendererBakeContainer, ByRef PrecomputedBakeTargetedFrustumSettings, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle*
- name: TestVisibilitySingle
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCamera_TargetedFrustumCamera_TestVisibilitySingle_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.TestVisibilitySingle
- nameWithType: TargetedFrustumCamera.TestVisibilitySingle
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ name: FrustumCulling
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling
+ nameWithType: FrustumCulling
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ name: isActive
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
+ nameWithType: FrustumCulling.isActive
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester
name: IVisibilityTester
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.html
@@ -1987,13 +2659,13 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).Settings
nameWithType: IVisibilityTester.Settings
nameWithType.vb: IVisibilityTester(Of TSettings).Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name: TestVisibility(TSettings, Vector3, int, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_1_TestVisibility__0_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility(`0,Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
name.vb: TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, UnityEngine.Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, UnityEngine.Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.TestVisibility(TSettings, Vector3, int, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
nameWithType: IVisibilityTester.TestVisibility(TSettings, Vector3, int, PrecomputedArea)
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility(TSettings, Vector3, Integer, PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester`1.TestVisibility*
@@ -2005,89 +2677,12 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester(Of TSettings).TestVisibility
nameWithType: IVisibilityTester.TestVisibility
nameWithType.vb: IVisibilityTester(Of TSettings).TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- name: IdCubemapCamera
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html
- commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera
- nameWithType: IdCubemapCamera
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- name: CubemapRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_CubemapRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.CubemapRenderTexture
- nameWithType: IdCubemapCamera.CubemapRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader*
- name: DiffComputeShader
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_DiffComputeShader_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.DiffComputeShader
- nameWithType: IdCubemapCamera.DiffComputeShader
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- name: EquirectRenderTexture
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_EquirectRenderTexture
- commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.EquirectRenderTexture
- nameWithType: IdCubemapCamera.EquirectRenderTexture
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- name: GetLastCameraRenderer()
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer()
- nameWithType: IdCubemapCamera.GetLastCameraRenderer()
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer*
- name: GetLastCameraRenderer
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_GetLastCameraRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.GetLastCameraRenderer
- nameWithType: IdCubemapCamera.GetLastCameraRenderer
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds*
- name: SelectedIds
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_SelectedIds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.SelectedIds
- nameWithType: IdCubemapCamera.SelectedIds
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings
- commentId: P:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings*
- name: Settings
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_Settings_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.Settings
- nameWithType: IdCubemapCamera.Settings
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- name: TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_ProgLibrary_PrecomputedCulling_Settings_PrecomputedBakeIdCubemapSettings_UnityEngine_Vector3_System_Int32_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings,UnityEngine.Vector3,System.Int32,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility(ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings, UnityEngine.Vector3, System.Int32, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- nameWithType: IdCubemapCamera.TestVisibility(PrecomputedBakeIdCubemapSettings, Vector3, Int32, PrecomputedArea)
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_IdCubemapCamera_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.IdCubemapCamera.TestVisibility
- nameWithType: IdCubemapCamera.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ name: PCCMonoBehaviour
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
+ nameWithType: PCCMonoBehaviour
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea
name: PrecomputedArea
href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html
@@ -2140,13 +2735,13 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.CellsDivisions
nameWithType: PrecomputedArea.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name: GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneData__System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_DataModels_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
- commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData@,System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_GetVisibleRenderers_Vector3__PrecomputedSceneData__List_PrecomputedVisibilityIndices___ProgLibrary_PrecomputedCulling_PrecomputedCamera__
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3@,PrecomputedSceneData@,List{PrecomputedVisibilityIndices}@,ProgLibrary.PrecomputedCulling.PrecomputedCamera@)
name.vb: GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, out System.Collections.Generic.List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData, System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName.vb: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedArea.GetVisibleRenderers(in Vector3, in PrecomputedSceneData, out List, in PrecomputedCamera)
nameWithType.vb: PrecomputedArea.GetVisibleRenderers(Vector3, PrecomputedSceneData, List(Of PrecomputedVisibilityIndices), PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.GetVisibleRenderers*
@@ -2186,6 +2781,111 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.Id
nameWithType: PrecomputedCullingRendererId.Id
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ name: PrecomputedLoadMethod
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
+ nameWithType: PrecomputedLoadMethod
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ name: Manual
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
+ nameWithType: PrecomputedLoadMethod.Manual
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ name: OnChangeScene
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
+ nameWithType: PrecomputedLoadMethod.OnChangeScene
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ name: PrecomputedManager
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager
+ nameWithType: PrecomputedManager
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ name: Awake()
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake()
+ nameWithType: PrecomputedManager.Awake()
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake*
+ name: Awake
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedManager_Awake_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.Awake
+ nameWithType: PrecomputedManager.Awake
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ name: PrecomputedSceneSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
+ nameWithType: PrecomputedSceneSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ name: AddVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.AddVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant*
+ name: AddVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_AddVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.AddVariant
+ nameWithType: PrecomputedSceneSettings.AddVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ name: JoinVariants
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
+ nameWithType: PrecomputedSceneSettings.JoinVariants
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
+ nameWithType: PrecomputedSceneSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ name: RemoveVariant(PrecomputedSceneVariantData)
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_PrecomputedSceneVariantData_
+ commentId: M:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+ nameWithType: PrecomputedSceneSettings.RemoveVariant(PrecomputedSceneVariantData)
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant*
+ name: RemoveVariant
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_RemoveVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.RemoveVariant
+ nameWithType: PrecomputedSceneSettings.RemoveVariant
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ name: VariantAreaDatas
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
+ nameWithType: PrecomputedSceneSettings.VariantAreaDatas
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
+ nameWithType: PrecomputedSceneSettings.VariantsSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ name: allVariantsDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
+ nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
+- uid: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ name: loadMethodOn
+ href: api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
+ commentId: F:ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ fullName: ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
+ nameWithType: PrecomputedSceneSettings.loadMethodOn
- uid: ProgLibrary.PrecomputedCulling.PrecomputedCamera
name: PrecomputedCamera
href: api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.html
@@ -2235,11 +2935,11 @@ references:
fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedController.New
nameWithType: PrecomputedController.PrecomputedController
nameWithType.vb: PrecomputedController.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
name: AddOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.AddOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea*
name: AddOcclusionArea
@@ -2248,11 +2948,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionArea
nameWithType: PrecomputedController.AddOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
name: AddOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_AddOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.AddOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.AddOcclusionSceneSettings*
name: AddOcclusionSceneSettings
@@ -2287,6 +2987,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderers
nameWithType: PrecomputedController.GetAllRenderers
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ name: GetAllRenderersAsBakeContainer()
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer()
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer()
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer*
+ name: GetAllRenderersAsBakeContainer
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_GetAllRenderersAsBakeContainer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.GetAllRenderersAsBakeContainer
+ nameWithType: PrecomputedController.GetAllRenderersAsBakeContainer
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
name: Instance
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_Instance
@@ -2300,6 +3013,19 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.Instance
nameWithType: PrecomputedController.Instance
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking
+ commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking*
+ name: IsBaking
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_IsBaking_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.IsBaking
+ nameWithType: PrecomputedController.IsBaking
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
name: LoadPrecomputedData()
href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_LoadPrecomputedData
@@ -2313,11 +3039,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.LoadPrecomputedData
nameWithType: PrecomputedController.LoadPrecomputedData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
name: RemoveOcclusionArea(PrecomputedArea)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionArea_PrecomputedArea_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
nameWithType: PrecomputedController.RemoveOcclusionArea(PrecomputedArea)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea*
name: RemoveOcclusionArea
@@ -2326,11 +3052,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionArea
nameWithType: PrecomputedController.RemoveOcclusionArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
name: RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveOcclusionSceneSettings_PrecomputedSceneSettings_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings*
name: RemoveOcclusionSceneSettings
@@ -2339,11 +3065,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveOcclusionSceneSettings
nameWithType: PrecomputedController.RemoveOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
name: RemoveScene(Scene)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(UnityEngine.SceneManagement.Scene)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_RemoveScene_Scene_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene(Scene)
nameWithType: PrecomputedController.RemoveScene(Scene)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.RemoveScene*
name: RemoveScene
@@ -2378,11 +3104,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.SceneData
nameWithType: PrecomputedController.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
name: UpdateVisibility(Vector3, PrecomputedCamera)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_UnityEngine_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(UnityEngine.Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedController.html#ProgLibrary_PrecomputedCulling_PrecomputedController_UpdateVisibility_Vector3_ProgLibrary_PrecomputedCulling_PrecomputedCamera_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3,ProgLibrary.PrecomputedCulling.PrecomputedCamera)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility(Vector3, ProgLibrary.PrecomputedCulling.PrecomputedCamera)
nameWithType: PrecomputedController.UpdateVisibility(Vector3, PrecomputedCamera)
- uid: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility*
name: UpdateVisibility
@@ -2391,789 +3117,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedController.UpdateVisibility
nameWithType: PrecomputedController.UpdateVisibility
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex
- nameWithType: AreaDataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name: AreaDataIndex(PrecomputedArea, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,System.Int32)
- name.vb: New(PrecomputedArea, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, Integer)
- nameWithType: AreaDataIndex.AreaDataIndex(PrecomputedArea, int)
- nameWithType.vb: AreaDataIndex.New(PrecomputedArea, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor*
- name: AreaDataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.AreaDataIndex
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.New
- nameWithType: AreaDataIndex.AreaDataIndex
- nameWithType.vb: AreaDataIndex.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- name: DataIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_DataIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.DataIndex
- nameWithType: AreaDataIndex.DataIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- name: PrecomputedArea
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_AreaDataIndex_PrecomputedArea
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.AreaDataIndex.PrecomputedArea
- nameWithType: AreaDataIndex.PrecomputedArea
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- name: PrecomputedSceneAreaData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData
- nameWithType: PrecomputedSceneAreaData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- name: AreasIndex
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_AreasIndex
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.AreasIndex
- nameWithType: PrecomputedSceneAreaData.AreasIndex
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- name: VariantId
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneAreaData_VariantId
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.VariantId
- nameWithType: PrecomputedSceneAreaData.VariantId
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData
- nameWithType: PrecomputedSceneVariantData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name: PrecomputedSceneVariantData()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- name.vb: New()
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New()
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData()
- nameWithType.vb: PrecomputedSceneVariantData.New()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor*
- name: PrecomputedSceneVariantData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.PrecomputedSceneVariantData
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.New
- nameWithType: PrecomputedSceneVariantData.PrecomputedSceneVariantData
- nameWithType.vb: PrecomputedSceneVariantData.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- name: BakeTime
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_BakeTime
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.BakeTime
- nameWithType: PrecomputedSceneVariantData.BakeTime
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- name: IndexVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_IndexVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.IndexVariant
- nameWithType: PrecomputedSceneVariantData.IndexVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- name: Name
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Name
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Name
- nameWithType: PrecomputedSceneVariantData.Name
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.Priority
- nameWithType: PrecomputedSceneVariantData.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- name: ScenesInVariant
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_ScenesInVariant
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.ScenesInVariant
- nameWithType: PrecomputedSceneVariantData.ScenesInVariant
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- name: SizeInMemory
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData_SizeInMemory
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.SizeInMemory
- nameWithType: PrecomputedSceneVariantData.SizeInMemory
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo
- nameWithType: PrecomputedSceneInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name: PrecomputedSceneInfo(int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor(System.Int32,System.Int32,System.Int32)
- name.vb: New(Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New(Integer, Integer, Integer)
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo(int, int, int)
- nameWithType.vb: PrecomputedSceneInfo.New(Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor*
- name: PrecomputedSceneInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo__ctor_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.#ctor
- isSpec: "True"
- name.vb: New
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.PrecomputedSceneInfo
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.New
- nameWithType: PrecomputedSceneInfo.PrecomputedSceneInfo
- nameWithType.vb: PrecomputedSceneInfo.New
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- name: BakeSpots
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_BakeSpots
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.BakeSpots
- nameWithType: PrecomputedSceneInfo.BakeSpots
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- name: Cells
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Cells
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Cells
- nameWithType: PrecomputedSceneInfo.Cells
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- name: Occluders
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_SceneData_PrecomputedSceneInfo_Occluders
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.Occluders
- nameWithType: PrecomputedSceneInfo.Occluders
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- name: PrecomputedLoadMethod
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod
- nameWithType: PrecomputedLoadMethod
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- name: Manual
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_Manual
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.Manual
- nameWithType: PrecomputedLoadMethod.Manual
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- name: OnChangeScene
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedLoadMethod_OnChangeScene
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.OnChangeScene
- nameWithType: PrecomputedLoadMethod.OnChangeScene
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- name: PrecomputedSceneSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings
- nameWithType: PrecomputedSceneSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- name: JoinVariants
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_JoinVariants
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.JoinVariants
- nameWithType: PrecomputedSceneSettings.JoinVariants
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.Priority
- nameWithType: PrecomputedSceneSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- name: VariantAreaDatas
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantAreaDatas
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantAreaDatas
- nameWithType: PrecomputedSceneSettings.VariantAreaDatas
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.VariantsSettings
- nameWithType: PrecomputedSceneSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- name: allVariantsDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_allVariantsDataSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.allVariantsDataSettings
- nameWithType: PrecomputedSceneSettings.allVariantsDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- name: loadMethodOn
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_MonoBehaviours_PrecomputedSceneSettings_loadMethodOn
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.loadMethodOn
- nameWithType: PrecomputedSceneSettings.loadMethodOn
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- name: RatingPopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupController
- nameWithType: RatingPopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- name: RatingPopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor
- nameWithType: RatingPopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow()
- nameWithType: RatingPopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupEditor.ShowWindow
- nameWithType: RatingPopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- name: RatingPopupFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile
- nameWithType: RatingPopupFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- name: FirstUseDate
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_RatingPopupFile_FirstUseDate
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.FirstUseDate
- nameWithType: RatingPopupFile.FirstUseDate
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- name: URLAddresses
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses
- nameWithType: URLAddresses
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- name: ASSET_STORE_RATE_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_ASSET_STORE_RATE_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.ASSET_STORE_RATE_URL
- nameWithType: URLAddresses.ASSET_STORE_RATE_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- name: DISCORD_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_DISCORD_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.DISCORD_URL
- nameWithType: URLAddresses.DISCORD_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- name: GITHUB_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_GITHUB_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.GITHUB_URL
- nameWithType: URLAddresses.GITHUB_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- name: README_URL
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_URLAddresses_README_URL
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.URLAddresses.README_URL
- nameWithType: URLAddresses.README_URL
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- name: WelcomePopupController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController
- nameWithType: WelcomePopupController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- name: SaveNotShowAgainFile()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile()
- nameWithType: WelcomePopupController.SaveNotShowAgainFile()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile*
- name: SaveNotShowAgainFile
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupController_SaveNotShowAgainFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupController.SaveNotShowAgainFile
- nameWithType: WelcomePopupController.SaveNotShowAgainFile
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- name: WelcomePopupEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor
- nameWithType: WelcomePopupEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow()
- nameWithType: WelcomePopupEditor.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Popup_WelcomePopupEditor_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.WelcomePopupEditor.ShowWindow
- nameWithType: WelcomePopupEditor.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- name: AssetBundleProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider
- nameWithType: AssetBundleProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name: LoadData(int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
- name.vb: LoadData(Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
- nameWithType: AssetBundleProvider.LoadData(int)
- nameWithType.vb: AssetBundleProvider.LoadData(Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
- name: LoadData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
- nameWithType: AssetBundleProvider.LoadData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- name: PrecomputedDataSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings
- nameWithType: PrecomputedDataSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- name: BakeSprites
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
- nameWithType: PrecomputedDataSettings.BakeSprites
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- name: BakeTerrain
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
- nameWithType: PrecomputedDataSettings.BakeTerrain
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- name: BakeTransparent
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
- nameWithType: PrecomputedDataSettings.BakeTransparent
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- name: CellDepthTestDensity
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
- nameWithType: PrecomputedDataSettings.CellDepthTestDensity
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- name: CellDepthTestDensityOffset
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
- nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- name: CellsDivisions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
- nameWithType: PrecomputedDataSettings.CellsDivisions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
- name: DataProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
- nameWithType: PrecomputedDataSettings.DataProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- name: GetTypesProvider()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider()
- nameWithType: PrecomputedDataSettings.GetTypesProvider()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider*
- name: GetTypesProvider
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_GetTypesProvider_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.GetTypesProvider
- nameWithType: PrecomputedDataSettings.GetTypesProvider
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- name: IsGlobalQuality
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
- nameWithType: PrecomputedDataSettings.IsGlobalQuality
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- name: Priority
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
- nameWithType: PrecomputedDataSettings.Priority
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- name: TextureResolution
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
- nameWithType: PrecomputedDataSettings.TextureResolution
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- name: VariantsSettings
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
- commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
- nameWithType: PrecomputedDataSettings.VariantsSettings
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- name: CreatePrecomputedPackage
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CreatePrecomputedPackage
- nameWithType: CreatePrecomputedPackage
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- name: PrecomputedAreaEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
- nameWithType: PrecomputedAreaEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
- nameWithType: PrecomputedAreaEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- name: OnSceneGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
- nameWithType: PrecomputedAreaEditor.OnSceneGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
- name: OnSceneGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
- nameWithType: PrecomputedAreaEditor.OnSceneGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- name: PrecomputedCameraEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
- nameWithType: PrecomputedCameraEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
- nameWithType: PrecomputedCameraEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- name: PrecomputedMenuSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedMenuSettingsEditor
- nameWithType: PrecomputedMenuSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- name: PrecomputedSceneSettingsEditor
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
- nameWithType: PrecomputedSceneSettingsEditor
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
- nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- name: PrecomputedSceneSetup
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
- nameWithType: PrecomputedSceneSetup
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- name: PrecomputedPlayStateNotifier
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier
- nameWithType: PrecomputedPlayStateNotifier
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- name: PrecomputedSpriteBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController
- nameWithType: PrecomputedSpriteBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes()
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.CreateMeshes
- nameWithType: PrecomputedSpriteBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes()
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedSpriteBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedSpriteBakeController.DestroyMeshes
- nameWithType: PrecomputedSpriteBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- name: PrecomputedTerrainBakeController
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController
- nameWithType: PrecomputedTerrainBakeController
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- name: CreateMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes()
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes*
- name: CreateMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_CreateMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.CreateMeshes
- nameWithType: PrecomputedTerrainBakeController.CreateMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- name: DestroyMeshes()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes()
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes*
- name: DestroyMeshes
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_PrecomputedTerrainBakeController_DestroyMeshes_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.PrecomputedTerrainBakeController.DestroyMeshes
- nameWithType: PrecomputedTerrainBakeController.DestroyMeshes
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- name: SerializedPropertyExtensions
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions
- nameWithType: SerializedPropertyExtensions
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue*
- name: GetSerializedValue
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue
- nameWithType: SerializedPropertyExtensions.GetSerializedValue
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name: GetSerializedValue(SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_SerializedPropertyExtensions_GetSerializedValue__1_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue``1(UnityEditor.SerializedProperty)
- name.vb: GetSerializedValue(Of T)(SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.SerializedPropertyExtensions.GetSerializedValue(Of T)(UnityEditor.SerializedProperty)
- nameWithType: SerializedPropertyExtensions.GetSerializedValue(SerializedProperty)
- nameWithType.vb: SerializedPropertyExtensions.GetSerializedValue(Of T)(SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- name: PrecomputedEditorUtils
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils
- nameWithType: PrecomputedEditorUtils
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name: DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_System_String_System_Single_System_String_UnityEditor_SerializedProperty_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(System.String,System.Single,System.String,UnityEditor.SerializedProperty)
- name.vb: DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, UnityEditor.SerializedProperty)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, UnityEditor.SerializedProperty)
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(string, float, string, SerializedProperty)
- nameWithType.vb: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton(String, Single, String, SerializedProperty)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton*
- name: DrawHorizontalElementWithHelpImgButton
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_DrawHorizontalElementWithHelpImgButton_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
- nameWithType: PrecomputedEditorUtils.DrawHorizontalElementWithHelpImgButton
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name: EstimateBakeSize(int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(System.Int32,System.Int32)
- name.vb: EstimateBakeSize(Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize(int, int)
- nameWithType.vb: PrecomputedEditorUtils.EstimateBakeSize(Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize*
- name: EstimateBakeSize
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateBakeSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateBakeSize
- nameWithType: PrecomputedEditorUtils.EstimateBakeSize
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name: EstimateTimePerSpot(int, TextureResolution)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_System_Int32_ProgLibrary_PrecomputedCulling_Settings_TextureResolution_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(System.Int32,ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- name.vb: EstimateTimePerSpot(Integer, TextureResolution)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(int, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot(Integer, ProgLibrary.PrecomputedCulling.Settings.TextureResolution)
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot(int, TextureResolution)
- nameWithType.vb: PrecomputedEditorUtils.EstimateTimePerSpot(Integer, TextureResolution)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot*
- name: EstimateTimePerSpot
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_EstimateTimePerSpot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.EstimateTimePerSpot
- nameWithType: PrecomputedEditorUtils.EstimateTimePerSpot
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name: FormatKb(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(System.Double)
- name.vb: FormatKb(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb(Double)
- nameWithType: PrecomputedEditorUtils.FormatKb(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatKb(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb*
- name: FormatKb
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatKb_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatKb
- nameWithType: PrecomputedEditorUtils.FormatKb
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name: FormatMilliseconds(double)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_System_Double_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(System.Double)
- name.vb: FormatMilliseconds(Double)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(double)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds(Double)
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds(double)
- nameWithType.vb: PrecomputedEditorUtils.FormatMilliseconds(Double)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds*
- name: FormatMilliseconds
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Editor_Utils_PrecomputedEditorUtils_FormatMilliseconds_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.FormatMilliseconds
- nameWithType: PrecomputedEditorUtils.FormatMilliseconds
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
- commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- name: ArrayUtilsTests
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
- nameWithType: ArrayUtilsTests
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
- nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
- nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
- name: Expand3DArrayIndex_ShouldReturnCorrectValues
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ name: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.html
+ commentId: N:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ nameWithType: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ name: ArrayUtilsTests
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html
+ commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests
+ nameWithType: ArrayUtilsTests
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
+ name.vb: Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+ nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(int, int, int, int, int, int)
+ nameWithType.vb: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues(Integer, Integer, Integer, Integer, Integer, Integer)
+- uid: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues*
+ name: Expand3DArrayIndex_ShouldReturnCorrectValues
+ href: api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.html#ProgLibrary_PrecomputedCulling_PrecomputedCulling_Tests_ArrayUtilsTests_Expand3DArrayIndex_ShouldReturnCorrectValues_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
nameWithType: ArrayUtilsTests.Expand3DArrayIndex_ShouldReturnCorrectValues
@@ -3339,497 +3307,396 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
fullName: ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.VisibleObjects
nameWithType: CameraVisibleTests.VisibleObjects
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager
- name: PrecomputedManager
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedManager
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager
- nameWithType: PrecomputedManager
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- name: Awake()
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake()
- nameWithType: PrecomputedManager.Awake()
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake*
- name: Awake
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedManager.html#ProgLibrary_PrecomputedCulling_PrecomputedManager_Awake_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedManager.Awake
- nameWithType: PrecomputedManager.Awake
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- name: PrecomputedSceneInfoData
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html
- commentId: T:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData
- nameWithType: PrecomputedSceneInfoData
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name: GatherScenesInfo(List)
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List{UnityEditor.SceneAsset})
- name.vb: GatherScenesInfo(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo(List)
- nameWithType.vb: PrecomputedSceneInfoData.GatherScenesInfo(List(Of SceneAsset))
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo*
- name: GatherScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_GatherScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.GatherScenesInfo
- nameWithType: PrecomputedSceneInfoData.GatherScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.Instance
- nameWithType: PrecomputedSceneInfoData.Instance
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo
- commentId: P:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo*
- name: ScenesInfo
- href: api/ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.html#ProgLibrary_PrecomputedCulling_PrecomputedSceneInfoData_ScenesInfo_
- commentId: Overload:ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.PrecomputedSceneInfoData.ScenesInfo
- nameWithType: PrecomputedSceneInfoData.ScenesInfo
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- name: FrustumCulling
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling
- nameWithType: FrustumCulling
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- name: isActive
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_MonoBehaviours_FrustumCulling_isActive
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.FrustumCulling.isActive
- nameWithType: FrustumCulling.isActive
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- name: PCCMonoBehaviour
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour
- nameWithType: PCCMonoBehaviour
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- name: PCCConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig
- nameWithType: PCCConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
- name: Instance
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.Instance
- nameWithType: PCCConfig.Instance
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- name: SaveConfig()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
- nameWithType: PCCConfig.SaveConfig()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
- name: SaveConfig
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
- nameWithType: PCCConfig.SaveConfig
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- name: WelcomePopupNeverAgain
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
- nameWithType: PCCConfig.WelcomePopupNeverAgain
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- name: WelcomePopupNeverAgainSetDate
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
- nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- name: PCCMonoBehaviourEditor
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
- nameWithType: PCCMonoBehaviourEditor
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- name: DrawLinkButtons()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
- name: DrawLinkButtons
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
- nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- name: OnInspectorGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
- name: OnInspectorGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
- nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- name: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
- commentId: N:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- nameWithType: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- name: EditorWindowExtensions
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
- nameWithType: EditorWindowExtensions
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: EnsureMinSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
- name: EnsureMinSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
- nameWithType: EditorWindowExtensions.EnsureMinSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- name: SetSize(EditorWindow, Vector2)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_UnityEditor_EditorWindow_UnityEngine_Vector2_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow,UnityEngine.Vector2)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(UnityEditor.EditorWindow, UnityEngine.Vector2)
- nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
- name: SetSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
- nameWithType: EditorWindowExtensions.SetSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- name: PCCEditorWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
- nameWithType: PCCEditorWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
- name: ContentRoot
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
- nameWithType: PCCEditorWindow.ContentRoot
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- name: CreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
- nameWithType: PCCEditorWindow.CreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
- name: CreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
- nameWithType: PCCEditorWindow.CreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- name: EnsureExactSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
- name: EnsureExactSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
- nameWithType: PCCEditorWindow.EnsureExactSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- name: EnsureMinimumSize(EditorWindow)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_UnityEditor_EditorWindow_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(UnityEditor.EditorWindow)
- nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
- name: EnsureMinimumSize
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
- nameWithType: PCCEditorWindow.EnsureMinimumSize
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- name: MenuItemLocation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
- nameWithType: PCCEditorWindow.MenuItemLocation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
- nameWithType: PCCEditorWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
- nameWithType: PCCEditorWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
- nameWithType: PCCEditorWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
- nameWithType: PCCEditorWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
- name: Root
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
- nameWithType: PCCEditorWindow.Root
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- name: ValidateCreateGUIBasics()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
- name: ValidateCreateGUIBasics
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
- nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
- commentId: P:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
- name: VisualTreeSource
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
- nameWithType: PCCEditorWindow.VisualTreeSource
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- name: PCCSettingsWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
- nameWithType: PCCSettingsWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
- nameWithType: PCCSettingsWindow.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
- nameWithType: PCCSettingsWindow.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
- nameWithType: PCCSettingsWindow.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling.Provider
+ name: ProgLibrary.PrecomputedCulling.Provider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider
+ fullName: ProgLibrary.PrecomputedCulling.Provider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ name: AssetBundleProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider
+ nameWithType: AssetBundleProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData()
+ nameWithType: AssetBundleProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: AssetBundleProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.GenerateData
+ nameWithType: AssetBundleProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData()
+ nameWithType: AssetBundleProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadAllData
+ nameWithType: AssetBundleProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData(Integer)
+ nameWithType: AssetBundleProvider.LoadData(int)
+ nameWithType.vb: AssetBundleProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.html#ProgLibrary_PrecomputedCulling_Provider_AssetBundleProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
- nameWithType: PCCSettingsWindow.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- name: PCCSettingsWindow.SettingCategory
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
- nameWithType: PCCSettingsWindow.SettingCategory
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- name: Baking
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
- nameWithType: PCCSettingsWindow.SettingCategory.Baking
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- name: DefaultProvider
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- name: DefaultValues
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
- nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- name: Info
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
- nameWithType: PCCSettingsWindow.SettingCategory.Info
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- name: None
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
- nameWithType: PCCSettingsWindow.SettingCategory.None
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- name: Validation
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
- commentId: F:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
- nameWithType: PCCSettingsWindow.SettingCategory.Validation
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
- nameWithType: PCCSettingsWindow.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.LoadData
+ nameWithType: AssetBundleProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ name: IPrecomputedDataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider
+ nameWithType: IPrecomputedDataProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData()
+ nameWithType: IPrecomputedDataProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: IPrecomputedDataProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.GenerateData
+ nameWithType: IPrecomputedDataProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData()
+ nameWithType: IPrecomputedDataProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadAllData
+ nameWithType: IPrecomputedDataProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData(Integer)
+ nameWithType: IPrecomputedDataProvider.LoadData(int)
+ nameWithType.vb: IPrecomputedDataProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html#ProgLibrary_PrecomputedCulling_Provider_IPrecomputedDataProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.LoadData
+ nameWithType: IPrecomputedDataProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ name: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+ nameWithType: ProgLibrary.PrecomputedCulling.Provider.ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ name: SimpleTextSerializer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer
+ nameWithType: SimpleTextSerializer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ name: ClearBuffer()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer()
+ nameWithType: SimpleTextSerializer.ClearBuffer()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer*
+ name: ClearBuffer
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ClearBuffer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ClearBuffer
+ nameWithType: SimpleTextSerializer.ClearBuffer
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ name: FinishDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization()
+ nameWithType: SimpleTextSerializer.FinishDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization*
+ name: FinishDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_FinishDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.FinishDeserialization
+ nameWithType: SimpleTextSerializer.FinishDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name: ProcessData(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(System.String)
+ name.vb: ProcessData(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData(String)
+ nameWithType: SimpleTextSerializer.ProcessData(string)
+ nameWithType.vb: SimpleTextSerializer.ProcessData(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData*
+ name: ProcessData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_ProcessData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.ProcessData
+ nameWithType: SimpleTextSerializer.ProcessData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ name: Serialize(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+ nameWithType: SimpleTextSerializer.Serialize(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize*
+ name: Serialize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_Serialize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.Serialize
+ nameWithType: SimpleTextSerializer.Serialize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ name: StartDeserialization()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization()
+ nameWithType: SimpleTextSerializer.StartDeserialization()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization*
+ name: StartDeserialization
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_SimpleTextSerializer_StartDeserialization_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.StartDeserialization
+ nameWithType: SimpleTextSerializer.StartDeserialization
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider
+ nameWithType: ZipProvider
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name: ZipProvider(string)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor(System.String)
+ name.vb: New(String)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider(string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New(String)
+ nameWithType: ZipProvider.ZipProvider(string)
+ nameWithType.vb: ZipProvider.New(String)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor*
+ name: ZipProvider
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.#ctor
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
- nameWithType: PCCSettingsWindow.ShowWindow
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- name: PCCWelcomePopup
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
- commentId: T:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
- nameWithType: PCCWelcomePopup
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- name: InitContent(VisualElement)
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_UnityEngine_UIElements_VisualElement_
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(UnityEngine.UIElements.VisualElement)
- nameWithType: PCCWelcomePopup.InitContent(VisualElement)
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
- name: InitContent
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.ZipProvider
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.New
+ nameWithType: ZipProvider.ZipProvider
+ nameWithType.vb: ZipProvider.New
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ name: GenerateData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData()
+ nameWithType: ZipProvider.GenerateData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ name: GenerateData(PrecomputedDataVariant)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_PrecomputedDataVariant_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData(PrecomputedDataVariant)
+ nameWithType: ZipProvider.GenerateData(PrecomputedDataVariant)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData*
+ name: GenerateData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GenerateData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GenerateData
+ nameWithType: ZipProvider.GenerateData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ name: GetCreateTime()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime()
+ nameWithType: ZipProvider.GetCreateTime()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime*
+ name: GetCreateTime
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetCreateTime_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetCreateTime
+ nameWithType: ZipProvider.GetCreateTime
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ name: GetDataSize()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize()
+ nameWithType: ZipProvider.GetDataSize()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize*
+ name: GetDataSize
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_GetDataSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.GetDataSize
+ nameWithType: ZipProvider.GetDataSize
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ name: LoadAllData()
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData()
+ nameWithType: ZipProvider.LoadAllData()
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData*
+ name: LoadAllData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadAllData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadAllData
+ nameWithType: ZipProvider.LoadAllData
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name: LoadData(int)
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(System.Int32)
+ name.vb: LoadData(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData(Integer)
+ nameWithType: ZipProvider.LoadData(int)
+ nameWithType.vb: ZipProvider.LoadData(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData*
+ name: LoadData
+ href: api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.html#ProgLibrary_PrecomputedCulling_Provider_ZipProvider_ZipProvider_LoadData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.LoadData
+ nameWithType: ZipProvider.LoadData
+- uid: ProgLibrary.PrecomputedCulling.Renderer
+ name: ProgLibrary.PrecomputedCulling.Renderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Renderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer
+ nameWithType: ProgLibrary.PrecomputedCulling.Renderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer
+ nameWithType: CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ name: BakeAlgorithms
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_BakeAlgorithms
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.BakeAlgorithms
+ nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_PrecomputedArea_GameObject__
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea,GameObject@)
+ name.vb: PrepareVisibilityTester(PrecomputedArea, GameObject)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, GameObject)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
+ name: PrepareVisibilityTester
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
- nameWithType: PCCWelcomePopup.InitContent
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- name: OnCreateGUI()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
- nameWithType: PCCWelcomePopup.OnCreateGUI()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
- name: OnCreateGUI
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+ nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name: RemoveRenderer(int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
+ name.vb: RemoveRenderer(Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.RemoveRenderer(Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer*
+ name: RemoveRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_RemoveRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
- nameWithType: PCCWelcomePopup.OnCreateGUI
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- name: OnLayoutInitialized()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
- nameWithType: PCCWelcomePopup.OnLayoutInitialized()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
- name: OnLayoutInitialized
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.RemoveRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ name: SetRenderer(IVisibilityTester)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_IVisibilityTester_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer*
+ name: SetRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_SetRenderer_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
- nameWithType: PCCWelcomePopup.OnLayoutInitialized
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- name: ShowWindow()
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
- commentId: M:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
- nameWithType: PCCWelcomePopup.ShowWindow()
-- uid: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
- name: ShowWindow
- href: api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Scripts_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.SetRenderer
+ nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_IVisibilityTester_PrecomputedArea_Vector3_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester,PrecomputedArea,Vector3,System.Int32)
+ name.vb: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, int)
+ nameWithType.vb: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility*
+ name: TestVisibility
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Renderer_CustomOcclusionScriptableRenderer_TestVisibility_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
- nameWithType: PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.TestVisibility
+ nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ name: RendererBakeAlgorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm
+ nameWithType: RendererBakeAlgorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ name: Algorithm
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_Algorithm
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.Algorithm
+ nameWithType: RendererBakeAlgorithm.Algorithm
+- uid: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ name: VisibilityTesterType
+ href: api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Renderer_RendererBakeAlgorithm_VisibilityTesterType
+ commentId: F:ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ fullName: ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.VisibilityTesterType
+ nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Settings
name: ProgLibrary.PrecomputedCulling.Settings
href: api/ProgLibrary.PrecomputedCulling.Settings.html
@@ -3932,6 +3799,85 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings
nameWithType: PrecomputedBaseBakeSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings
+ nameWithType: PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ name: BakeSprites
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeSprites
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeSprites
+ nameWithType: PrecomputedDataSettings.BakeSprites
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ name: BakeTerrain
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTerrain
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTerrain
+ nameWithType: PrecomputedDataSettings.BakeTerrain
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ name: BakeTransparent
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_BakeTransparent
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.BakeTransparent
+ nameWithType: PrecomputedDataSettings.BakeTransparent
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ name: CellDepthTestDensity
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensity
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensity
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensity
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ name: CellDepthTestDensityOffset
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellDepthTestDensityOffset
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellDepthTestDensityOffset
+ nameWithType: PrecomputedDataSettings.CellDepthTestDensityOffset
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ name: CellsDivisions
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_CellsDivisions
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.CellsDivisions
+ nameWithType: PrecomputedDataSettings.CellsDivisions
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider
+ commentId: P:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider*
+ name: DataProvider
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_DataProvider_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.DataProvider
+ nameWithType: PrecomputedDataSettings.DataProvider
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ name: IsGlobalQuality
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_IsGlobalQuality
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.IsGlobalQuality
+ nameWithType: PrecomputedDataSettings.IsGlobalQuality
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ name: Priority
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_Priority
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.Priority
+ nameWithType: PrecomputedDataSettings.Priority
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ name: TextureResolution
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_TextureResolution
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.TextureResolution
+ nameWithType: PrecomputedDataSettings.TextureResolution
+- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ name: VariantsSettings
+ href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.html#ProgLibrary_PrecomputedCulling_Settings_PrecomputedDataSettings_VariantsSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ fullName: ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.VariantsSettings
+ nameWithType: PrecomputedDataSettings.VariantsSettings
- uid: ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea
name: PrecomputedSettingsArea
href: api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.html
@@ -3980,103 +3926,6 @@ references:
commentId: F:ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
fullName: ProgLibrary.PrecomputedCulling.Settings.TextureResolution.Ultra
nameWithType: TextureResolution.Ultra
-- uid: ProgLibrary.PrecomputedCulling.Shaders
- name: ProgLibrary.PrecomputedCulling.Shaders
- href: api/ProgLibrary.PrecomputedCulling.Shaders.html
- commentId: N:ProgLibrary.PrecomputedCulling.Shaders
- fullName: ProgLibrary.PrecomputedCulling.Shaders
- nameWithType: ProgLibrary.PrecomputedCulling.Shaders
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- name: CustomOcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer
- nameWithType: CustomOcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- name: BakeAlgorithms
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_BakeAlgorithms
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.BakeAlgorithms
- nameWithType: CustomOcclusionScriptableRenderer.BakeAlgorithms
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name: PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_GameObject__
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.GameObject@)
- name.vb: PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ref UnityEngine.GameObject)
- fullName.vb: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester(ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, ByRef UnityEngine.GameObject)
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ref GameObject)
- nameWithType.vb: CustomOcclusionScriptableRenderer.PrepareVisibilityTester(PrecomputedArea, ByRef GameObject)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester*
- name: PrepareVisibilityTester
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_PrepareVisibilityTester_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.PrepareVisibilityTester
- nameWithType: CustomOcclusionScriptableRenderer.PrepareVisibilityTester
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- name: RemoveRenderer(Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer(System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer(Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer*
- name: RemoveRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_RemoveRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.RemoveRenderer
- nameWithType: CustomOcclusionScriptableRenderer.RemoveRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- name: SetRenderer(IVisibilityTester)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester)
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer(IVisibilityTester)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer*
- name: SetRenderer
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_SetRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.SetRenderer
- nameWithType: CustomOcclusionScriptableRenderer.SetRenderer
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- name: TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_ProgLibrary_PrecomputedCulling_MonoBehaviours_IVisibilityTester_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea_UnityEngine_Vector3_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester,ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea,UnityEngine.Vector3,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility(ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester, ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea, UnityEngine.Vector3, System.Int32)
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility(IVisibilityTester, PrecomputedArea, Vector3, Int32)
-- uid: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility*
- name: TestVisibility
- href: api/ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.html#ProgLibrary_PrecomputedCulling_Shaders_CustomOcclusionScriptableRenderer_TestVisibility_
- commentId: Overload:ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling.Shaders.CustomOcclusionScriptableRenderer.TestVisibility
- nameWithType: CustomOcclusionScriptableRenderer.TestVisibility
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- name: RendererBakeAlgorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
- commentId: T:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm
- nameWithType: RendererBakeAlgorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- name: Algorithm
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_Algorithm
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.Algorithm
- nameWithType: RendererBakeAlgorithm.Algorithm
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- name: ScriptableRendererData
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_ScriptableRendererData
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.ScriptableRendererData
- nameWithType: RendererBakeAlgorithm.ScriptableRendererData
-- uid: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- name: VisibilityTesterType
- href: api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html#ProgLibrary_PrecomputedCulling_Shaders_RendererBakeAlgorithm_VisibilityTesterType
- commentId: F:ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- fullName: ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.VisibilityTesterType
- nameWithType: RendererBakeAlgorithm.VisibilityTesterType
- uid: ProgLibrary.PrecomputedCulling.Utils
name: ProgLibrary.PrecomputedCulling.Utils
href: api/ProgLibrary.PrecomputedCulling.Utils.html
@@ -4203,6 +4052,25 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.FlattenArrayIndex
nameWithType: ArrayUtils.FlattenArrayIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ name: BoundingBoxExtensions
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions
+ nameWithType: BoundingBoxExtensions
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ name: ExpandAA(BoundingBox, Vector3)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_BoundingBox_Vector3_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox,Vector3)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+ nameWithType: BoundingBoxExtensions.ExpandAA(BoundingBox, Vector3)
+- uid: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA*
+ name: ExpandAA
+ href: api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.html#ProgLibrary_PrecomputedCulling_Utils_BoundingBoxExtensions_ExpandAA_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.ExpandAA
+ nameWithType: BoundingBoxExtensions.ExpandAA
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities
name: ComputeShaderUtilities
href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -4216,22 +4084,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer
nameWithType: ComputeShaderUtilities.CreateArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name: CreateArrayBuffer(int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(System.Int32,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name: CreateArrayBuffer(in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateArrayBuffer__1___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer``1(``0[]@,ComputeBufferType)
name.vb: CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateArrayBuffer(in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateArrayBuffer(Of T)(T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer*
@@ -4241,13 +4109,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer
nameWithType: ComputeShaderUtilities.CreateValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name: CreateValueBuffer(T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_CreateValueBuffer__1___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer``1(``0,ComputeBufferType)
name.vb: CreateValueBuffer(Of T)(T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.CreateValueBuffer(T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.CreateValueBuffer(Of T)(T, ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer*
@@ -4257,13 +4125,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name: GetArrayViaBuffer(ComputeBuffer, int, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_UnityEngine_ComputeBuffer_System_Int32_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(UnityEngine.ComputeBuffer,System.Int32,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetArrayViaBuffer__1_ComputeBuffer_System_Int32_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer``1(ComputeBuffer,System.Int32,System.Boolean)
name.vb: GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(UnityEngine.ComputeBuffer, int, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(UnityEngine.ComputeBuffer, Integer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
nameWithType: ComputeShaderUtilities.GetArrayViaBuffer(ComputeBuffer, int, bool)
nameWithType.vb: ComputeShaderUtilities.GetArrayViaBuffer(Of T)(ComputeBuffer, Integer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer*
@@ -4273,13 +4141,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer
nameWithType: ComputeShaderUtilities.GetValueViaBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name: GetValueViaBuffer(ComputeBuffer, bool)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_UnityEngine_ComputeBuffer_System_Boolean_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(UnityEngine.ComputeBuffer,System.Boolean)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_GetValueViaBuffer__1_ComputeBuffer_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer``1(ComputeBuffer,System.Boolean)
name.vb: GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(UnityEngine.ComputeBuffer, bool)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(UnityEngine.ComputeBuffer, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
nameWithType: ComputeShaderUtilities.GetValueViaBuffer(ComputeBuffer, bool)
nameWithType.vb: ComputeShaderUtilities.GetValueViaBuffer(Of T)(ComputeBuffer, Boolean)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer*
@@ -4289,22 +4157,22 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer
nameWithType: ComputeShaderUtilities.SetArrayBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_Int32_System_Int32_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_Int32_System_Int32_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.Int32,System.Int32,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, int, int, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, Integer, Integer, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, int, int, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, Integer, Integer, ComputeBufferType)
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name: SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0____UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0[]@,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetArrayBuffer__1_ComputeShader_System_Int32_System_String___0____ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer``1(ComputeShader,System.Int32,System.String,``0[]@,ComputeBufferType)
name.vb: SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(UnityEngine.ComputeShader, int, string, in T[], UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T(), UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetArrayBuffer(ComputeShader, int, string, in T[], ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetArrayBuffer(Of T)(ComputeShader, Integer, String, T(), ComputeBufferType)
- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer*
@@ -4314,15 +4182,70 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer
nameWithType: ComputeShaderUtilities.SetValueBuffer
-- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name: SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
- href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_UnityEngine_ComputeShader_System_Int32_System_String___0_UnityEngine_ComputeBufferType_
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(UnityEngine.ComputeShader,System.Int32,System.String,``0,UnityEngine.ComputeBufferType)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html#ProgLibrary_PrecomputedCulling_Utils_ComputeShaderUtilities_SetValueBuffer__1_ComputeShader_System_Int32_System_String___0_ComputeBufferType_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer``1(ComputeShader,System.Int32,System.String,``0,ComputeBufferType)
name.vb: SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
- fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(UnityEngine.ComputeShader, int, string, T, UnityEngine.ComputeBufferType)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(UnityEngine.ComputeShader, Integer, String, T, UnityEngine.ComputeBufferType)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
nameWithType: ComputeShaderUtilities.SetValueBuffer(ComputeShader, int, string, T, ComputeBufferType)
nameWithType.vb: ComputeShaderUtilities.SetValueBuffer(Of T)(ComputeShader, Integer, String, T, ComputeBufferType)
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ name: CoroutineState
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState
+ nameWithType: CoroutineState
+- uid: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ name: Finished
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html#ProgLibrary_PrecomputedCulling_Utils_CoroutineState_Finished
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CoroutineState.Finished
+ nameWithType: CoroutineState.Finished
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ name: CullingReferenceHelper
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper
+ nameWithType: CullingReferenceHelper
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ name: CullingComputeShader
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CullingComputeShader
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CullingComputeShader
+ nameWithType: CullingReferenceHelper.CullingComputeShader
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ name: CustomOcclusionScriptableRenderer
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_CustomOcclusionScriptableRenderer
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.CustomOcclusionScriptableRenderer
+ nameWithType: CullingReferenceHelper.CustomOcclusionScriptableRenderer
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.Instance
+ nameWithType: CullingReferenceHelper.Instance
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ name: PrecomputedDataSettings
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_PrecomputedDataSettings
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.PrecomputedDataSettings
+ nameWithType: CullingReferenceHelper.PrecomputedDataSettings
+- uid: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ name: RendererColorCodingTexture
+ href: api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.html#ProgLibrary_PrecomputedCulling_Utils_CullingReferenceHelper_RendererColorCodingTexture
+ commentId: F:ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ fullName: ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.RendererColorCodingTexture
+ nameWithType: CullingReferenceHelper.RendererColorCodingTexture
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions
name: PrecomputedAreaExtensions
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html
@@ -4335,22 +4258,25 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator
nameWithType: PrecomputedAreaExtensions.CameraIterator
-- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
name: CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_UnityEngine_Vector3Int__UnityEngine_Vector3Int__UnityEngine_Vector3__ProgLibrary_PrecomputedCulling_DataModels_BoundingBox__
- commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(UnityEngine.Vector3Int@,UnityEngine.Vector3Int@,UnityEngine.Vector3@,ProgLibrary.PrecomputedCulling.DataModels.BoundingBox@)
- name.vb: CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
- fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in UnityEngine.Vector3Int, in UnityEngine.Vector3Int, in UnityEngine.Vector3, in ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
- fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3Int, ByRef UnityEngine.Vector3, ByRef ProgLibrary.PrecomputedCulling.DataModels.BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_Vector3Int__Vector3Int__Vector3__BoundingBox__
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor(Vector3Int@,Vector3Int@,Vector3@,BoundingBox@)
+ name.vb: New(Vector3Int, Vector3Int, Vector3, BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator(in Vector3Int, in Vector3Int, in Vector3, in BoundingBox)
- nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.CameraIterator(ByRef Vector3Int, ByRef Vector3Int, ByRef Vector3, ByRef BoundingBox)
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New(Vector3Int, Vector3Int, Vector3, BoundingBox)
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor*
name: CameraIterator
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator__ctor_
commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.#ctor
isSpec: "True"
+ name.vb: New
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.New
nameWithType: PrecomputedAreaExtensions.CameraIterator.CameraIterator
+ nameWithType.vb: PrecomputedAreaExtensions.CameraIterator.New
- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.CameraPosition
name: CameraPosition
href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraIterator_CameraPosition
@@ -4370,6 +4296,421 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
nameWithType: PrecomputedAreaExtensions.CameraIterator.GetClampedIndex
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ name: CameraPositionIterator(PrecomputedArea, BoundingBox)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_PrecomputedArea_BoundingBox_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea,BoundingBox)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator(PrecomputedArea, BoundingBox)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator*
+ name: CameraPositionIterator
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_CameraPositionIterator_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraPositionIterator
+ nameWithType: PrecomputedAreaExtensions.CameraPositionIterator
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name: GetCellBox(PrecomputedArea, int)
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_PrecomputedArea_System_Int32_
+ commentId: M:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea,System.Int32)
+ name.vb: GetCellBox(PrecomputedArea, Integer)
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+ nameWithType: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, int)
+ nameWithType.vb: PrecomputedAreaExtensions.GetCellBox(PrecomputedArea, Integer)
+- uid: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox*
+ name: GetCellBox
+ href: api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.html#ProgLibrary_PrecomputedCulling_Utils_PrecomputedAreaExtensions_GetCellBox_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.GetCellBox
+ nameWithType: PrecomputedAreaExtensions.GetCellBox
+- uid: ProgLibrary.PrecomputedCulling.Versioning
+ name: ProgLibrary.PrecomputedCulling.Versioning
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.html
+ commentId: N:ProgLibrary.PrecomputedCulling.Versioning
+ fullName: ProgLibrary.PrecomputedCulling.Versioning
+ nameWithType: ProgLibrary.PrecomputedCulling.Versioning
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version
+ nameWithType: Version
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name: Version(Serializable)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ name.vb: New(Serializable)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable)
+ nameWithType: Version.Version(Version.Serializable)
+ nameWithType.vb: Version.New(Version.Serializable)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name: Version(ushort, ushort, ushort)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16)
+ name.vb: New(UShort, UShort, UShort)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort)
+ nameWithType: Version.Version(ushort, ushort, ushort)
+ nameWithType.vb: Version.New(UShort, UShort, UShort)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name: Version(ushort, ushort, ushort, string)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_System_UInt16_System_UInt16_System_UInt16_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor(System.UInt16,System.UInt16,System.UInt16,System.String)
+ name.vb: New(UShort, UShort, UShort, String)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version(ushort, ushort, ushort, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New(UShort, UShort, UShort, String)
+ nameWithType: Version.Version(ushort, ushort, ushort, string)
+ nameWithType.vb: Version.New(UShort, UShort, UShort, String)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor*
+ name: Version
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Version
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.New
+ nameWithType: Version.Version
+ nameWithType.vb: Version.New
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: CompareTo(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.CompareTo(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo*
+ name: CompareTo
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_CompareTo_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.CompareTo
+ nameWithType: Version.CompareTo
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: Equals(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Equals(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name: Equals(object)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_System_Object_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(System.Object)
+ name.vb: Equals(Object)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(object)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals(Object)
+ nameWithType: Version.Equals(object)
+ nameWithType.vb: Version.Equals(Object)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals*
+ name: Equals
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Equals_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Equals
+ nameWithType: Version.Equals
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Extension
+ nameWithType: Version.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ name: ExtensionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ExtensionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ExtensionDelimiter
+ nameWithType: Version.ExtensionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ name: GetHashCode()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode()
+ nameWithType: Version.GetHashCode()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode*
+ name: GetHashCode
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_GetHashCode_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.GetHashCode
+ nameWithType: Version.GetHashCode
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault
+ commentId: P:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault*
+ name: IsDefault
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_IsDefault_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.IsDefault
+ nameWithType: Version.IsDefault
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Major
+ nameWithType: Version.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Minor
+ nameWithType: Version.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Patch
+ nameWithType: Version.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ name: Prefix
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Prefix
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Prefix
+ nameWithType: Version.Prefix
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ name: Version.Serializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html
+ commentId: T:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable
+ nameWithType: Version.Serializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ name: Extension
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Extension
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Extension
+ nameWithType: Version.Serializable.Extension
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: FromVersion(Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion(ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.Serializable.FromVersion(Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion*
+ name: FromVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_FromVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.FromVersion
+ nameWithType: Version.Serializable.FromVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ name: Major
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Major
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Major
+ nameWithType: Version.Serializable.Major
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ name: Minor
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Minor
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Minor
+ nameWithType: Version.Serializable.Minor
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ name: Patch
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_Patch
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.Patch
+ nameWithType: Version.Serializable.Patch
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ name: ToVersion()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion()
+ nameWithType: Version.Serializable.ToVersion()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion*
+ name: ToVersion
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Serializable_ToVersion_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.ToVersion
+ nameWithType: Version.Serializable.ToVersion
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ name: ToSerializable()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable()
+ nameWithType: Version.ToSerializable()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable*
+ name: ToSerializable
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToSerializable_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToSerializable
+ nameWithType: Version.ToSerializable
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ name: ToString()
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString()
+ nameWithType: Version.ToString()
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString*
+ name: ToString
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToString_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToString
+ nameWithType: Version.ToString
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name: ToStringParam(bool, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_System_Boolean_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(System.Boolean,System.Boolean)
+ name.vb: ToStringParam(Boolean, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(bool, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam(Boolean, Boolean)
+ nameWithType: Version.ToStringParam(bool, bool)
+ nameWithType.vb: Version.ToStringParam(Boolean, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam*
+ name: ToStringParam
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_ToStringParam_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.ToStringParam
+ nameWithType: Version.ToStringParam
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name: TryParse(string, out Version, bool)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_System_String_ProgLibrary_PrecomputedCulling_Versioning_Version__System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(System.String,ProgLibrary.PrecomputedCulling.Versioning.Version@,System.Boolean)
+ name.vb: TryParse(String, Version, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(string, out ProgLibrary.PrecomputedCulling.Versioning.Version, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse(String, ProgLibrary.PrecomputedCulling.Versioning.Version, Boolean)
+ nameWithType: Version.TryParse(string, out Version, bool)
+ nameWithType.vb: Version.TryParse(String, Version, Boolean)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse*
+ name: TryParse
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_TryParse_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.TryParse
+ nameWithType: Version.TryParse
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ name: VersionDelimiter
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_VersionDelimiter
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.VersionDelimiter
+ nameWithType: Version.VersionDelimiter
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ name: Zero
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_Zero
+ commentId: F:ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.Zero
+ nameWithType: Version.Zero
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator ==(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: =(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator ==(Version, Version)
+ nameWithType.vb: Version.=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality*
+ name: operator ==
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Equality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Equality
+ isSpec: "True"
+ name.vb: =
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator ==
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.=
+ nameWithType: Version.operator ==
+ nameWithType.vb: Version.=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >(Version, Version)
+ nameWithType.vb: Version.>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan*
+ name: operator >
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThan
+ isSpec: "True"
+ name.vb: '>'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>
+ nameWithType: Version.operator >
+ nameWithType.vb: Version.>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator >=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: '>=(Version, Version)'
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator >=(Version, Version)
+ nameWithType.vb: Version.>=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual*
+ name: operator >=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_GreaterThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_GreaterThanOrEqual
+ isSpec: "True"
+ name.vb: '>='
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator >=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.>=
+ nameWithType: Version.operator >=
+ nameWithType.vb: Version.>=
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator !=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <>(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator !=(Version, Version)
+ nameWithType.vb: Version.<>(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality*
+ name: operator !=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_Inequality_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_Inequality
+ isSpec: "True"
+ name.vb: <>
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator !=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<>
+ nameWithType: Version.operator !=
+ nameWithType.vb: Version.<>
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <(Version, Version)
+ nameWithType.vb: Version.<(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan*
+ name: operator <
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThan_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThan
+ isSpec: "True"
+ name.vb: <
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<
+ nameWithType: Version.operator <
+ nameWithType.vb: Version.<
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name: operator <=(Version, Version)
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_ProgLibrary_PrecomputedCulling_Versioning_Version_ProgLibrary_PrecomputedCulling_Versioning_Version_
+ commentId: M:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual(ProgLibrary.PrecomputedCulling.Versioning.Version,ProgLibrary.PrecomputedCulling.Versioning.Version)
+ name.vb: <=(Version, Version)
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=(ProgLibrary.PrecomputedCulling.Versioning.Version, ProgLibrary.PrecomputedCulling.Versioning.Version)
+ nameWithType: Version.operator <=(Version, Version)
+ nameWithType.vb: Version.<=(Version, Version)
+- uid: ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual*
+ name: operator <=
+ href: api/ProgLibrary.PrecomputedCulling.Versioning.Version.html#ProgLibrary_PrecomputedCulling_Versioning_Version_op_LessThanOrEqual_
+ commentId: Overload:ProgLibrary.PrecomputedCulling.Versioning.Version.op_LessThanOrEqual
+ isSpec: "True"
+ name.vb: <=
+ fullName: ProgLibrary.PrecomputedCulling.Versioning.Version.operator <=
+ fullName.vb: ProgLibrary.PrecomputedCulling.Versioning.Version.<=
+ nameWithType: Version.operator <=
+ nameWithType.vb: Version.<=
- uid: ProgLibrary.PrecomputedCulling_Editor
name: ProgLibrary.PrecomputedCulling_Editor
href: api/ProgLibrary.PrecomputedCulling_Editor.html
@@ -4382,28 +4723,130 @@ references:
commentId: N:ProgLibrary.PrecomputedCulling_Editor.Bake
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake
nameWithType: ProgLibrary.PrecomputedCulling_Editor.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ name: BasicEditorBakeProgress
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress
+ nameWithType: BasicEditorBakeProgress
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ name: ClearProgressBar()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar()
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar*
+ name: ClearProgressBar
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_ClearProgressBar_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.ClearProgressBar
+ nameWithType: BasicEditorBakeProgress.ClearProgressBar
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name: SetProgressValue(string, string, float, out bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_System_String_System_String_System_Single_System_Boolean__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(System.String,System.String,System.Single,System.Boolean@)
+ name.vb: SetProgressValue(String, String, Single, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+ nameWithType: BasicEditorBakeProgress.SetProgressValue(string, string, float, out bool)
+ nameWithType.vb: BasicEditorBakeProgress.SetProgressValue(String, String, Single, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue*
+ name: SetProgressValue
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.html#ProgLibrary_PrecomputedCulling_Editor_Bake_BasicEditorBakeProgress_SetProgressValue_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.SetProgressValue
+ nameWithType: BasicEditorBakeProgress.SetProgressValue
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ name: EditorBakeHelper
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper
+ nameWithType: EditorBakeHelper
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_PrecomputedArea_PrecomputedDataVariant_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea,PrecomputedDataVariant,System.String)
+ name.vb: CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, string)
+ nameWithType.vb: EditorBakeHelper.CreateNewOcclusionData(PrecomputedArea, PrecomputedDataVariant, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData*
+ name: CreateNewOcclusionData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateNewOcclusionData_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateNewOcclusionData
+ nameWithType: EditorBakeHelper.CreateNewOcclusionData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name: CreateSceneOcclusionVariant(int, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_System_Int32_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(System.Int32,System.String)
+ name.vb: CreateSceneOcclusionVariant(Integer, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant(int, string)
+ nameWithType.vb: EditorBakeHelper.CreateSceneOcclusionVariant(Integer, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant*
+ name: CreateSceneOcclusionVariant
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_CreateSceneOcclusionVariant_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.CreateSceneOcclusionVariant
+ nameWithType: EditorBakeHelper.CreateSceneOcclusionVariant
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ name: FindGetAreas()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas()
+ nameWithType: EditorBakeHelper.FindGetAreas()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas*
+ name: FindGetAreas
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_FindGetAreas_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.FindGetAreas
+ nameWithType: EditorBakeHelper.FindGetAreas
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ name: UnloadUnusedAssetsImmediate()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate()
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate*
+ name: UnloadUnusedAssetsImmediate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.html#ProgLibrary_PrecomputedCulling_Editor_Bake_EditorBakeHelper_UnloadUnusedAssetsImmediate_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.UnloadUnusedAssetsImmediate
+ nameWithType: EditorBakeHelper.UnloadUnusedAssetsImmediate
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
name: PrecomputedBakeProcess
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess
nameWithType: PrecomputedBakeProcess
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: Bake(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: Bake(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.Bake(List)
- nameWithType.vb: PrecomputedBakeProcess.Bake(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake*
- name: Bake
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_Bake_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.Bake
- nameWithType: PrecomputedBakeProcess.Bake
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name: PrecomputedBakeProcess()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New()
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess()
+ nameWithType.vb: PrecomputedBakeProcess.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor*
+ name: PrecomputedBakeProcess
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.PrecomputedBakeProcess
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.New
+ nameWithType: PrecomputedBakeProcess.PrecomputedBakeProcess
+ nameWithType.vb: PrecomputedBakeProcess.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
name: BakeAll()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeAll
@@ -4417,106 +4860,31 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeAll
nameWithType: PrecomputedBakeProcess.BakeAll
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- name: BakeSelected()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected()
- nameWithType: PrecomputedBakeProcess.BakeSelected()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected*
- name: BakeSelected
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelected_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelected
- nameWithType: PrecomputedBakeProcess.BakeSelected
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- name: BakeSelectedCoroutine()
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine()
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine()
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine*
- name: BakeSelectedCoroutine
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_BakeSelectedCoroutine_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.BakeSelectedCoroutine
- nameWithType: PrecomputedBakeProcess.BakeSelectedCoroutine
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name: ClearOcclusionData(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_MonoBehaviours_PrecomputedArea__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea})
- name.vb: ClearOcclusionData(List(Of PrecomputedArea))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea))
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData(List)
- nameWithType.vb: PrecomputedBakeProcess.ClearOcclusionData(List(Of PrecomputedArea))
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData*
- name: ClearOcclusionData
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_ClearOcclusionData_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.ClearOcclusionData
- nameWithType: PrecomputedBakeProcess.ClearOcclusionData
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant*
- name: CurrentVariant
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_CurrentVariant_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.CurrentVariant
- nameWithType: PrecomputedBakeProcess.CurrentVariant
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- name: GenerateSceneRendererIdComponents(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents*
- name: GenerateSceneRendererIdComponents
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GenerateSceneRendererIdComponents_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GenerateSceneRendererIdComponents
- nameWithType: PrecomputedBakeProcess.GenerateSceneRendererIdComponents
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- name: GetOcclusionSceneSettings(Scene)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_UnityEngine_SceneManagement_Scene_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings(UnityEngine.SceneManagement.Scene)
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings(Scene)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings*
- name: GetOcclusionSceneSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_GetOcclusionSceneSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.GetOcclusionSceneSettings
- nameWithType: PrecomputedBakeProcess.GetOcclusionSceneSettings
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer
- commentId: P:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer*
- name: OcclusionScriptableRenderer
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedBakeProcess_OcclusionScriptableRenderer_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.OcclusionScriptableRenderer
- nameWithType: PrecomputedBakeProcess.OcclusionScriptableRenderer
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
name: PrecomputedCullingPipeline
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html
commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline
nameWithType: PrecomputedCullingPipeline
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name: PrecomputedCullingPipeline()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ name.vb: New()
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New()
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline()
+ nameWithType.vb: PrecomputedCullingPipeline.New()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor*
+ name: PrecomputedCullingPipeline
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline__ctor_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.#ctor
+ isSpec: "True"
+ name.vb: New
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.New
+ nameWithType: PrecomputedCullingPipeline.PrecomputedCullingPipeline
+ nameWithType.vb: PrecomputedCullingPipeline.New
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeAllMultipleScenes
name: BakeAllMultipleScenes()
href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeAllMultipleScenes
@@ -4543,13 +4911,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeCurrent
nameWithType: PrecomputedCullingPipeline.BakeCurrent
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name: BakeScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_PrecomputedCulling_DataModels_PrecomputedSceneVariantData__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_BakeScenes_List_PrecomputedSceneVariantData__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List{PrecomputedSceneVariantData})
name.vb: BakeScenes(List(Of PrecomputedSceneVariantData))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling.PrecomputedCulling.DataModels.PrecomputedSceneVariantData))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
nameWithType: PrecomputedCullingPipeline.BakeScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.BakeScenes(List(Of PrecomputedSceneVariantData))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes*
@@ -4559,13 +4927,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.BakeScenes
nameWithType: PrecomputedCullingPipeline.BakeScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name: OpenScenes(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_System_Collections_Generic_List_UnityEditor_SceneAsset__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List{UnityEditor.SceneAsset})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedCullingPipeline_OpenScenes_List_SceneAsset__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List{SceneAsset})
name.vb: OpenScenes(List(Of SceneAsset))
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(System.Collections.Generic.List(Of UnityEditor.SceneAsset))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
nameWithType: PrecomputedCullingPipeline.OpenScenes(List)
nameWithType.vb: PrecomputedCullingPipeline.OpenScenes(List(Of SceneAsset))
- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes*
@@ -4575,38 +4943,6 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.OpenScenes
nameWithType: PrecomputedCullingPipeline.OpenScenes
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- name: PrecomputedSaveTexture
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html
- commentId: T:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture
- nameWithType: PrecomputedSaveTexture
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- name: SaveRTToFile(RenderTexture, RenderTexture)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_UnityEngine_RenderTexture_UnityEngine_RenderTexture_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile(UnityEngine.RenderTexture, UnityEngine.RenderTexture)
- nameWithType: PrecomputedSaveTexture.SaveRTToFile(RenderTexture, RenderTexture)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile*
- name: SaveRTToFile
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_SaveRTToFile_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.SaveRTToFile
- nameWithType: PrecomputedSaveTexture.SaveRTToFile
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- name: UpdateSettings(Boolean, Int32)
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_System_Boolean_System_Int32_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean,System.Int32)
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings(System.Boolean, System.Int32)
- nameWithType: PrecomputedSaveTexture.UpdateSettings(Boolean, Int32)
-- uid: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings*
- name: UpdateSettings
- href: api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.html#ProgLibrary_PrecomputedCulling_Editor_Bake_PrecomputedSaveTexture_UpdateSettings_
- commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- isSpec: "True"
- fullName: ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedSaveTexture.UpdateSettings
- nameWithType: PrecomputedSaveTexture.UpdateSettings
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow
name: BaseManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -4652,11 +4988,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnFocus
nameWithType: BaseManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_BaseManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: BaseManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4665,6 +5001,644 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.OnSceneGUI
nameWithType: BaseManualEditorWindow.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config
+ name: ProgLibrary.PrecomputedCulling_Editor.Config
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.Config
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.Config
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ name: PCCConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig
+ nameWithType: PCCConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ name: HasWelcomePopupBeenShown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_HasWelcomePopupBeenShown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.HasWelcomePopupBeenShown
+ nameWithType: PCCConfig.HasWelcomePopupBeenShown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance*
+ name: Instance
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Instance_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Instance
+ nameWithType: PCCConfig.Instance
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ name: SaveConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig()
+ nameWithType: PCCConfig.SaveConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig*
+ name: SaveConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_SaveConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.SaveConfig
+ nameWithType: PCCConfig.SaveConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ name: PCCConfig.Versioning
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning
+ nameWithType: PCCConfig.Versioning
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ name: LastKnownGitHubVersion
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersion
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersion
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersion
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ name: LastKnownGitHubVersionFreshTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionFreshTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionFreshTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ name: LastKnownGitHubVersionSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_LastKnownGitHubVersionSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+ nameWithType: PCCConfig.Versioning.LastKnownGitHubVersionSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ name: VersionUpdatePopupDisplayCooldown
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupDisplayCooldown
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupDisplayCooldown
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ name: VersionUpdatePopupLastDisplayTime
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupLastDisplayTime
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupLastDisplayTime
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ name: VersionUpdatePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ name: VersionUpdatePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_Versioning_VersionUpdatePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+ nameWithType: PCCConfig.Versioning.VersionUpdatePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ name: VersioningData
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_VersioningData
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.VersioningData
+ nameWithType: PCCConfig.VersioningData
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ name: WelcomePopupNeverAgain
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgain
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgain
+ nameWithType: PCCConfig.WelcomePopupNeverAgain
+- uid: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ name: WelcomePopupNeverAgainSetDate
+ href: api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html#ProgLibrary_PrecomputedCulling_Editor_Config_PCCConfig_WelcomePopupNeverAgainSetDate
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ fullName: ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.WelcomePopupNeverAgainSetDate
+ nameWithType: PCCConfig.WelcomePopupNeverAgainSetDate
+- uid: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ name: CreatePrecomputedPackage
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage
+ nameWithType: CreatePrecomputedPackage
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ name: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ name: PCCMonoBehaviourEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor
+ nameWithType: PCCMonoBehaviourEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ name: DrawLinkButtons()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons()
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons*
+ name: DrawLinkButtons
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_DrawLinkButtons_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.DrawLinkButtons
+ nameWithType: PCCMonoBehaviourEditor.DrawLinkButtons
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI()
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PCCMonoBehaviourEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.OnInspectorGUI
+ nameWithType: PCCMonoBehaviourEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ name: PrecomputedAreaEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor
+ nameWithType: PrecomputedAreaEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI()
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnInspectorGUI
+ nameWithType: PrecomputedAreaEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ name: OnSceneGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI()
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI*
+ name: OnSceneGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedAreaEditor_OnSceneGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.OnSceneGUI
+ nameWithType: PrecomputedAreaEditor.OnSceneGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ name: PrecomputedCameraEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor
+ nameWithType: PrecomputedCameraEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI()
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedCameraEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.OnInspectorGUI
+ nameWithType: PrecomputedCameraEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ name: PrecomputedSceneSettingsEditor
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor
+ nameWithType: PrecomputedSceneSettingsEditor
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ name: OnInspectorGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI()
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI*
+ name: OnInspectorGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html#ProgLibrary_PrecomputedCulling_Editor_CustomMenu_PrecomputedSceneSettingsEditor_OnInspectorGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.OnInspectorGUI
+ nameWithType: PrecomputedSceneSettingsEditor.OnInspectorGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ name: PrecomputedSceneSetup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup
+ nameWithType: PrecomputedSceneSetup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ name: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
+ commentId: N:ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ nameWithType: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ name: EditorWindowExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions
+ nameWithType: EditorWindowExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ name: EnsureMinSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.EnsureMinSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize*
+ name: EnsureMinSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_EnsureMinSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.EnsureMinSize
+ nameWithType: EditorWindowExtensions.EnsureMinSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ name: SetSize(EditorWindow, Vector2)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_EditorWindow_Vector2_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow,Vector2)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+ nameWithType: EditorWindowExtensions.SetSize(EditorWindow, Vector2)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize*
+ name: SetSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_EditorWindowExtensions_SetSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.SetSize
+ nameWithType: EditorWindowExtensions.SetSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ name: PCCEditorWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow
+ nameWithType: PCCEditorWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot*
+ name: ContentRoot
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ContentRoot_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ContentRoot
+ nameWithType: PCCEditorWindow.ContentRoot
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ name: CreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI()
+ nameWithType: PCCEditorWindow.CreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI*
+ name: CreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_CreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.CreateGUI
+ nameWithType: PCCEditorWindow.CreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ name: EnsureExactSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureExactSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize*
+ name: EnsureExactSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureExactSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureExactSize
+ nameWithType: PCCEditorWindow.EnsureExactSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ name: EnsureMinimumSize(EditorWindow)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_EditorWindow_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+ nameWithType: PCCEditorWindow.EnsureMinimumSize(EditorWindow)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize*
+ name: EnsureMinimumSize
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_EnsureMinimumSize_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.EnsureMinimumSize
+ nameWithType: PCCEditorWindow.EnsureMinimumSize
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ name: MenuItemLocation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_MenuItemLocation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.MenuItemLocation
+ nameWithType: PCCEditorWindow.MenuItemLocation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI()
+ nameWithType: PCCEditorWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnCreateGUI
+ nameWithType: PCCEditorWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized()
+ nameWithType: PCCEditorWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.OnLayoutInitialized
+ nameWithType: PCCEditorWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root*
+ name: Root
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_Root_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.Root
+ nameWithType: PCCEditorWindow.Root
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ name: ValidateCreateGUIBasics()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics()
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics*
+ name: ValidateCreateGUIBasics
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_ValidateCreateGUIBasics_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.ValidateCreateGUIBasics
+ nameWithType: PCCEditorWindow.ValidateCreateGUIBasics
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource
+ commentId: P:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource*
+ name: VisualTreeSource
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCEditorWindow_VisualTreeSource_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.VisualTreeSource
+ nameWithType: PCCEditorWindow.VisualTreeSource
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ name: PCCSettingsVersionSection
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection
+ nameWithType: PCCSettingsVersionSection
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent(VisualElement)
+ nameWithType: PCCSettingsVersionSection.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.InitContent
+ nameWithType: PCCSettingsVersionSection.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name: SetValidateButtonInteraction(bool, string)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_System_Boolean_System_String_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(System.Boolean,System.String)
+ name.vb: SetValidateButtonInteraction(Boolean, String)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction(bool, string)
+ nameWithType.vb: PCCSettingsVersionSection.SetValidateButtonInteraction(Boolean, String)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction*
+ name: SetValidateButtonInteraction
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_SetValidateButtonInteraction_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.SetValidateButtonInteraction
+ nameWithType: PCCSettingsVersionSection.SetValidateButtonInteraction
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ name: UpdateAvailableFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig*
+ name: UpdateAvailableFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateAvailableFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateAvailableFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateAvailableFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ name: UpdateCurrentFromFile()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile()
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile*
+ name: UpdateCurrentFromFile
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateCurrentFromFile_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateCurrentFromFile
+ nameWithType: PCCSettingsVersionSection.UpdateCurrentFromFile
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ name: UpdateLastCheckFromConfig()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig*
+ name: UpdateLastCheckFromConfig
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsVersionSection_UpdateLastCheckFromConfig_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.UpdateLastCheckFromConfig
+ nameWithType: PCCSettingsVersionSection.UpdateLastCheckFromConfig
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ name: PCCSettingsWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow
+ nameWithType: PCCSettingsWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI()
+ nameWithType: PCCSettingsWindow.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnCreateGUI
+ nameWithType: PCCSettingsWindow.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized()
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.OnLayoutInitialized
+ nameWithType: PCCSettingsWindow.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ name: PCCSettingsWindow.SettingCategory
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory
+ nameWithType: PCCSettingsWindow.SettingCategory
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ name: Baking
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Baking
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Baking
+ nameWithType: PCCSettingsWindow.SettingCategory.Baking
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ name: DefaultProvider
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultProvider
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultProvider
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultProvider
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ name: DefaultValues
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_DefaultValues
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.DefaultValues
+ nameWithType: PCCSettingsWindow.SettingCategory.DefaultValues
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ name: Info
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Info
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Info
+ nameWithType: PCCSettingsWindow.SettingCategory.Info
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ name: None
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_None
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.None
+ nameWithType: PCCSettingsWindow.SettingCategory.None
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ name: Validation
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_SettingCategory_Validation
+ commentId: F:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.Validation
+ nameWithType: PCCSettingsWindow.SettingCategory.Validation
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow()
+ nameWithType: PCCSettingsWindow.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCSettingsWindow_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.ShowWindow
+ nameWithType: PCCSettingsWindow.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ name: PCCWelcomePopup
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup
+ nameWithType: PCCWelcomePopup
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ name: InitContent(VisualElement)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_VisualElement_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent(VisualElement)
+ nameWithType: PCCWelcomePopup.InitContent(VisualElement)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent*
+ name: InitContent
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_InitContent_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.InitContent
+ nameWithType: PCCWelcomePopup.InitContent
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ name: OnCreateGUI()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI()
+ nameWithType: PCCWelcomePopup.OnCreateGUI()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI*
+ name: OnCreateGUI
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnCreateGUI_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnCreateGUI
+ nameWithType: PCCWelcomePopup.OnCreateGUI
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ name: OnLayoutInitialized()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized()
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized*
+ name: OnLayoutInitialized
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_OnLayoutInitialized_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.OnLayoutInitialized
+ nameWithType: PCCWelcomePopup.OnLayoutInitialized
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ name: ShowWindow()
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow()
+ nameWithType: PCCWelcomePopup.ShowWindow()
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow*
+ name: ShowWindow
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_PCCWelcomePopup_ShowWindow_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.ShowWindow
+ nameWithType: PCCWelcomePopup.ShowWindow
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ name: UIToolkitExtensions
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
+ commentId: T:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions
+ nameWithType: UIToolkitExtensions
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name: SetDisplay(VisualElement, bool)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_VisualElement_System_Boolean_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement,System.Boolean)
+ name.vb: SetDisplay(VisualElement, Boolean)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+ nameWithType: UIToolkitExtensions.SetDisplay(VisualElement, bool)
+ nameWithType.vb: UIToolkitExtensions.SetDisplay(VisualElement, Boolean)
+- uid: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay*
+ name: SetDisplay
+ href: api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html#ProgLibrary_PrecomputedCulling_Editor_EditorWindows_UIToolkitExtensions_SetDisplay_
+ commentId: Overload:ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ isSpec: "True"
+ fullName: ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.SetDisplay
+ nameWithType: UIToolkitExtensions.SetDisplay
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow
name: IManualEditorWindow
href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html
@@ -4710,11 +5684,11 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnFocus
nameWithType: IManualEditorWindow.OnFocus
-- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
+- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
name: OnSceneGUI(SceneView, Event)
- href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_UnityEditor_SceneView_UnityEngine_Event_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView,UnityEngine.Event)
- fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(UnityEditor.SceneView, UnityEngine.Event)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.html#ProgLibrary_PrecomputedCulling_Editor_IManualEditorWindow_OnSceneGUI_SceneView_Event_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView,Event)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI(SceneView, Event)
nameWithType: IManualEditorWindow.OnSceneGUI(SceneView, Event)
- uid: ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.OnSceneGUI*
name: OnSceneGUI
@@ -4784,13 +5758,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.Default
nameWithType: LegendColorInfo.Default
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name: DrawGUI(List, Rect, float)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__UnityEngine_Rect_System_Single_
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},UnityEngine.Rect,System.Single)
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_DrawGUI_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__Rect_System_Single_
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo},Rect,System.Single)
name.vb: DrawGUI(List(Of LegendColorInfo), Rect, Single)
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List, UnityEngine.Rect, float)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), UnityEngine.Rect, Single)
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List, Rect, float)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo), Rect, Single)
nameWithType: LegendColorInfo.DrawGUI(List, Rect, float)
nameWithType.vb: LegendColorInfo.DrawGUI(List(Of LegendColorInfo), Rect, Single)
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI*
@@ -4800,13 +5774,13 @@ references:
isSpec: "True"
fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.DrawGUI
nameWithType: LegendColorInfo.DrawGUI
-- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name: GetGUIHeight(List)
- href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_System_Collections_Generic_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
- commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
+ href: api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.html#ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo_GetGUIHeight_List_ProgLibrary_PrecomputedCulling_Editor_LegendColorInfo__
+ commentId: M:ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List{ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo})
name.vb: GetGUIHeight(List(Of LegendColorInfo))
- fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List)
- fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(System.Collections.Generic.List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
+ fullName: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List)
+ fullName.vb: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight(List(Of ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo))
nameWithType: LegendColorInfo.GetGUIHeight(List)
nameWithType.vb: LegendColorInfo.GetGUIHeight(List(Of LegendColorInfo))
- uid: ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.GetGUIHeight*
@@ -4840,13 +5814,13 @@ references:
commentId: T:ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
fullName: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow
nameWithType: ReflectedOverlayWindow
-- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(UnityEngine.GUIContent,System.Action{UnityEngine.Object,UnityEditor.SceneView},System.Int32,System.Object)
+- uid: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.#ctor(GUIContent,Action{Object,SceneView},System.Int32,System.Object)
name: ReflectedOverlayWindow(GUIContent, Action
Render entry point
+Render()
+Draw all visible geometry
+Declaration
+public void Render()
+ Setup(ScriptableRenderContext, Camera)
+Setup rendering process
Declaration
public void Render(ScriptableRenderContext context, Camera camera)
+ public void Setup(ScriptableRenderContext context, Camera camera)
Parameters
BoundingBox | +BoundingBox | box | Box to calculate against |
@@ -161,7 +137,7 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(Rect Viewport, float Depth) | +(Rect Viewport, float Depth) |
float | +float | left | Left value of the view frustum |
|
float | +float | right | Right value of view frustum |
|
float | +float | bottom | Bottom value of the view frustum |
|
float | +float | top | Top value of the view frustum |
diff --git a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html b/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
deleted file mode 100644
index 1732af9..0000000
--- a/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.TargetedFrustumCamera.html
+++ /dev/null
@@ -1,694 +0,0 @@
-
-
-
-
-
-
-
-
- |
int | +int | scriptableRendererIndex | Renderer index for |
@@ -184,7 +184,7 @@ |
IEnumerable<PrecomputedVisibilityIndices> | +IEnumerable<PrecomputedVisibilityIndices> | |||
bool | +bool | |||
bool | +bool | |||
bool | +bool |
BoundingBox | +BoundingBox |
Priority
-Priority, which occlusion area is used when two are overlapping, higher priority will be used
+precomputedData
+Occlusion data that this occlusion area is using
Declaration
public int Priority
+ public PrecomputedData precomputedData
Field Value
int | +PrecomputedData |
precomputedData
-Occlusion data that this occlusion area is using
+Priority
+Priority, which occlusion area is used when two are overlapping, higher priority will be used
Declaration
[SerializeField]
-public PrecomputedData precomputedData
+ public int Priority
Field Value
PrecomputedData | +int | |||
PrecomputedSettingsArea | +PrecomputedSettingsArea | |||
int | +int | index | Index of the chunk |
@@ -679,7 +329,7 @@ |
PrecomputedSceneData | +PrecomputedSceneData | targetScene | ||
List<PrecomputedVisibilityIndices> | +List<PrecomputedVisibilityIndices> | indices | ||
int | +int | |||
Manual | +Manual | |||
OnChangeScene | +OnChangeScene | |||
bool | +bool |
int | +int |
int | +int |
IsBaking
+Sets true if occlusion is being baked
+Declaration
+public bool IsBaking { get; set; }
+ Property Value
+Type | +Description | +
---|---|
bool | ++ |
RenderersCount
Get renderers count
@@ -173,7 +173,7 @@Property Value
Property Value
Property Value
Methods
-AddOcclusionArea(PrecomputedArea)
+AddOcclusionArea(PrecomputedArea)
Add Precomputed area
Parameters
AddOcclusionSceneSettings(PrecomputedSceneSettings)
+AddOcclusionSceneSettings(PrecomputedSceneSettings)
Add Precomputed Scene settings
Parameters
Returns
GetAllRenderersAsBakeContainer()
+Get all renderers from all scenes as PrecomputedRendererBakeContainer
+Declaration
+public IEnumerable<PrecomputedRendererBakeContainer> GetAllRenderersAsBakeContainer()
+ Returns
+Type | +Description | +||
---|---|---|---|
IEnumerable<PrecomputedRendererBakeContainer> | |||
PrecomputedArea | +PrecomputedArea | precomputedArea |
RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
+RemoveOcclusionSceneSettings(PrecomputedSceneSettings)
Remove Precomputed Scene settings
Parameters
RemoveScene(Scene)
+RemoveScene(Scene)
Remove scene
Parameters
UpdateVisibility(Vector3, PrecomputedCamera)
+UpdateVisibility(Vector3, PrecomputedCamera)
Updates the occlusions for current camera position
Inheritance
-
- Object
- Component
- Behaviour
- MonoBehaviour
- ArrayUtilsTests
+ object
+ ArrayUtilsTests
-
- Inherited Members
-
- MonoBehaviour.IsInvoking()
-
-
- MonoBehaviour.CancelInvoke()
-
-
-
-
-
-
-
-
-
-
-
- MonoBehaviour.StopCoroutine(Coroutine)
-
-
-
- MonoBehaviour.StopAllCoroutines()
-
-
-
- MonoBehaviour.useGUILayout
-
-
- MonoBehaviour.runInEditMode
-
-
- Behaviour.enabled
-
-
- Behaviour.isActiveAndEnabled
-
-
-
- Component.GetComponent<T>()
-
-
-
- Component.TryGetComponent<T>(out T)
-
-
-
-
-
-
- Component.GetComponentInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentsInChildren<T>()
-
-
-
-
-
-
- Component.GetComponentInParent<T>()
-
-
-
-
-
-
- Component.GetComponentsInParent<T>()
-
-
-
-
-
- Component.GetComponents<T>()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component.transform
-
-
- Component.gameObject
-
-
- Component.tag
-
-
- Object.GetInstanceID()
-
-
- Object.GetHashCode()
-
-
- Object.Equals(object)
-
-
- Object.Instantiate(Object, Vector3, Quaternion)
-
-
- Object.Instantiate(Object, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate(Object)
-
-
- Object.Instantiate(Object, Transform)
-
-
- Object.Instantiate(Object, Transform, bool)
-
-
- Object.Instantiate<T>(T)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion)
-
-
- Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
-
-
- Object.Instantiate<T>(T, Transform)
-
-
- Object.Instantiate<T>(T, Transform, bool)
-
-
- Object.Destroy(Object, float)
-
-
- Object.Destroy(Object)
-
-
- Object.DestroyImmediate(Object, bool)
-
-
- Object.DestroyImmediate(Object)
-
-
- Object.FindObjectsOfType(Type)
-
-
- Object.FindObjectsOfType(Type, bool)
-
-
-
-
- Object.DontDestroyOnLoad(Object)
-
-
- Object.DestroyObject(Object, float)
-
-
- Object.DestroyObject(Object)
-
-
- Object.FindSceneObjectsOfType(Type)
-
-
- Object.FindObjectsOfTypeIncludingAssets(Type)
-
-
- Object.FindObjectsOfType<T>()
-
-
- Object.FindObjectsByType<T>(FindObjectsSortMode)
-
-
- Object.FindObjectsOfType<T>(bool)
-
-
- Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
-
-
- Object.FindObjectOfType<T>()
-
-
- Object.FindObjectOfType<T>(bool)
-
-
- Object.FindFirstObjectByType<T>()
-
-
- Object.FindAnyObjectByType<T>()
-
-
- Object.FindFirstObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindAnyObjectByType<T>(FindObjectsInactive)
-
-
- Object.FindObjectsOfTypeAll(Type)
-
-
- Object.FindObjectOfType(Type)
-
-
-
-
- Object.FindObjectOfType(Type, bool)
-
-
-
-
- Object.ToString()
-
-
- Object.name
-
-
- Object.hideFlags
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
- Assembly: PrecomputedCulling_Tests.dll
+ Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests
+ Assembly: cs.temp.dll.dll
Syntax
public class ArrayUtilsTests : MonoBehaviour
@@ -446,15 +100,7 @@
Declaration
- [Test]
-[TestCase(new object[] { 0, 1, 1, 0, 0, 0 })]
-[TestCase(new object[] { 1, 2, 1, 1, 0, 0 })]
-[TestCase(new object[] { 1, 1, 2, 0, 1, 0 })]
-[TestCase(new object[] { 14, 3, 3, 2, 1, 1 })]
-[TestCase(new object[] { -1, 1, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 0, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 1, 0, -1, -1, -1 })]
-public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
+ public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
Parameters
Inheritance
- -Inherited Members
-public class ArrayUtilsTests : MonoBehaviour
@@ -446,15 +100,7 @@ [Test]
-[TestCase(new object[] { 0, 1, 1, 0, 0, 0 })]
-[TestCase(new object[] { 1, 2, 1, 1, 0, 0 })]
-[TestCase(new object[] { 1, 1, 2, 0, 1, 0 })]
-[TestCase(new object[] { 14, 3, 3, 2, 1, 1 })]
-[TestCase(new object[] { -1, 1, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 0, 1, -1, -1, -1 })]
-[TestCase(new object[] { 1, 1, 0, -1, -1, -1 })]
-public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
+ public void Expand3DArrayIndex_ShouldReturnCorrectValues(int index, int xMax, int yMax, int x, int y, int z)
int | +int | index | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | xMax | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | yMax | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | x | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | y | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | z |
int | +int | x | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | y | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | z | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | xMax | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | yMax | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | expected |
int | +int | x | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | y | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | z | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | xMax | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int | +int | yMax |
int | +int | xID | |
int | +int | yID | |
int | +int | zID | |
int | +int | neighbourCellsRadius | |
int | +int | width | |
int | +int | height | |
int | +int | length | |
int | +int | cellsCount | |
List<GameObject> | +List<GameObject> | ||
List<GameObject> | +List<GameObject> |
Type | +Name | +Description | +
---|---|---|
PrecomputedDataVariant | +variant | ++ |
LoadAllData()
+Provider using Assetbundle for packing and loading data
+Declaration
+public List<PrecomputedDataVariant> LoadAllData()
+ Returns
+Type | +Description | +
---|---|
List<PrecomputedDataVariant> | ++ |
LoadData(int)
Checks if asset bundle is already loaded. Loading the proper variant of the data from the assetbundle package
Parameters
Returns
Implements
diff --git a/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html new file mode 100644 index 0000000..a5b1ab1 --- /dev/null +++ b/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.html @@ -0,0 +1,227 @@ + + + + + + + + +Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling.Provider.ZipProvider
Classes
- PrecomputedSceneSettings
- Occlusion Settings for scene
-Required to automatically load the correct variants
+ SimpleTextSerializer
+ Simple text serializer for precomputed data.
+We use it in runtime to serialize and deserialize precomputed data.
+
+ ZipProvider
+ Provider using ZIP for packing and loading data.
+We use this provider for runtime bakes.
- Enums
-
- PrecomputedLoadMethod
-
Occlusion Settings for scene -Required to automatically load the correct variants
+SimpleTextSerializer
+Simple text serializer for precomputed data. +We use it in runtime to serialize and deserialize precomputed data.
+ZipProvider
+Provider using ZIP for packing and loading data. +We use this provider for runtime bakes.
Enums -
-PrecomputedLoadMethod
-Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling.Provider
+ Namespace ProgLibrary.PrecomputedCulling.Provider
Classes
- AssetBundleProvider
+ AssetBundleProvider
Provider using Assetbundle for packing and loading data
+
+ Interfaces
+
+ IPrecomputedDataProvider
+ Data provider is a way to bundle your occlusion data into game or application.
Provider using Assetbundle for packing and loading data
+Data provider is a way to bundle your occlusion data into game or application.
Namespace ProgLibrary.PrecomputedCulling.Shaders
+ Namespace ProgLibrary.PrecomputedCulling.Renderer
Classes
- CustomOcclusionScriptableRenderer
+ CustomOcclusionScriptableRenderer
Custom renderer scriptable object
- RendererBakeAlgorithm
+ RendererBakeAlgorithm
Bake algorithms data
Custom renderer scriptable object
Bake algorithms data
Types of algorithms
Namespace: ProgLibrary.PrecomputedCulling.Settings
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.Settings
+Assembly: cs.temp.dll.dll
Syntax
public enum BakeAlgorithm
diff --git a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
index a4d17d4..ab514ec 100644
--- a/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
+++ b/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.html
@@ -84,38 +84,14 @@ Inheritance
- +Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling.Settings
-Assembly: PrecomputedCulling.dll
+Namespace: ProgLibrary.PrecomputedCulling.Settings
+Assembly: cs.temp.dll.dll
Syntax
public abstract class PrecomputedBakeCameraSettings : PrecomputedBaseBakeSettings
@@ -174,8 +150,7 @@ Declaration
[HideInInspector]
-public bool VisibleTransparent
+ public bool VisibleTransparent
Field Value
bool | +bool |
int | +int |
int | +int | ||||
float | +float |
int | +int | index | |
int | +int | xMax | |
int | +int | yMax | |
(int x, int y, int z) | +(int x, int y, int z) | ||
int | +int | index | Flatten array index |
int | +int | divisor | Uniform size of the array |
@@ -325,7 +301,7 @@
(int x, int y, int z) | +(int x, int y, int z) | ||
int | +int | index | Flatten array index |
int | +int | width | Width of the array |
@@ -373,19 +349,19 @@
(int x, int y) | +(int x, int y) |
Flatten3DArrayIndex(in int, in int, in int, in int)
-Get Array Index from 2D position
+Flatten3DArrayIndex(in int, in int, in int, in int, in int)
+Get Array Index from 3D position
Declaration
public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
Parameters
int | +int | x | -X Position - |
+ ||
int | +int | y | -Y Position - |
+ ||
int | +int | z | -Z Position - |
+ ||
int | -divisor | -Uniform size of the array - |
+ int | +xMax | ++ |
int | +yMax | +
Returns
Flatten3DArrayIndex(in int, in int, in int, in int, in int)
-Get Array Index from 3D position
+Flatten3DArrayIndex(in int, in int, in int, in int)
+Get Array Index from 2D position
Declaration
public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int xMax, in int yMax)
+ public static int Flatten3DArrayIndex(in int x, in int y, in int z, in int divisor)
Parameters
int | +int | x | -+ | X Position + |
|
int | +int | y | -+ | Y Position + |
|
int | +int | z | -- | ||
int | -xMax | -+ | Z Position + |
||
int | -yMax | -+ | int | +divisor | +Uniform size of the array + |
Returns
Parameters
X Position
Y Position
Width of the array
Returns
Class BoundingBoxExtensions
+ Class BoundingBoxExtensions
- Static methods for BoundingBox
+ Static methods for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class BoundingBoxExtensions
Methods
-
- ExpandAA(BoundingBox, Vector3)
+
+ ExpandAA(BoundingBox, Vector3)
Expands box to contain point
@@ -139,7 +115,7 @@ Parameters
- BoundingBox
+ BoundingBox
box
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
index d9d812e..edf1c5f 100644
--- a/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.html
@@ -84,35 +84,11 @@
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -139,9 +115,9 @@ Parameters
- int
- count
- Default starting value
+ T[]
+ initialArray
+ Default starting array
@@ -184,13 +160,13 @@ Type Parameters
- CreateArrayBuffer<T>(in T[], ComputeBufferType)
+ CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -203,9 +179,9 @@ Parameters
- T[]
- initialArray
- Default starting array
+ int
+ count
+ Default starting value
@@ -248,13 +224,13 @@ Type Parameters
- CreateValueBuffer<T>(T, ComputeBufferType)
+ CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -312,7 +288,7 @@ Type Parameters
- GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+ GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
@@ -336,12 +312,12 @@ Parameters
- int
+ int
count
- bool
+ bool
clearBuffer
@@ -378,7 +354,7 @@ Type Parameters
Static methods for BoundingBox
+Static methods for
Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling
-Assembly: PrecomputedCulling.dll
-Syntax
+Namespace: ProgLibrary.PrecomputedCulling.Utils
+Assembly: cs.temp.dll.dll
+Syntax
public static class BoundingBoxExtensions
Methods
- -ExpandAA(BoundingBox, Vector3)
+ +ExpandAA(BoundingBox, Vector3)
Expands box to contain point
Parameters
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Utils
- Assembly: PrecomputedCulling.dll
+ Namespace: ProgLibrary.PrecomputedCulling.Utils
+ Assembly: cs.temp.dll.dll
Syntax
public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -139,9 +115,9 @@ Parameters
- int
- count
- Default starting value
+ T[]
+ initialArray
+ Default starting array
@@ -184,13 +160,13 @@ Type Parameters
- CreateArrayBuffer<T>(in T[], ComputeBufferType)
+ CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -203,9 +179,9 @@ Parameters
- T[]
- initialArray
- Default starting array
+ int
+ count
+ Default starting value
@@ -248,13 +224,13 @@ Type Parameters
- CreateValueBuffer<T>(T, ComputeBufferType)
+ CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
@@ -312,7 +288,7 @@ Type Parameters
- GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+ GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
@@ -336,12 +312,12 @@ Parameters
- int
+ int
count
- bool
+ bool
clearBuffer
@@ -378,7 +354,7 @@ Type Parameters
Inherited Members
- - - -public static class ComputeShaderUtilities
@@ -120,13 +96,13 @@ Synt
Methods
- CreateArrayBuffer<T>(int, ComputeBufferType)
+ CreateArrayBuffer<T>(in T[], ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
- public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
Creates compute buffer of given simple type T for single value
public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
int | -count | -Default starting value + | T[] | +initialArray | +Default starting array |
CreateArrayBuffer<T>(in T[], ComputeBufferType)
+CreateArrayBuffer<T>(int, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
public static ComputeBuffer CreateArrayBuffer<T>(in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateArrayBuffer<T>(int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
T[] | -initialArray | -Default starting array + | int | +count | +Default starting value |
CreateValueBuffer<T>(T, ComputeBufferType)
+CreateValueBuffer<T>(T, ComputeBufferType)
Creates compute buffer of given simple type T for single value
Declaration
public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer CreateValueBuffer<T>(T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
+GetArrayViaBuffer<T>(ComputeBuffer, int, bool)
Get value from compute buffer of single value
Parameters
Type Parameters
GetValueViaBuffer<T>(ComputeBuffer, bool)
+GetValueViaBuffer<T>(ComputeBuffer, bool)
Get value from compute buffer of single value
Parameters
Type Parameters
SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
+SetArrayBuffer<T>(ComputeShader, int, int, int, ComputeBufferType)
Set value for compute shader
Declaration
public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, int name, int count, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
int | +int | kernelId | Kernel Id of the compute shader |
int | +int | name | Name of the property |
int | +int | count | Default starting value |
@@ -521,13 +497,13 @@
SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
+SetArrayBuffer<T>(ComputeShader, int, string, in T[], ComputeBufferType)
Set value for compute shader
Declaration
public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetArrayBuffer<T>(this ComputeShader computeShader, int kernelId, string name, in T[] initialArray, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
int | +int | kernelId | Kernel Id of the compute shader |
string | +string | name | Name of the property |
@@ -603,13 +579,13 @@
SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
+SetValueBuffer<T>(ComputeShader, int, string, T, ComputeBufferType)
Set value for compute shader
Declaration
public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = ComputeBufferType.Default) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
+ public static ComputeBuffer SetValueBuffer<T>(this ComputeShader computeShader, int kernelId, string name, T startingValue = default, ComputeBufferType type = null) where T : struct, IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>
Parameters
int | +int | kernelId | Kernel Id of the compute shader |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
string | +string | name | Name of the property |
diff --git a/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
new file mode 100644
index 0000000..3909a1b
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
string | +ComputeShader |
DISCORD_URL
-Here are addresses to the important website
+CustomOcclusionScriptableRenderer
+Custom occlusion scriptable renderer.
Declaration
public const string DISCORD_URL = "https://discord.gg/55gM3s3pdR"
+ public CustomOcclusionScriptableRenderer CustomOcclusionScriptableRenderer
Field Value
string | +CustomOcclusionScriptableRenderer |
GITHUB_URL
-Here are addresses to the important website
+PrecomputedDataSettings
+Settings for the precomputed data.
Declaration
public const string GITHUB_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public PrecomputedDataSettings PrecomputedDataSettings
Field Value
string | +PrecomputedDataSettings |
README_URL
-Here are addresses to the important website
+RendererColorCodingTexture
+Shader for the renderer color coding texture.
Declaration
public const string README_URL = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
+ public Shader RendererColorCodingTexture
Field Value
string | +Shader | ++ |
Properties +
+ +Instance
+Singleton instance of the helper.
+Declaration
+public static CullingReferenceHelper Instance { get; }
+ Property Value
+Type | +Description | +||
---|---|---|---|
CullingReferenceHelper | |||
BoundingBox | +BoundingBox | box |
Single | +float |
Type | +Name | +Description | +
---|---|---|
PrecomputedArea | +precomputedArea | +Precomputed area + |
+
BoundingBox | +box | +BoundingBox of volume + |
+
Returns
+Type | +Description | +
---|---|
IEnumerable<CameraIterator> | ++ |
GetCellBox(PrecomputedArea, int)
+Get single cell box
+Declaration
+public static BoundingBox GetCellBox(this PrecomputedArea precomputedArea, int index)
+ Parameters
+Type | +Name | +Description | +
---|---|---|
PrecomputedArea | +precomputedArea | +Occlusion area + |
+
int | +index | +Index of the cell + |
+
Returns
+Type | +Description | +
---|---|
BoundingBox | ++ |
Classes
ArrayUtils
Management of multidimensional arrays
+BoundingBoxExtensions
+Static methods for
ComputeShaderUtilities
Shader management for culling
+CoroutineState
+ +CullingReferenceHelper
+Helper class to reference all the necessary assets for the precomputed culling. +We need it as we have to access the data in runtime and in the editor.
PrecomputedAreaExtensions
Static method to get cells and bake spots of PrecomputedArea
+Structs +
+PrecomputedAreaExtensions.CameraIterator
+Information about bake spots for visible test
Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
+ Namespace ProgLibrary.PrecomputedCulling.Versioning
- Classes
+ Structs
- CreatePrecomputedPackage
- Class to export Precomputed unitypackage
+ Version
+ Defines the immutable object which stores version related data in a way which provides easy comparision and
+conversion. The resulted version string can be one of the following: "Major.Minor.Patch", or
+"Major.Minor.Patch-Extension", both with the Prefix at the beginning.
- PrecomputedPlayStateNotifier
-
- PrecomputedSpriteBakeController
- Converts SpriteRenderer to mesh to be visible during bake
-
- PrecomputedTerrainBakeController
- Converts Unity Terrains temporary to mesh to be visible during bake
-
- SerializedPropertyExtensions
- Advance SerializableProperty methods
+ Version.Serializable
+ The Version object which is ready to be serialized. This class is for serialization only! To make
+any calculations, first create the Version object using built-in constructor or
+ToVersion() method.
Structs
-CreatePrecomputedPackage
-Class to export Precomputed unitypackage
+Version
+Defines the immutable object which stores version related data in a way which provides easy comparision and +conversion. The resulted version string can be one of the following: "Major.Minor.Patch", or +"Major.Minor.Patch-Extension", both with the Prefix at the beginning.
PrecomputedPlayStateNotifier
- -PrecomputedSpriteBakeController
-Converts SpriteRenderer to mesh to be visible during bake
-PrecomputedTerrainBakeController
-Converts Unity Terrains temporary to mesh to be visible during bake
-SerializedPropertyExtensions
-Advance SerializableProperty methods
+Version.Serializable
+The Version object which is ready to be serialized. This class is for serialization only! To make +any calculations, first create the Version object using built-in constructor or +ToVersion() method.
Classes
-BoundingBoxExtensions
-Static methods for BoundingBox
-PrecomputedCamera
Attached to the camera to apply settings and update visibility
PrecomputedController
-Tracks loaded scenes and precomputed area. Mange precomputed data and load variants. Updates the occlusions.
-PrecomputedManager
-Prepares Precomputed Culling
+Tracks loaded scenes and precomputed area. Manage precomputed data and load variants. Updates the occlusions.
Class PrecomputedBakeProcess
-Controls bake process for the occlusion
-Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
-Assembly: PrecomputedCulling_Editor.dll
+Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+Assembly: cs.temp.dll.dll
Syntax
[Serializable]
-public class PrecomputedBakeProcess
+ public class PrecomputedBakeProcess
Properties
+ Constructors
-
- CurrentVariant
- Find current variant based on loaded scenes
-
+
+ PrecomputedBakeProcess()
+
Declaration
- public PrecomputedSceneVariantData CurrentVariant { get; set; }
+ public PrecomputedBakeProcess()
- Property Value
-
Find current variant based on loaded scenes
-public PrecomputedSceneVariantData CurrentVariant { get; set; }
+ public PrecomputedBakeProcess()
Type | -Description | -
---|---|
PrecomputedSceneVariantData | -- |
OcclusionScriptableRenderer
- - -Declaration
-public CustomOcclusionScriptableRenderer OcclusionScriptableRenderer { get; }
- Property Value
-Type | -Description | -
---|---|
CustomOcclusionScriptableRenderer | -- |
Methods
- -Bake(List<PrecomputedArea>)
-Main Bake process
-Declaration
-public void Bake(List<PrecomputedArea> occlusionAreas)
- Parameters
-Type | -Name | -Description | -
---|---|---|
List<PrecomputedArea> | -occlusionAreas | -- |
BakeAll()
Bake all occlusion areas
@@ -205,117 +113,6 @@Declaration
public void BakeAll()
BakeSelected()
-Bake only selected in hierarchy PrecomputedAreas
-Declaration
-public void BakeSelected()
- BakeSelectedCoroutine()
-Bake Selected with coroutine
-Declaration
-public void BakeSelectedCoroutine()
- ClearOcclusionData(List<PrecomputedArea>)
-Clear occlusion data in scene
-Declaration
-public void ClearOcclusionData(List<PrecomputedArea> occlusionAreas)
- Parameters
-Type | -Name | -Description | -
---|---|---|
List<PrecomputedArea> | -occlusionAreas | -- |
GenerateSceneRendererIdComponents(Scene)
-Find all scene renderers and create IPrecomputedRendererContainer from them
-Declaration
-protected void GenerateSceneRendererIdComponents(Scene scene)
- Parameters
-Type | -Name | -Description | -
---|---|---|
Scene | -scene | -- |
GetOcclusionSceneSettings(Scene)
-Get scene settings for current PrecomputedArea to be baked
-Declaration
-public PrecomputedSceneSettings GetOcclusionSceneSettings(Scene scene)
- Parameters
-Type | -Name | -Description | -
---|---|---|
Scene | -scene | -- |
Returns
-Type | -Description | -
---|---|
PrecomputedSceneSettings | -- |
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Bake
+ Assembly: cs.temp.dll.dll
Syntax
public class PrecomputedCullingPipeline
+ Constructors
+
+
+ PrecomputedCullingPipeline()
+ Bake pipeline
+
+
+ Declaration
+
+ public PrecomputedCullingPipeline()
+
Methods
@@ -138,7 +125,7 @@ Declaration
public void BakeCurrent()
- BakeScenes(List<PrecomputedSceneVariantData>)
+ BakeScenes(List<PrecomputedSceneVariantData>)
Iterate variants, load scenes and bake
@@ -157,14 +144,14 @@ Parameters
- List<PrecomputedSceneVariantData>
+ List<PrecomputedSceneVariantData>
multipleScenesToBake
Inherited Members
- - - -public class PrecomputedCullingPipeline
Bake pipeline
+public PrecomputedCullingPipeline()
+ public void BakeCurrent()
Iterate variants, load scenes and bake
OpenScenes(List<SceneAsset>)
+OpenScenes(List<SceneAsset>)
Load additive scene Unload not matching scenes
Parameters
Classes
- PrecomputedBakeProcess
- Controls bake process for the occlusion
+ BasicEditorBakeProgress
+ Basic editor bake progress.
+We use it to show the progress of the bake in the editor.
+
+ EditorBakeHelper
+ This helper is used by the precomputed bake process.
+We need it for the editor only processes.
+ PrecomputedBakeProcess
+
PrecomputedCullingPipeline
Bake pipeline
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
index e72fb5d..b18aa20 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.html
@@ -83,7 +83,7 @@
@@ -91,32 +91,8 @@ Inheritance
Implements
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
new file mode 100644
index 0000000..95e66b5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+ Class PCCConfig.Versioning
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
similarity index 60%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
index a6ee0e7..eb4f6c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
@@ -74,54 +74,76 @@
-
+
- Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
+ VersioningData
+ Place for any long lasting data, which should be valid across the single Unity Project. This config will be
+serialized to JSON json and written to project Library. It has static access through Instance.
+
+
+ Declaration
+
+ public PCCConfig.Versioning VersioningData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ PCCConfig.Versioning
+
+
+
+
+ WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
@@ -139,14 +161,14 @@ Field Value
- bool
+ bool
Controls bake process for the occlusion
+BasicEditorBakeProgress
+Basic editor bake progress. +We use it to show the progress of the bake in the editor.
+EditorBakeHelper
+This helper is used by the precomputed bake process. +We need it for the editor only processes.
PrecomputedBakeProcess
+PrecomputedCullingPipeline
Bake pipeline
@@ -91,32 +91,8 @@ Inheritance
Implements
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
new file mode 100644
index 0000000..95e66b5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+ Class PCCConfig.Versioning
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
similarity index 60%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
index a6ee0e7..eb4f6c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.PCCConfig.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.html
@@ -74,54 +74,76 @@
-
+
- Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ bool
+
+
+
+
+ VersioningData
+ Place for any long lasting data, which should be valid across the single Unity Project. This config will be
+serialized to JSON json and written to project Library. It has static access through Instance.
+
+
+ Declaration
+
+ public PCCConfig.Versioning VersioningData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ PCCConfig.Versioning
+
+
+
+
+ WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
@@ -139,14 +161,14 @@ Field Value
- bool
+ bool
Inherited Members
- - - -public abstract class BaseManualEditorWindow : IManualEditorWindow
@@ -151,7 +127,7 @@ Declaration
public virtual void OnFocus()
On scene GUI
Class PCCConfig
+ Class PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Config
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class PCCConfig
+ public class PCCConfig
Fields
- WelcomePopupNeverAgain
+ HasWelcomePopupBeenShown
+ Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+
+
+ Declaration
+
+ public bool HasWelcomePopupBeenShown
+
+ Field Value
+
Place for any long lasting data, which should be valid across the single Unity Project. This config will be -serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.Inherited Members
- - - -[Serializable]
-public class PCCConfig
+ public class PCCConfig
Indicates, whether the WelcomePopup has been shown during this Unity Editor session.
+public bool HasWelcomePopupBeenShown
+ Type | +Description | +
---|---|
bool | ++ |
VersioningData
+Place for any long lasting data, which should be valid across the single Unity Project. This config will be +serialized to JSON json and written to project Library. It has static access through Instance.
+Declaration
+public PCCConfig.Versioning VersioningData
+ Field Value
+Type | +Description | +
---|---|
PCCConfig.Versioning | ++ |
WelcomePopupNeverAgain
Indicates, whether user decided to not see Welcome Popup again.
Field Value
WelcomePopupNeverAgainSetDate
-The DateTime object binary serialized. Defines a moment in time when user set -WelcomePopupNeverAgain to TRUE, or 0 when set to FALSE.
+WelcomePopupNeverAgainSetDate
+The
Declaration
@@ -163,17 +185,17 @@Field Value
Properties
- -Instance
+ +Instance
Place for any long lasting data, which should be valid across the single Unity Project. This config will be -serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.Declaration
@@ -190,17 +212,17 @@Property Value
Methods
- -SaveConfig()
+ +SaveConfig()
Place for any long lasting data, which should be valid across the single Unity Project. This config will be -serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.Declaration
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html similarity index 86% rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html rename to api/ProgLibrary.PrecomputedCulling_Editor.Config.html index 7b03541..b06adff 100644 --- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config.html +++ b/api/ProgLibrary.PrecomputedCulling_Editor.Config.html @@ -10,10 +10,10 @@ })(window,document,'script','dataLayer','GTM-5MTNQCJ'); -Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.Config
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Config
Classes
- PCCConfig
+ PCCConfig
Place for any long lasting data, which should be valid across the single Unity Project. This config will be
-serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.
+ PCCConfig.Versioning
+
Place for any long lasting data, which should be valid across the single Unity Project. This config will be -serialized to JSON json and written to project Library. It has static access through Instance.
+serialized to JSON json and written to project Library. It has static access through Instance.Class MainStructureTest
+ Class PCCMonoBehaviourEditor
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: Tests
- Assembly: PrecomputedCulling_Tests.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
- public class MainStructureTest
+ public class PCCMonoBehaviourEditor : UnityEditor.Editor
Methods
-
- MainStructureTest_PassByReference()
+
+ DrawLinkButtons()
+
+
+ Declaration
+
+ public static void DrawLinkButtons()
+
+
+ OnInspectorGUI()
Declaration
- [Test]
-public void MainStructureTest_PassByReference()
+ public override void OnInspectorGUI()
Inherited Members
- - - -public class MainStructureTest
+ public class PCCMonoBehaviourEditor : UnityEditor.Editor
public static void DrawLinkButtons()
+ [Test]
-public void MainStructureTest_PassByReference()
+ public override void OnInspectorGUI()
Class RatingPopupController
+ Class PrecomputedAreaEditor
- This class will show the pop after 30 days of using.
-Moreover, the class save the data from the first use of application and read it
+ Custom inspector for
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+ Assembly: cs.temp.dll.dll
+ Syntax
+
+ public class PrecomputedAreaEditor : UnityEditor.Editor
+
+ Methods
+
+
+ OnInspectorGUI()
+ Draw inspector GUI, update properties
+
+
+ Declaration
+
+ public override void OnInspectorGUI()
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+
+ OnSceneGUI()
+ Draw Handles and cells
+
+
+ Declaration
- [InitializeOnLoad]
-public static class RatingPopupController
+ public void OnSceneGUI()
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
new file mode 100644
index 0000000..1383969
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedCameraEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
new file mode 100644
index 0000000..ae59b63
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSettingsEditor
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
new file mode 100644
index 0000000..58a21d0
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Class PrecomputedSceneSetup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
index 9062c61..f73a3c5 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
| Prographers Precomputed Culling
-
@@ -74,16 +74,27 @@
-
+
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
Classes
- PCCMonoBehaviourEditor
+ PCCMonoBehaviourEditor
+
+ PrecomputedAreaEditor
+ Custom inspector for
+
+ PrecomputedCameraEditor
+ Custom inspector for
+
+ PrecomputedSceneSettingsEditor
+ Custom editor for
+
+ PrecomputedSceneSetup
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
similarity index 65%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
index 3128235..3ee04c8 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.html
@@ -74,52 +74,28 @@
-
+
- Class EditorWindowExtensions
+ Class EditorWindowExtensions
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class EditorWindowExtensions
Methods
-
- EnsureMinSize(EditorWindow, Vector2)
+
+ EnsureMinSize(EditorWindow, Vector2)
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum
size restrictions.
@@ -151,11 +127,11 @@ Parameters
This class will show the pop after 30 days of using. -Moreover, the class save the data from the first use of application and read it
+Custom inspector for
Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling_Editor.CustomMenu
+Assembly: cs.temp.dll.dll
+Syntax
+public class PrecomputedAreaEditor : UnityEditor.Editor
+ Methods +
+ +OnInspectorGUI()
+Draw inspector GUI, update properties
+Declaration
+public override void OnInspectorGUI()
Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
-Assembly: PrecomputedCulling_Editor.dll
-Syntax
+ +OnSceneGUI()
+Draw Handles and cells
+Declaration
[InitializeOnLoad]
-public static class RatingPopupController
+ public void OnSceneGUI()
Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.CustomMenu
+ Namespace ProgLibrary.PrecomputedCulling_Editor.CustomMenu
Classes
- PCCMonoBehaviourEditor
+ PCCMonoBehaviourEditor
+
+ PrecomputedAreaEditor
+ Custom inspector for
+
+ PrecomputedCameraEditor
+ Custom inspector for
+
+ PrecomputedSceneSettingsEditor
+ Custom editor for
+
+ PrecomputedSceneSetup
Custom inspector for
Custom inspector for
Custom editor for
Class EditorWindowExtensions
+ Class EditorWindowExtensions
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class EditorWindowExtensions
Methods
-
- EnsureMinSize(EditorWindow, Vector2)
+
+ EnsureMinSize(EditorWindow, Vector2)
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum
size restrictions.
@@ -151,11 +127,11 @@ Parameters
Inherited Members
- - - -public static class EditorWindowExtensions
Makes sure the window size is at least the specified one. Doesn't affect docked windows. It disables the minimum size restrictions.
Remarks
+Remarks
Smaller windows are resized, bigger are ignored. It affects each axis separately.
SetSize(EditorWindow, Vector2)
+ +SetSize(EditorWindow, Vector2)
Sets window size to the desired one. Doesn't affect docked windows. Can't set zero. It disables the minimum size restrictions.
Enum PCCSettingsWindow.SettingCategory
+ Enum PCCSettingsWindow.SettingCategory
- Namespace: ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
public enum PCCSettingsWindow.SettingCategory
@@ -98,27 +98,27 @@ Fields
- Baking
+ Baking
- DefaultProvider
+ DefaultProvider
- DefaultValues
+ DefaultValues
- Info
+ Info
- None
+ None
- Validation
+ Validation
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
new file mode 100644
index 0000000..e95d7a3
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+ Class PCCSettingsWindow
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
new file mode 100644
index 0000000..30f2dd5
--- /dev/null
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+ Class PCCWelcomePopup
+ | Prographers Precomputed Culling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
similarity index 61%
rename from api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
index 0031eb3..708b845 100644
--- a/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup.RatingPopupFile.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RatingPopupFile
+ Class UIToolkitExtensions
| Prographers Precomputed Culling
-
@@ -74,75 +74,65 @@
public enum PCCSettingsWindow.SettingCategory
Class RatingPopupFile
+ Class UIToolkitExtensions
- This class is written to the file after the first use of the plugin.
-
+
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling.Popup
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.EditorWindows
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RatingPopupFile
+ public static class UIToolkitExtensions
- Fields
+ Methods
- FirstUseDate
- After the 30 days of using the plugin the pop will appear. Thus, it is important to save the date of the first use
+
+ SetDisplay(VisualElement, bool)
+ Changes element , so it is displayed or not. Displayed elements have its layout
+calculated and handle events. Not displayed elements are ignored during layout phase and receive none (or close to
+none) events. It is equivalent of gameObject.SetActive(bool).
Declaration
- public string FirstUseDate
+ public static void SetDisplay(this VisualElement element, bool isDisplayed)
- Field Value
+ Parameters
Type
+ Name
Description
- string
+ VisualElement
+ element
+
+ bool
+ isDisplayed
+ Should element be displayed, or not.
+
+
+ Remarks
+ property only affects rendering. Not visible elements are not rendered
+but still layouted and handle events. changes the element interaction
+state, just like 'interactable' in buttons.
+
diff --git a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
similarity index 77%
rename from api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
index 8e7f2ee..f253f0c 100644
--- a/api/ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
| Prographers Precomputed Culling
-
@@ -74,26 +74,30 @@
This class is written to the file after the first use of the plugin.
-[Serializable]
-public class RatingPopupFile
+ public static class UIToolkitExtensions
Methods
-FirstUseDate
-After the 30 days of using the plugin the pop will appear. Thus, it is important to save the date of the first use
+ +SetDisplay(VisualElement, bool)
+Changes element
Declaration
public string FirstUseDate
+ public static void SetDisplay(this VisualElement element, bool isDisplayed)
Field Value
+Parameters
Type | +Name | Description | |
---|---|---|---|
string | +VisualElement | +element | |
bool | +isDisplayed | +Should element be displayed, or not. + |
+
Remarks
+Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling_Editor.EditorWindows
+ Namespace ProgLibrary.PrecomputedCulling_Editor.EditorWindows
Classes
- EditorWindowExtensions
+ EditorWindowExtensions
- PCCEditorWindow
+ PCCEditorWindow
- PCCSettingsWindow
+ PCCSettingsVersionSection
- PCCWelcomePopup
+ PCCSettingsWindow
+
+ PCCWelcomePopup
+
+ UIToolkitExtensions
Enums
- PCCSettingsWindow.SettingCategory
+ PCCSettingsWindow.SettingCategory
Namespace: ProgLibrary.PrecomputedCulling_Editor
-Assembly: PrecomputedCulling_Editor.dll
+Namespace: ProgLibrary.PrecomputedCulling_Editor
+Assembly: cs.temp.dll.dll
Syntax
public interface IManualEditorWindow
@@ -117,7 +117,7 @@ Declaration
void OnFocus()
OnSceneGUI(SceneView, Event)
+OnSceneGUI(SceneView, Event)
On scene GUI
Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling_Editor
-Assembly: PrecomputedCulling_Editor.dll
+Namespace: ProgLibrary.PrecomputedCulling_Editor
+Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo.ColorInfo
@@ -160,7 +136,7 @@ Field Value
Field Value
Field Value
Inherited Members
- - - -Namespace: ProgLibrary.PrecomputedCulling_Editor
-Assembly: PrecomputedCulling_Editor.dll
+Namespace: ProgLibrary.PrecomputedCulling_Editor
+Assembly: cs.temp.dll.dll
Syntax
public class LegendColorInfo
@@ -137,7 +113,7 @@ Field Value
Field Value
Field Value
Field Value
Returns
DrawGUI(List<LegendColorInfo>, Rect, float)
+DrawGUI(List<LegendColorInfo>, Rect, float)
Draw GUI
Parameters
Parameters
GetGUIHeight(List<LegendColorInfo>)
+GetGUIHeight(List<LegendColorInfo>)
Calculate GUI height
Parameters
Returns
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.OverlayWindow
+ Assembly: cs.temp.dll.dll
Syntax
public class ReflectedOverlayWindow
@@ -119,7 +95,7 @@ Constructors
- ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
+ ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
OverlayWindow reflected constructor
@@ -144,19 +120,19 @@ Parameters
- Action<Object, SceneView>
+ Action<Object, SceneView>
displayControls
Content of the overlay
- int
+ int
order
Order if multiples overlays are created
- object
+ object
target
Target to pass to displayControls action
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
index dbf6317..f1338a4 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
@@ -83,7 +83,7 @@
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
Inherited Members
- - - -public class ReflectedOverlayWindow
@@ -119,7 +95,7 @@ Constructors
- ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
+ ReflectedOverlayWindow(GUIContent, Action<Object, SceneView>, int, object)
OverlayWindow reflected constructor
@@ -144,19 +120,19 @@ Parameters
- Action<Object, SceneView>
+ Action<Object, SceneView>
displayControls
Content of the overlay
- int
+ int
order
Order if multiples overlays are created
- object
+ object
target
Target to pass to displayControls action
diff --git a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
index dbf6317..f1338a4 100644
--- a/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.html
@@ -83,7 +83,7 @@
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
OverlayWindow reflected constructor
Content of the overlay
Order if multiples overlays are created
Target to pass to displayControls action
@@ -96,34 +96,12 @@ Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
Syntax
- [Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
Methods
@@ -150,7 +128,7 @@ Declaration
Overrides
- OnSceneGUI(SceneView, Event)
+ OnSceneGUI(SceneView, Event)
On scene GUI
@@ -181,7 +159,7 @@ Parameters
[Serializable]
-public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
+ public class PrecomputedHighlightTool : BaseManualEditorWindow, IManualEditorWindow
On scene GUI
Overrides
- +Implements
Class SerializedPropertyExtensions
+ Class SerializedPropertyExtensions
Advance SerializableProperty methods
-
- Inherited Members
-
-
-
-
- object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor
- Assembly: PrecomputedCulling_Editor.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor
+ Assembly: cs.temp.dll.dll
+ Syntax
public static class SerializedPropertyExtensions
Methods
-
- GetSerializedValue<T>(SerializedProperty)
+
+ GetSerializedValue<T>(SerializedProperty)
Get custom type values form SerializedProperty
diff --git a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
similarity index 62%
rename from api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
rename to api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
index 05cd835..d3cc931 100644
--- a/api/ProgLibrary.PrecomputedCulling.Shaders.RendererBakeAlgorithm.html
+++ b/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.html
@@ -10,10 +10,10 @@
})(window,document,'script','dataLayer','GTM-5MTNQCJ');
- Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
| Prographers Precomputed Culling
-
@@ -74,59 +74,32 @@
Advance SerializableProperty methods
Inherited Members
- - - -public static class SerializedPropertyExtensions
Get custom type values form SerializedProperty
Class RendererBakeAlgorithm
+ Class PCCEditorConst.URLs
- Bake algorithms data
-
+
-
- Inherited Members
-
-
-
-
- Object.GetType()
-
-
-
-
-
- Namespace: ProgLibrary.PrecomputedCulling.Shaders
- Assembly: PrecomputedCulling.dll
- Syntax
+ Namespace: ProgLibrary.PrecomputedCulling_Editor.Utils
+ Assembly: cs.temp.dll.dll
+ Syntax
- [Serializable]
-public class RendererBakeAlgorithm
+ public static class PCCEditorConst.URLs
Fields
- Algorithm
- Algorithm
-
+ AssetStore
+
Declaration
- public BakeAlgorithm Algorithm
+ public const string AssetStore = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372"
Field Value
Bake algorithms data
-Inherited Members
- - - -[Serializable]
-public class RendererBakeAlgorithm
+ public static class PCCEditorConst.URLs
Algorithm
-public BakeAlgorithm Algorithm
+ public const string AssetStore = "https://assetstore.unity.com/packages/tools/utilities/precomputed-culling-221372"
BakeAlgorithm | +string |
ScriptableRendererData
-Custom renderer used to draw elements to the scene
-DiscordChannel
+Declaration
public ScriptableRendererData ScriptableRendererData
+ public const string DiscordChannel = "https://discord.gg/55gM3s3pdR"
Field Value
ScriptableRendererData | +string |
VisibilityTesterType
-Visibility tester type
-GitHubReadme
+Declaration
[ValueDropdown("GetFilteredVisibilityTester")]
-public Type VisibilityTesterType
+ public const string GitHubReadme = "https://github.com/Prographers/Precomputed-Culling/blob/main/README.md"
Field Value
Type | +string | ||
string | +string | labelText | |
float | +float | labelSize | |
string | +string | toolTip |
EstimateBakeSize(int, int)
+ +EstimateBakeSize(int, int)
Estimate size of bake
Parameters
Returns
EstimateTimePerSpot(int, TextureResolution)
+ +EstimateTimePerSpot(int, TextureResolution)
Estimate time to bake one spot
Parameters
Returns
ExecuteOnMainThread(Action)
+Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
Declaration
+public static void ExecuteOnMainThread(Action callback)
+ Parameters
+Type | +Name | +Description | +
---|---|---|
Action | +callback | ++ |
ExecuteOnMainThread<T>(Action<T>, T)
+Ensures that, the provided callback
will be executed on the main Unity thread. Usable only in
+Editor.
Declaration
+public static void ExecuteOnMainThread<T>(Action<T> callback, T obj)
+ Parameters
+Type | +Name | +Description | +
---|---|---|
Action<T> | +callback | ++ |
T | +obj | ++ |
Type Parameters
+Name | +Description | +
---|---|
T |
FormatKb(double)
+ +FormatKb(double)
Change kb to string format
Parameters
Returns
FormatMilliseconds(double)
+ +FormatMilliseconds(double)
Change milliseconds to minutes and seconds string format
Parameters
Returns
Namespace ProgLibrary.PrecomputedCulling.PrecomputedCulling_Editor.Utils
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Utils
Classes
- PrecomputedEditorUtils
+ PCCEditorConst
+
+ PCCEditorConst.URLs
+
+ PrecomputedEditorUtils
Utils for custom editor gui
Utils for custom editor gui
Namespace ProgLibrary.PrecomputedCulling.Scripts.PrecomputedCulling.MonoBehaviours
+ Namespace ProgLibrary.PrecomputedCulling_Editor.Versioning
Classes
- FrustumCulling
+ GitHubReleaseData
- PCCMonoBehaviour
+ VersionValidator
+
+ VersionValidator.Result
Classes
BaseManualEditorWindow
+CreatePrecomputedPackage
+Class to export Precomputed unitypackage
+LegendColorInfo
Legend with toggle functionality to highlight given occlusion configuration
PrecomputedHighlightTool
+PrecomputedPlayStateNotifier
+ +SerializedPropertyExtensions
+Advance SerializableProperty methods
+