LCRightHeadTrackConfig

Objective-C

@interface LCRightHeadTrackConfig : NSObject <LCStepConfigProtocol>

Swift

class LCRightHeadTrackConfig : NSObject, LCStepConfigProtocol

Config which declares pars for right head rotation 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 }