Skip to main content
Version: 2.0.0

Haply::Inverse::Unity::HapticOrigin

Manages the scaling of haptic workspace while maintaining the size of cursor models. More...

Inherits from MonoBehaviour

Protected Functions​

Name
voidStart()
voidUpdate()

Public Attributes​

Name
floatscale
Change uniform scale of the haptic workspace while keeping cursor sizes constant.
boollockGizmos

Detailed Description​

class Haply::Inverse::Unity::HapticOrigin;

Manages the scaling of haptic workspace while maintaining the size of cursor models.

This component should be attached to the GameObject representing the haptic origin.

Protected Functions Documentation​

function Start​

void Start()

function Update​

void Update()

Public Attributes Documentation​

variable scale​

float scale;

Change uniform scale of the haptic workspace while keeping cursor sizes constant.

variable lockGizmos​

bool lockGizmos;