EggComment

from panda3d.egg import EggComment
class EggComment

Bases:

Bases: EggNode

A comment that appears in an egg file within a <Comment> entry.

Inheritance diagram

Inheritance diagram of EggComment

__init__(copy: EggComment)
__init__(node_name: str, comment: str)
__reduce__() object
assign(copy: EggComment) EggComment
assign(comment: str) EggComment
static getClassType() panda3d.core.TypeHandle
getComment() str
setComment(comment: str)