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

#import <BNBRenderList.h>

Inheritance diagram for BNBRenderList:

Instance Methods

(void) - setName:
 
(nonnull NSString *) - getName
 
(int32_t) - addTask:layer:target:
 
(nullable BNBEntity *) - getTaskCamera:
 
(nullable BNBLayer *) - getTaskLayer:
 
(nullable BNBRenderTarget *) - getTaskTarget:
 
(void) - clear
 

Class Methods

(nullable BNBRenderList *) + create:
 

Detailed Description

Definition at line 11 of file BNBRenderList.h.

Method Documentation

◆ addTask:layer:target:

- (int32_t) addTask: (nullable BNBEntity *)  camera
layer: (nullable BNBLayer *)  layer
target: (nullable BNBRenderTarget *)  target 

◆ clear

- (void) clear

◆ create:

+ (nullable BNBRenderList *) create: (nonnull NSString *)  name

◆ getName

- (nonnull NSString *) getName

◆ getTaskCamera:

- (nullable BNBEntity *) getTaskCamera: (int32_t)  taskIndex

◆ getTaskLayer:

- (nullable BNBLayer *) getTaskLayer: (int32_t)  taskIndex

◆ getTaskTarget:

- (nullable BNBRenderTarget *) getTaskTarget: (int32_t)  taskIndex

◆ setName:

- (void) setName: (nonnull NSString *)  name

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