userData
Modify this value, if required, to store and retrieve values relevant to the PaintContext operation.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
object userData { get; set; }
Remarks
For example, use to cache information during a Gather operation, and then use that cached information in a Scatter operation.
userData