Banuba SDK
Instance Methods | Class Methods | List of all members
BNBHandTracker Class Reference

#import <BNBHandTracker.h>

Inheritance diagram for BNBHandTracker:

Instance Methods

(void) - setHand:
 Sets hand to hand tracker. More...
 
(nullable BNBHand *) - getHand
 
(BNBHandTrackerType) - getType
 
(void) - setType:
 
(nullable BNBComponent *) - asComponent
 

Class Methods

(nullable BNBHandTracker *) + create
 Fabric method for hand creating. More...
 

Detailed Description

Definition at line 17 of file BNBHandTracker.h.

Method Documentation

◆ asComponent

- (nullable BNBComponent *) asComponent
Returns
upcast to base type

◆ create

+ (nullable BNBHandTracker *) create

Fabric method for hand creating.

Returns
created (hand_tracker).

◆ getHand

- (nullable BNBHand *) getHand
Returns
hand (hand): hand asset

◆ getType

- (BNBHandTrackerType) getType
Returns
tracker type. Can be hand_skelet or ring

◆ setHand:

- (void) setHand: (nullable BNBHand *)  hand

Sets hand to hand tracker.

Parameters
hand(hand): hand asset

◆ setType:

- (void) setType: (BNBHandTrackerType)  type
Returns
tracker type. Can be hand_skelet or ring

The documentation for this class was generated from the following file: