Banuba SDK
|
#import <BNBImage.h>
Instance Methods | |
(nonnull NSString *) | - getName |
(BNBImageType) | - getType |
(nullable BNBAttachment *) | - asAttachment |
cast to attachment subclass. More... | |
(nullable BNBCubemap *) | - asCubemap |
cast to cubemap subclass. More... | |
(nullable BNBSegmentationMask *) | - asSegmentationMask |
cast to segmentation_mask subclass. More... | |
(nullable BNBTexture *) | - asTexture |
cast to texture subclass. More... | |
(nullable BNBCameraTexture *) | - asCameraTexture |
cast to camera_texture subclass. More... | |
(nullable BNBVideo *) | - asVideo |
cast to video subclass. More... | |
(nullable BNBWeightedLut *) | - asWeightedLut |
cast to weighted_lut subclass. More... | |
(nullable BNBTextTexture *) | - asTextTexture |
cast to text_texture subclass. More... | |
(nullable BNBProceduralTexture *) | - asProceduralTexture |
Definition at line 24 of file BNBImage.h.
- (nullable BNBAttachment *) asAttachment |
cast to attachment subclass.
May throw.
- (nullable BNBCameraTexture *) asCameraTexture |
cast to camera_texture subclass.
May throw.
- (nullable BNBCubemap *) asCubemap |
cast to cubemap subclass.
May throw.
- (nullable BNBProceduralTexture *) asProceduralTexture |
- (nullable BNBSegmentationMask *) asSegmentationMask |
cast to segmentation_mask subclass.
May throw.
- (nullable BNBTextTexture *) asTextTexture |
cast to text_texture subclass.
May throw.
- (nullable BNBTexture *) asTexture |
cast to texture subclass.
May throw.
- (nullable BNBVideo *) asVideo |
cast to video subclass.
May throw.
- (nullable BNBWeightedLut *) asWeightedLut |
cast to weighted_lut subclass.
May throw.
- (nonnull NSString *) getName |
- (BNBImageType) getType |