2021-09-29 09:42:48 +00:00
|
|
|
// Light probes provide ZDRay points of light to sample lighting data from.
|
|
|
|
// Will despawn from the world as they serve no purpose at runtime.
|
|
|
|
// Currently used to light Actor sprites.
|
|
|
|
|
2021-10-05 10:17:28 +00:00
|
|
|
class LightProbe : Actor native {}
|