Declaration
func SetActive(target entity<Entity>, active bool)
go
Set the active state of the target entity and its children nodes; availability, visibility, collisions, etc. are turned off for inactive objects
func SetActive(target entity<Entity>, active bool)
go