TiXmlComment
from panda3d.core import TiXmlComment
- class TiXmlComment
Bases:
Bases:
TiXmlNode
An XML comment.
Inheritance diagram
- __init__()
/// Constructs an empty comment.
- __init__(param0: TiXmlComment)
- __init__(_value: str)
/// Construct a comment from text.
- assign(base: TiXmlComment) TiXmlComment