Skip to content

Commit

Permalink
Added new namespace descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachkinstner committed Dec 20, 2016
1 parent 9288eec commit 1e4eb12
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Unity/Assets/Hover/NamespaceDocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
/// </summary>


/// \namespace Hover::Core::Renderers::Helpers
/// <summary>
/// Perform common renderer tasks.
/// </summary>


/// \namespace Hover::Core::Renderers::Items
/// <summary>
/// Draw graphics for items.
Expand Down Expand Up @@ -136,6 +142,12 @@
/// </summary>


/// \namespace Hover::InputModules::Follow
/// <summary>
/// Convert Unity transforms into cursor data.
/// </summary>


/// \namespace Hover::InputModules::LeapMotion
/// <summary>
/// Convert Leap Motion (post-Orion) input into cursor data.
Expand All @@ -148,6 +160,12 @@
/// </summary>


/// \namespace Hover::InputModules::OculusTouch
/// <summary>
/// Convert Oculus Touch input into cursor data.
/// </summary>


/// \namespace Hover::InputModules::Vive
/// <summary>
/// Convert HTC %Vive input into cursor data.
Expand Down

0 comments on commit 1e4eb12

Please sign in to comment.