LCDownHeadTrackConfig
Objective-C
@interface LCDownHeadTrackConfig : NSObject <LCStepConfigProtocol>
Swift
class LCDownHeadTrackConfig : NSObject, LCStepConfigProtocol
Config which declares pars for head down movement interaction step
-
timeout value which declares in how much seconds interaction should be completed
Declaration
Objective-C
@property (nonatomic) CGFloat timeout;
Swift
var timeout: CGFloat { get set }
-
start angle which declares start porition of head
Declaration
Objective-C
@property (nonatomic) CGFloat startAngle;
Swift
var startAngle: CGFloat { get set }
-
final angle in which haead should be rotated to acomplish interaction
Declaration
Objective-C
@property (nonatomic) CGFloat finishAngle;
Swift
var finishAngle: CGFloat { get set }