Banuba SDK
Instance Methods | List of all members
BNBRenderTarget Class Reference

#import <BNBRenderTarget.h>

Inheritance diagram for BNBRenderTarget:

Instance Methods

(nonnull NSString *) - getName
 
(void) - setSamplesCount:
 
(int32_t) - getSamplesCount
 
(void) - setExtent:height:
 
(int32_t) - getWidth
 
(int32_t) - getHeight
 
(void) - setScale:height:
 
(float) - getWidthScale
 
(float) - getHeightScale
 
(void) - addAttachment:
 
(void) - removeAttachment:
 
(nonnull NSArray< BNBImage * > *) - getAttachments
 

Detailed Description

Definition at line 8 of file BNBRenderTarget.h.

Method Documentation

◆ addAttachment:

- (void) addAttachment: (nullable BNBImage *)  attachment

◆ getAttachments

- (nonnull NSArray<BNBImage *> *) getAttachments

◆ getHeight

- (int32_t) getHeight

◆ getHeightScale

- (float) getHeightScale

◆ getName

- (nonnull NSString *) getName

◆ getSamplesCount

- (int32_t) getSamplesCount

◆ getWidth

- (int32_t) getWidth

◆ getWidthScale

- (float) getWidthScale

◆ removeAttachment:

- (void) removeAttachment: (nullable BNBImage *)  attachment

◆ setExtent:height:

- (void) setExtent: (int32_t)  width
height: (int32_t)  height 

◆ setSamplesCount:

- (void) setSamplesCount: (int32_t)  samples

◆ setScale:height:

- (void) setScale: (float)  width
height: (float)  height 

The documentation for this class was generated from the following file: