Namable¶
from panda3d.core import Namable
-
class
Namable
¶ Bases:
MemoryBase
A base class for all things which can have a name. The name is either empty or nonempty, but it is never NULL.
Inheritance diagram
-
__init__
(initial_name: str)
-
clearName
()¶ Resets the Namable’s name to empty.
-
static
getClassType
() → TypeHandle¶
-
property
name
→ string¶
-