A Boolean value that indicates whether the node is currently executing any actions.
Required.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Scene
Kit
Declaration
@property(nonatomic, readonly) BOOL hasActions;
Discussion
This value is YES
if the node has any executing actions; otherwise the value is NO
.