HandTriggerBone

  • HandTriggerBone is a component that tracks the active triggers which are considered as being associated with a HandBone

  • It inherits from TriggerTracker and should always be added to a HandTriggerSkeleton

  • The association between HandTriggerBone and HandBone is made via a HandTriggerSkeleton; for example if the HandTriggerBone is added to a HandTriggerSkeleton as IndexDistal, then all the triggers that the HandTriggerBone is tracking are considered as triggers of the IndexDistal bone of the HandSkeleton that is associated with the HandTriggerSkeleton the HandTriggerBone is added to

  • It sends trigger callbacks (described on the page dedicated to TriggerTracker) to the HandTriggerSkeleton it is added to

  • Its scripting API is equivalent to HandBone component's scripting API (with the exception of API inherited from TriggerTracker), HandTriggerSkeleton takes role of a HandSkeleton in it

Last updated