Loading...
Searching...
No Matches
NCModelMapObject.h
Go to the documentation of this file.
1#import "NCAnimationType.h"
2#import "NCExport.h"
3#import "NCLocationPoint.h"
4#import "NCMapObject.h"
5#import "NCModelProvider.h"
6#import <Foundation/Foundation.h>
7
8
24DEFAULT_EXPORT_ATTRIBUTE
26
42- (BOOL)setPosition:(nonnull NCLocationPoint *)point;
43
61- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point
62 duration:(float)duration
63 type:(NCAnimationType)type;
64
80- (BOOL)setModel:(nullable id<NCModelProvider>)model;
81
96- (BOOL)setSize:(float)width
97 height:(float)height;
98
113- (BOOL)setCollisionEnabled:(BOOL)enabled;
114
129- (BOOL)setAngle:(float)angle;
130
145- (BOOL)setAngleAnimated:(float)angle
146 duration:(float)duration
147 type:(NCAnimationType)type;
148
163- (BOOL)setBuffer:(float)width
164 height:(float)height;
165
180- (BOOL)setPriority:(float)priority;
181
182@end