I am writing an SCNScene to FBX exporter and would like to identify which SCNNodes have animations added to them. Specifically I am interested in explicit animations through CAAnimation.
The method animation(forKey:) has been deprecated and animationKeys seems to rely on animations being added with an optional, and arbitrary key, so I can't tell which key paths are being animated.
Is there anyway to get a list of all CAAnimation that have been attached to a SCNNode?