Banuba SDK
|
#import <BNBComponent.h>
Instance Methods | |
(BNBComponentType) | - getComponentType |
(nullable BNBCamera *) | - asCamera |
(nullable BNBFaceTracker *) | - asFaceTracker |
(nullable BNBMeshInstance *) | - asMeshInstance |
(nullable BNBFaceMorphing *) | - asFaceMorphing |
(nullable BNBTransformation3d *) | - asTransformation |
Class Methods | |
(nullable BNBComponent *) | + create: |
Definition at line 14 of file BNBComponent.h.
- (nullable BNBCamera *) asCamera |
- (nullable BNBFaceMorphing *) asFaceMorphing |
- (nullable BNBFaceTracker *) asFaceTracker |
- (nullable BNBMeshInstance *) asMeshInstance |
- (nullable BNBTransformation3d *) asTransformation |
+ (nullable BNBComponent *) create: | (BNBComponentType) | type |
- (BNBComponentType) getComponentType |