Class CameraComposer.CppProxy

    • Method Detail

      • _djinni_private_destroy

        public void _djinni_private_destroy()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • setBackgroundImage

        public void setBackgroundImage​(java.lang.String path,
                                       boolean play,
                                       boolean loop)
        Description copied from interface: CameraComposer
        Pass empty path to reset background image. Supported extensions: jpg, jpeg, png, mp4, gif play and loop args only for video
        Specified by:
        setBackgroundImage in interface CameraComposer
      • setClearColor

        public void setClearColor​(float r,
                                  float g,
                                  float b,
                                  float a)
        Description copied from interface: CameraComposer
        Specifies the color of the area not covered by background texture (e.g. `contentMode` `FIT`). Black by default. Transparency (`a`) is a conventional argument only and currently ignored (use `1` for it).
        Specified by:
        setClearColor in interface CameraComposer