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