18 lines
593 B
C#

namespace Passer.Humanoid {
/// \version Humanoid Control 4
/// \page Visitor Visitor
///
/// A visitor is a special Scene with a Humanoid which can be used to visit a Site.
///
/// More documentation will follow...
///
/// Android (Including Oculus Quest)
/// ================================
/// The application should have internet access permission.
/// So the following line should be added to the AndroidManifest:
///
/// \code
/// <uses-permission android:name="android.permission.INTERNET" />
/// \endcode
///
}