7

There are hide model in Reality Composer but can't find any docs about hide entity or ModelEntity in RealityKit.

Something like this :

SCNNode ---- hidden

A Boolean value that determines the visibility of the node’s contents. Animatable.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
zhou junhua
  • 462
  • 1
  • 4
  • 12

1 Answers1

6

Take a look at isEnabled, I believe it does the same as SCNNode.hidden

https://developer.apple.com/documentation/realitykit/entity/3244077-isenabled

maxxfrazer
  • 1,173
  • 6
  • 15