TextTexture¶
-
class
pythreejs.TextTexture(string="")[source]¶ TextTexture
Autogenerated by generate-wrappers.js This class is a custom class for pythreejs, with no direct corresponding class in three.js.
Inherits
Texture.Three.js docs: https://threejs.org/docs/#api/textures/TextTexture
-
color¶ Color("white", allow_none=False).tag(sync=True)
-
fontFace¶ Unicode("Arial", allow_none=False).tag(sync=True)
-
size¶ CInt(12, allow_none=False).tag(sync=True)
-
string¶ Unicode("", allow_none=False).tag(sync=True)
-
squareTexture¶ Bool(True, allow_none=False).tag(sync=True)
-
color = Color('white') a valid HTML color
-
fontFace = Unicode('Arial') a unicode string
-
size = CInt(12) an int
-
squareTexture = Bool(True) a boolean
-
string = Unicode('') a unicode string
-