Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColorComponent<T>

Interface defined color of a component, which will also have an object property.

Type parameters

  • T

Hierarchy

  • ObjectComponent<Scene | Material | ParticleSystem | ShadowLight | HemisphericLight>
    • ColorComponent

Implemented by

Index

Properties

Properties

Optional color

color: T

object

object: Scene | Material | ParticleSystem | ShadowLight | HemisphericLight

Object to be manipulated in Babylon.js.

Generated using TypeDoc