PointLight2D Type
A point light for 2D scenes with radius-based falloff.
Record fields
| Record Field |
Description
|
Full Usage:
CastsShadows
Field type: bool
|
Whether this light casts shadows.
|
Light color.
|
|
Full Usage:
Falloff
Field type: float32
|
Falloff exponent (higher = sharper edge).
|
Full Usage:
Intensity
Field type: float32
|
Intensity multiplier.
|
World position of the light.
|
|
Full Usage:
Radius
Field type: float32
|
Radius beyond which the light contributes nothing.
|
Mibo