Banuba SDK
BNBWeightedLut.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 <Foundation/Foundation.h>
5 
6 
7 @interface BNBWeightedLut : NSObject
8 
9 - (void)setWeight:(float)value;
10 
11 - (float)getWeight;
12 
13 - (void)setFile:(nonnull NSString *)fileName;
14 
15 - (nonnull NSString *)getFile;
16 
17 - (void)reload;
18 
19 @end
-[BNBWeightedLut reload]
void reload()
-[BNBWeightedLut getFile]
nonnull NSString * getFile()
-[BNBWeightedLut getWeight]
float getWeight()
BNBWeightedLut
Definition: BNBWeightedLut.h:8