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

#import <BNBComponent.h>

Inheritance diagram for BNBComponent:

Instance Methods

(BNBComponentType) - getComponentType
 
(nullable BNBCamera *) - asCamera
 
(nullable BNBFaceTracker *) - asFaceTracker
 
(nullable BNBMeshInstance *) - asMeshInstance
 
(nullable BNBFaceMorphing *) - asFaceMorphing
 
(nullable BNBTransformation3d *) - asTransformation
 

Class Methods

(nullable BNBComponent *) + create:
 

Detailed Description

Definition at line 14 of file BNBComponent.h.

Method Documentation

◆ asCamera

- (nullable BNBCamera *) asCamera

◆ asFaceMorphing

- (nullable BNBFaceMorphing *) asFaceMorphing

◆ asFaceTracker

- (nullable BNBFaceTracker *) asFaceTracker

◆ asMeshInstance

- (nullable BNBMeshInstance *) asMeshInstance

◆ asTransformation

- (nullable BNBTransformation3d *) asTransformation

◆ create:

+ (nullable BNBComponent *) create: (BNBComponentType)  type

◆ getComponentType

- (BNBComponentType) getComponentType

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