MonobjcMonobjc Documented Class Library
NSAnimation Constructor
NamespacesMonobjc.AppKitNSAnimationNSAnimation()()()()
Members
IconMemberDescription
NSAnimation(Double, NSAnimationCurve)

Returns an NSAnimation object initialized with the specified duration and animation-curve values.

Original signature is '- (id)initWithDuration:(NSTimeInterval)duration animationCurve:(NSAnimationCurve)animationCurve'

Available in Mac OS X v10.4 and later.


NSAnimation(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSAnimation()()()()
Initializes a new instance of the NSAnimation class.

NSAnimation(IntPtr)
Initializes a new instance of the NSAnimation class.

NSAnimation(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSAnimation class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)