Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

object userData { get; set; }

Remarks

For example, use
userData
to cache information during a Gather operation, and then use that cached information in a Scatter operation.