Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultiColor

MultiColor Component, defining an arbitrary number of colors for the Entity

A MultiColor's colors will be cycled through on a per-vertex basis, allowing for per-vertex colouration

Hierarchy

Index

Constructors

Properties

Constructors

  • Constructor. Take the list of Colors to use and provide the name 'MultiColor' to the parent class

    Parameters

    • colors: readonly Color[]

      the list of Colors to use

    Returns MultiColor

Properties

colors: Float32Array

Float32Array form of all colors, to be accessed in vertex compilation

name: string