# Vec4b

Represents a 4 dimensional byte.

# Constructor:

PluginAPI.contructors.Vec4b({a: Byte, b: Byte, c: Byte, d: Byte})

Has the following properties:

  • a : Byte
  • b : Byte
  • c : Byte
  • d : Byte
Last Updated: 9/20/2023, 7:54:45 AM