unreal.Matrix2D¶
- class unreal.Matrix2D(row0: Vector2D = Ellipsis, row1: Vector2D = Ellipsis)¶
Bases:
StructBaseCorresponds to pxr::GfMatrix2d. We don’t expose any methods though, this is just to facilitate reading/writing these types from USD.
C++ Source:
Plugin: USDCore
Module: UnrealUSDWrapper
File: UnrealUSDWrapper.h
Editor Properties: (see get_editor_property/set_editor_property)
row0(Vector2D): [Read-Write]row1(Vector2D): [Read-Write]