Package com.banuba.sdk.scene
Interface Hand
-
- All Known Implementing Classes:
Hand.CppProxy
public interface Hand
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Hand.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GestureType
getGesture()
Mesh
getMesh()
java.lang.String
getName()
void
setMesh(Mesh mesh)
sets hand mesh.
-
-
-
Method Detail
-
getName
@NonNull java.lang.String getName()
- Returns:
- hand name (string)
-
setMesh
void setMesh(@Nullable Mesh mesh)
sets hand mesh.- Parameters:
mesh
- (mesh): hand mesh
-
getMesh
@Nullable Mesh getMesh()
- Returns:
- hand mesh (mesh)
-
getGesture
@NonNull GestureType getGesture()
-
-