The hashed value of the timing function.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
var hashValue: Int { get }
The hashed value of the timing function.
SDKs
Framework
var hashValue: Int { get }
static func == (Animation Timing Function, Animation Timing Function) -> Bool
Indicates whether two animation timing functions are equal.
static func != (Animation Timing Function, Animation Timing Function) -> Bool
Indicates whether two animation timing functions are not equal.
func hash(into: inout Hasher)
Hashes the essential components of the timing function by feeding them into the given hash function.