SCNAnimatableExtensions.AddAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified animation and associates it with the specified key.
public static void AddAnimation (this SceneKit.ISCNAnimatable self, SceneKit.SCNAnimation animation, string key);
static member AddAnimation : SceneKit.ISCNAnimatable * SceneKit.SCNAnimation * string -> unit
Parameters
- self
- ISCNAnimatable
The instance on which this method operates.
- animation
- SCNAnimation
The animation to add.
- key
- String
The key for the animation to add.