About Store Forum Documentation Contact



Post Reply 
How to hide all Terrain class objects
Author Message
tipforeveryone Offline
Bronze Supporter

Post: #1
How to hide all Terrain class objects
In editor, you can do this to hide all Terrain objects
https://i.gyazo.com/05e65a05b71d004cfc74...b4eb98.png

How about in code, which function or how can I do the same thing in my game ? I need to this to do some debug for my non-terrain objects.
12-30-2023 07:43 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: How to hide all Terrain class objects
You can make these draw functions optional:
https://github.com/Esenthel/EsenthelEngi...aw.cpp#L45
12-30-2023 11:32 AM
Find all posts by this user Quote this message in a reply
Post Reply