PyMaterialXCore.TypedValue_vector2

class TypedValue_vector2

Bases: Value

A Value storing a Vector2 value.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'vector2'

Methods

__init__(*args, **kwargs)
static createValue(arg0: Vector2) Value
getData(self: TypedValue_vector2) Vector2
getValueString(self: TypedValue_vector2) str