SceneKit.SCNAnimatable Members

The members of SceneKit.SCNAnimatable are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

abstract
AddAnimation(CoreAnimation.CAAnimation, Foundation.NSString)
Documentation for this section has not yet been entered.
AddAnimation(CoreAnimation.CAAnimation, string)
Documentation for this section has not yet been entered.
abstract
GetAnimation(Foundation.NSString) : CoreAnimation.CAAnimation
Documentation for this section has not yet been entered.
abstract
GetAnimationKeys() : Foundation.NSString[]
Documentation for this section has not yet been entered.
abstract
IsAnimationPaused(Foundation.NSString) : bool
Documentation for this section has not yet been entered.
abstract
PauseAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
abstract
RemoveAllAnimations()
Documentation for this section has not yet been entered.
abstract
RemoveAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
abstract
RemoveAnimation(Foundation.NSString, nfloat)
Documentation for this section has not yet been entered.
abstract
ResumeAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.