Banuba SDK
BNBAttachment.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from scene.djinni
3 
4 #import "BNBAttachmentType.h"
5 #import "BNBVec3.h"
6 #import <Foundation/Foundation.h>
7 
8 
9 @interface BNBAttachment : NSObject
10 
11 - (BNBAttachmentType)getAttachmentType;
12 
13 - (void)setClearColor:(nonnull BNBVec3 *)color;
14 
15 - (nonnull BNBVec3 *)getClearColor;
16 
17 @end
BNBAttachment
Definition: BNBAttachment.h:10
BNBAttachmentType.h
-[BNBAttachment getClearColor]
nonnull BNBVec3 * getClearColor()
-[BNBAttachment getAttachmentType]
BNBAttachmentType getAttachmentType()
BNBVec3
Definition: BNBVec3.h:7
BNBVec3.h