Currently, I'm creating the visual first using a transform Transformer.Molecule.CreateVisual, and then hiding it by Command.Entity.SetVisibility, which result in the visual to appear on the screen briefly and then disappear. Is it possible to create a visual and hide it in one go?
Currently, I'm creating the visual first using a transform
Transformer.Molecule.CreateVisual
, and then hiding it byCommand.Entity.SetVisibility
, which result in the visual to appear on the screen briefly and then disappear. Is it possible to create a visual and hide it in one go?