blitz-research/monkey2

"Enabled" property for Entities

Opened this issue · 0 comments

Hi,

It would be great if Entities had an "Enabled" property to allow temporary suspension of its components' "OnUpdate( elapsed )" method, as well as other update methods like "OnBeginUpdate" and "OnEndUpdate".

Just to be clear, this shouldn't affect visibility, which would still be controlled by Entity.Visible.
Thanks!