ParamValue_string

from panda3d.core import ParamValue_string
class ParamValue_string

Bases:

Bases: ParamValueBase

Inheritance diagram

Inheritance diagram of ParamValue_string

__init__(value: str)
static getClassType() TypeHandle
getValue() str
setValue(value: str)
property value