Banuba SDK
libs
djinni
generated
objc
BNBHand.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from scene.djinni
3
4
#import "
BNBGestureType.h
"
5
#import <Foundation/Foundation.h>
6
@class
BNBMesh
;
7
8
9
10
#ifndef DJINNI_EXPORT
11
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
12
#endif
13
14
DJINNI_EXPORT
15
@interface
BNBHand
: NSObject
16
17
/**@return hand name (string) */
18
- (nonnull NSString *)
getName
;
19
20
/**
21
*sets hand mesh.
22
*@param mesh (mesh): hand mesh
23
*/
24
- (void)setMesh:(nullable
BNBMesh
*)mesh;
25
26
/**@return hand mesh (mesh) */
27
- (nullable
BNBMesh
*)
getMesh
;
28
29
- (BNBGestureType)
getGesture
;
30
31
@end
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition:
BNBHand.h:11
BNBHand
Definition:
BNBHand.h:15
-[BNBHand getName]
nonnull NSString * getName()
BNBMesh
Definition:
BNBMesh.h:14
-[BNBHand getGesture]
BNBGestureType getGesture()
BNBGestureType.h
-[BNBHand getMesh]
nullable BNBMesh * getMesh()
Generated by
1.8.17