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 06ea7f9 commit c7e0455Copy full SHA for c7e0455
Runtime/Visualizers/RandomDirectionVisualizer.cs
@@ -1,11 +1,10 @@
1
-using System;
2
-using System.Collections;
3
-using System.Collections.Generic;
4
using UnityEngine;
5
-using UnityEngine.Serialization;
6
7
namespace Gameframe.Procgen
8
{
+ /// <summary>
+ /// This component was written to test the NoiseRng's random direction for uniform distribution
+ /// </summary>
9
public class RandomDirectionVisualizer : MonoBehaviour
10
11
public DirectionDimensions dimensions = DirectionDimensions.Dir3D;
0 commit comments