Package com.banuba.sdk.scene
Class Hand.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.Hand.CppProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Hand
Hand.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
GestureType
getGesture()
Mesh
getMesh()
java.lang.String
getName()
void
setMesh(Mesh mesh)
sets hand mesh.
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName()
-
getGesture
public GestureType getGesture()
- Specified by:
getGesture
in interfaceHand
-
-