9 #import <Foundation/Foundation.h>
14 typedef NS_ENUM(NSInteger, BMK3DTraceOverlayAnimationEasingCurve) {
15 BMK3DTraceOverlayAnimationEasingCurveLinear,
16 BMK3DTraceOverlayAnimationEasingCurveEaseIn,
17 BMK3DTraceOverlayAnimationEasingCurveEaseOut,
18 BMK3DTraceOverlayAnimationEasingCurveEaseInOut
24 typedef NS_ENUM(NSInteger, BMK3DTraceOverlayType) {
26 BMK3DTraceOverlayTypeSurface = 3,
27 BMK3DTraceOverlayTypeDefault,
29 NS_ASSUME_NONNULL_BEGIN
35 @property (nonatomic, assign) BMK3DTraceOverlayType
traceType;
37 @property (nonatomic, assign) NSTimeInterval
duration;
39 @property (nonatomic, assign) BMK3DTraceOverlayAnimationEasingCurve
easingCurve;
45 @property (nonatomic, assign) CGFloat
opacity;