Instance Property
manualInterpolation
Disables automatic calculation of instanceInterpolations This allows manually setting instanceInterpolations.
Declaration
var manualInterpolation: Bool { get set }Declaration
@property (nonatomic) BOOL manualInterpolation;Declaration
pyobjc_instanceMethods.manualInterpolation() -> bool
pyobjc_instanceMethods.setManualInterpolation_(manualInterpolation: bool)