Declaration

func setPieceValue(_ value: CGFloat, forKey key: String)

Declaration

- (void) setPieceValue:(CGFloat) value forKey:(NSString *) key;

Declaration

setPieceValue_forKey_(value: float, key: str)

Parameters

key

The axis ID.

See Also

Smart Components

  • Explicit interpolation values for smart-component axes.

  • Replaces the smart-component settings without copying, undo, or change notifications.

  • Removes an explicit interpolation value for a smart-component axis.

  • The explicit interpolation value for a smart-component axis, or nil when the axis has no explicit value.

  • The effective interpolation value for a smart-component axis.

See Also

Smart Components