Skip to content

Commit 1e4eb12

Browse files
committed
Added new namespace descriptions.
1 parent 9288eec commit 1e4eb12

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Unity/Assets/Hover/NamespaceDocs.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
/// </summary>
8383

8484

85+
/// \namespace Hover::Core::Renderers::Helpers
86+
/// <summary>
87+
/// Perform common renderer tasks.
88+
/// </summary>
89+
90+
8591
/// \namespace Hover::Core::Renderers::Items
8692
/// <summary>
8793
/// Draw graphics for items.
@@ -136,6 +142,12 @@
136142
/// </summary>
137143

138144

145+
/// \namespace Hover::InputModules::Follow
146+
/// <summary>
147+
/// Convert Unity transforms into cursor data.
148+
/// </summary>
149+
150+
139151
/// \namespace Hover::InputModules::LeapMotion
140152
/// <summary>
141153
/// Convert Leap Motion (post-Orion) input into cursor data.
@@ -148,6 +160,12 @@
148160
/// </summary>
149161

150162

163+
/// \namespace Hover::InputModules::OculusTouch
164+
/// <summary>
165+
/// Convert Oculus Touch input into cursor data.
166+
/// </summary>
167+
168+
151169
/// \namespace Hover::InputModules::Vive
152170
/// <summary>
153171
/// Convert HTC %Vive input into cursor data.

0 commit comments

Comments
 (0)