Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximilian Tomio
Mrt Assignment 1
Commits
50c2d6fd
Commit
50c2d6fd
authored
May 25, 2021
by
Maximilian Tomio
Browse files
minor cleanup
parent
0d55ca20
Changes
1
Hide whitespace changes
Inline
Side-by-side
DistractorTest/Assets/SphereHandler.cs
View file @
50c2d6fd
...
...
@@ -7,9 +7,6 @@ public class SphereHandler : MonoBehaviour
private
List
<
ClickableSphere
>
Spheres
=
new
List
<
ClickableSphere
>();
public
ClickableSphere
CurrentActive
{
get
;
private
set
;
}
public
Vector3
Min
=
new
Vector3
(-
10
,
-
10
,
-
10
);
public
Vector3
Max
=
new
Vector3
(
10
,
10
,
10
);
public
int
Index
{
get
;
private
set
;
}
=
0
;
public
List
<
Vector2
>
DensityNumbers
=
new
List
<
Vector2
>();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment