RedHiddenObject an invisible object
Inherits from: RedObject
an object that behaves like a normal RedObject but does not add itself to the world. sometimes useful for non rendered objects e.g. points of attraction.
a= RedWorld.new
b= RedHiddenObject(a)
a.objects //it is not there!
b.dump
//see examples folder