Package com.banuba.sdk.scene
Interface RenderTarget
- All Known Implementing Classes:
RenderTarget.CppProxy
public interface RenderTarget
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RenderTarget.CppProxy
-
Method Summary
Modifier and Type Method Description void
addAttachment(Image attachment)
java.util.ArrayList<Image>
getAttachments()
int
getHeight()
float
getHeightScale()
java.lang.String
getName()
int
getSamplesCount()
int
getWidth()
float
getWidthScale()
void
removeAttachment(Image attachment)
void
setExtent(int width, int height)
void
setSamplesCount(int samples)
void
setScale(float width, float height)
-
Method Details
-
getName
@NonNull java.lang.String getName() -
setSamplesCount
void setSamplesCount(int samples) -
getSamplesCount
int getSamplesCount() -
setExtent
void setExtent(int width, int height) -
getWidth
int getWidth() -
getHeight
int getHeight() -
setScale
void setScale(float width, float height) -
getWidthScale
float getWidthScale() -
getHeightScale
float getHeightScale() -
addAttachment
-
removeAttachment
-
getAttachments
-