Banuba SDK
BNBWeightedLut.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 @class BNBImage;
6 @class BNBResource;
7 
8 
9 
10 #ifndef DJINNI_EXPORT
11  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
12 #endif
13 
15 @interface BNBWeightedLut : NSObject
16 
17 - (void)loadResource:(nullable BNBResource *)res;
18 
19 - (void)setWeight:(float)value;
20 
21 - (float)getWeight;
22 
23 - (void)load:(nonnull NSString *)fileName;
24 
25 /**@return upcast to base type */
26 - (nullable BNBImage *)asImage;
27 
28 @end
BNBImage
Definition: BNBImage.h:24
-[BNBWeightedLut asImage]
nullable BNBImage * asImage()
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition: BNBWeightedLut.h:11
BNBResource
Definition: BNBResource.h:14
-[BNBWeightedLut getWeight]
float getWeight()
BNBWeightedLut
Definition: BNBWeightedLut.h:15