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

#import <BNBBodyTracker.h>

Inheritance diagram for BNBBodyTracker:

Instance Methods

(BNBBodyTrackerType) - getType
 
(void) - setType:
 
(void) - setBodyIndex:
 
(int32_t) - getBodyIndex
 
(nullable BNBComponent *) - asComponent
 

Class Methods

(nullable BNBBodyTracker *) + create
 Fabric method for body_tracker creating. More...
 

Detailed Description

Definition at line 16 of file BNBBodyTracker.h.

Method Documentation

◆ asComponent

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

◆ create

+ (nullable BNBBodyTracker *) create

Fabric method for body_tracker creating.

Returns
created (body_tracker).

◆ getBodyIndex

- (int32_t) getBodyIndex

◆ getType

- (BNBBodyTrackerType) getType
Returns
tracker type.

◆ setBodyIndex:

- (void) setBodyIndex: (int32_t)  index

◆ setType:

- (void) setType: (BNBBodyTrackerType)  type
Returns
tracker type.

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