mappointmanager - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Movement
Inherits from UnityEngine.MonoBehaviour
Maintains a set to teleportation targets that are only visible when in teleport mode.
public class MapPointManager : MonoBehaviour| Name | Description |
|---|---|
| CreateNewMapPointObject() | Creates the a new MapPoint. |
| Attention!: Only available in the editor. | |
| SetMapPointsActive(bool) | Sets all MapPoints active or inactive. |
| SwitchMapPoint(MapPoint) | Deactivates the current active MapPoint and switches to the new one. |