map


Description:

[ Version ( since = "1.0" ) ]
public virtual void map ()

Sets the MAPPED flag on the actor and possibly maps and realizes its children if they are visible.

Does nothing if the actor is not visible.

Calling this function is strongly disencouraged: the default implementation of map will map all the children of an actor when mapping its parent.

When overriding map, it is mandatory to chain up to the parent implementation.

Parameters:

this

A Actor