uint3# class gs_nyx.nyx_py_sdk.uint3# Bases: object Three-component unsigned integer vector (x, y, z). Constructors uint3() Construct a zero-initialized uint3. uint3(x: int, y: int, z: int) Construct a uint3 from explicit components. Attributes x X component. y Y component. z Z component.