PyMaterialXGenShader.UnitTransform

class UnitTransform

Bases: pybind11_object

Structure that represents unit transform information.

See:

https://materialx.org/docs/api/struct_unit_transform.html

Methods

__init__(self, arg0, arg1, arg2, arg3)

Properties

sourceUnit
targetUnit
type
unitType

Methods

__init__(self: UnitTransform, arg0: str, arg1: str, arg2: TypeDesc, arg3: str) None