EggComment

from panda3d.egg import EggComment
class EggComment

Bases: EggNode

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

Inheritance diagram

Inheritance diagram of EggComment

__init__(*args, **kwargs)
assign()

C++ Interface: assign(const EggComment self, const EggComment copy) assign(const EggComment self, str comment)

/**

*/

/**

*/

getClassType()

C++ Interface: get_class_type()

getComment()

C++ Interface: get_comment(EggComment self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_comment()

C++ Interface: get_comment(EggComment self)

/**

*/

setComment()

C++ Interface: set_comment(const EggComment self, str comment)

/**

*/

set_comment()

C++ Interface: set_comment(const EggComment self, str comment)

/**

*/