Add a modifier to a single model in the Reality Composer Pro scene

We can add many models in the Reality Composer Pro scene, but when I use RealityView to display and add modifiers in SwiftUI, the modifiers will have Effect, and I don't want to do this. I hope this modifier will be valid for a single model in the Reality Composer Pro scenario.

May I ask how to add modifiers to a single model in the Reality Composer Pro scene?

Can you provide more details on your use case? Which modifier do you want to do this with? Some modifiers take arguments that enable you target a specific entity or specific entities. For example you can use targetedToEntity(_:) or targetedToEntity(where:) to target a gesture to a specific entity.

Add a modifier to a single model in the Reality Composer Pro scene
 
 
Q