Instance Method
setPieceSettingsFast(_:)setPieceSettingsFast:setPieceSettingsFast_
Replaces the smart-component settings without copying, undo, or change notifications.
Declaration
func setPieceSettingsFast(_ pieceSettings: GSNotifyingDictionary)Declaration
- (void) setPieceSettingsFast:(GSNotifyingDictionary *) pieceSettings;Declaration
setPieceSettingsFast_(pieceSettings: GSNotifyingDictionary)Discussion
The dictionary must be a GSNotifyingDictionary and must not be modified for another owner. The caller is responsible for any required updates.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Sets an explicit interpolation value for a smart-component axis.
Removes an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis, or
nilwhen the axis has no explicit value.The effective interpolation value for a smart-component axis.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Sets an explicit interpolation value for a smart-component axis.
Removes an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis.
The effective interpolation value for a smart-component axis.