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 get_class_type() TypeHandle
get_value() str
set_value(value: str)
property value