Package com.banuba.sdk.scene
Class Attachment.CppProxy
java.lang.Object
com.banuba.sdk.scene.Attachment.CppProxy
- All Implemented Interfaces:
Attachment
- Enclosing interface:
- Attachment
public static final class Attachment.CppProxy extends java.lang.Object implements Attachment
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Attachment
Attachment.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
AttachmentType
getAttachmentType()
Vec3
getClearColor()
void
setClearColor(Vec3 color)
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_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
-
getAttachmentType
- Specified by:
getAttachmentType
in interfaceAttachment
-
setClearColor
- Specified by:
setClearColor
in interfaceAttachment
-
getClearColor
- Specified by:
getClearColor
in interfaceAttachment
-