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!
Original Author: DoctorWhoof
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!