Skip to content
Discussion options

You must be logged in to vote

You can remove an entity from the scene to disable it, if you want to enable it again, you just have to move it back to the scene;

MyEntity.Scene = null; // Disable
// ...
MyEntity.Scene = ThisEntity.Scene; // Enable

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AlexiyOrlov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants