We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c223a6f commit a2a63ecCopy full SHA for a2a63ec
Assets/MixedRealityToolkit.Tests/EditModeTests/Core/Extensions/CameraExtensionTests.cs
@@ -112,7 +112,9 @@ public void TearDown()
112
}
113
114
115
-
+ /// <summary>
116
+ /// Test that the Camera extension method IsInFOVConeCached returns valid results for colliders whose bounds are renderable to the camera
117
+ /// </summary>
118
[Test]
119
public void TestIsInFOVConeCached()
120
{
@@ -123,6 +125,10 @@ public void TestIsInFOVConeCached()
123
125
124
126
127
128
129
+ /// Test that extension method IsInFOVConeCached gives expected results when called from multiple cameras
130
+ /// facing different directions.
131
132
133
public void TestIsInFOVConeCachedSecondCamera()
134
0 commit comments