5#import <Foundation/Foundation.h>
24DEFAULT_EXPORT_ATTRIBUTE
44 sublocationId:(nullable NSNumber *)sublocationId;
65 sublocationId:(nullable NSNumber *)sublocationId
66 duration:(
float)duration
84- (BOOL)setBitmap:(nullable UIImage *)bitmap;
102- (BOOL)setSize:(
float)width
103 height:(
float)height;
120- (BOOL)setCollisionEnabled:(BOOL)enabled;
137- (BOOL)setAngle:(
float)angle;
156- (BOOL)setAngleAnimated:(
float)angle
157 duration:(
float)duration
176- (BOOL)setBuffer:(
float)width
177 height:(
float)height;
195- (BOOL)setOffset:(
float)width
196 height:(
float)height;
213- (BOOL)setPriority:(
float)priority;
230- (BOOL)setFlat:(BOOL)flat;
238@property (nonatomic, readonly, getter=isValid) BOOL
valid;