Navigation Class |
Namespace: ImmerseSDK.Avatars
[ScriptOrderAttribute(-30010)] public sealed class Navigation : LoggingBehaviour
The Navigation type exposes the following members.
Name | Description | |
---|---|---|
Navigation | Initializes a new instance of the Navigation class |
Name | Description | |
---|---|---|
Grid |
Play area grid
| |
TeleportMode |
The current navigation mode
|
Name | Description | |
---|---|---|
Teleport |
Teleport the avatar to target position/rotation.
Note: This method can return null, in which case there was no coroutine created to do the teleport
|
Name | Description | |
---|---|---|
OnAfterTeleport |
Fired after we teleported the avatar
| |
OnBeforeTeleport |
Fired before we start to teleport the avatar
|
Name | Description | |
---|---|---|
DefaultFadeTimeInSeconds |
Default amount of time to allow for fading in/out
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |