lightmapCoord
The uv lightmap coordinate at the impact point.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public Vector2 lightmapCoord { get; }
Remarks
This can be used for sampling the lightmap and setting the sampled color value as the material color of a moving object to make it roughly match the baked lighting.