SceneKit.SCNActionable Members

The members of SceneKit.SCNActionable 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
GetAction(string) : SCNAction
Documentation for this section has not yet been entered.
abstract
HasActions() : bool
Documentation for this section has not yet been entered.
abstract
RemoveAction(string)
Documentation for this section has not yet been entered.
abstract
RemoveAllActions()
Documentation for this section has not yet been entered.
abstract
RunAction(SCNAction)
Documentation for this section has not yet been entered.
abstract
RunAction(SCNAction, Action)
Documentation for this section has not yet been entered.
abstract
RunAction(SCNAction, string)
Documentation for this section has not yet been entered.
abstract
RunAction(SCNAction, string, Action)
Documentation for this section has not yet been entered.