ThermalComponent - acrimi/Raven GitHub Wiki

ThermalComponent defines a temperature for an entity. It's primary use is in conjunction with the LavaRockSystem.

Configuration

When used inside the components block, the initial state of the component can be configured with the following parameters:

Key Type Description
temperature float The temperature of the entity in degrees Fahrenheit. Defaults to 0.

Example:

"ThermalComponent": {
  "temperature": 30
}

Properties

This component has no exposed properties