osgText.String¶
- class osgText.String¶
- Represents:
c++ class
- Wraps:
osgText::String
Constructors:
- osgText.String()¶
- osgText.String(osgText.String str)
-
- Параметры:
str (
osgText.String) –
- osgText.String(std.string str)
-
- Параметры:
str (
std.string) –
- osgText.String(std.string str, osgText.String.Encoding encoding)
-
- Параметры:
str (
std.string) –encoding (
osgText.String.Encoding) –
Methods:
- :set(std.string str)¶
-
- Параметры:
str (
std.string) –
- :set(std.string str, osgText.String.Encoding encoding)
-
- Параметры:
str (
std.string) –encoding (
osgText.String.Encoding) –
- :createUTF8EncodedString()¶
-
- Тип результата: