ImmerseSDK.Examples Namespace |
Class | Description | |
---|---|---|
ContiniousRotate |
Helper component the continuously rotates itself while it is enabled
| |
ExampleAvatarRecordingPlayback |
This example shows how to play back an avatar recording
| |
ExampleBase |
Base class for common functionality in examples
| |
ExampleControllerModels |
This example shows how to show/hide the native controller models on each hand
| |
ExampleCustomHandMenu |
This example shows how to create commands to put on the hand menu
| |
ExampleCustomMessage |
This example shows how to implement custom messages.
Any user can press a key to send a custom message to all connected users, including themselves.
When the message is received, it is used to toggle the visibility of an object in the scene.
For a guide that covers the whole process of setting up custom message types and using them in your scenes,
please see this page on the wiki - https://immerselearning.atlassian.net/wiki/spaces/SDK/pages/139395094/Custom+Scene+Messages
| |
ExampleObjectState |
Example of object state that will be synchronised
| |
ExampleSynchronisedInstantiation |
This example shows how to implement script-based object instatiation
| |
ExampleTeleport |
This example shows how to implement script-based avatar teleporting.
Users can press a key to teleport themselves to a specific location within the scene.
| |
ExampleTeleportButton |
An example of using the world space button to switch between game objects when a button is pressed
| |
ExampleTeleportGroup |
This example shows how to implement script-based teleporting for a whole group of avatars by using custom messages.
Any user can press a key to teleport all connected users to a specific location within the scene.
| |
ExampleWorldSpaceButtonUse |
An example of using the world space button to switch between game objects when a button is pressed
| |
LaserTool |
This example shows how to create a custom script to read input from the controller without the SDK interfering.
You could just use ToolPickup on it's own, but we wanted to show you how to read input yourself and use that to switch a laser on and off
| |
TeleportCommand |
This is a command that will teleport the user to the location specified
| |
ToggleGameObjectCommand |
This is a command that will toggle a GameObject
| |
TogglePageCommand |
This is a command that toggle the availability of a page
|