Does anyone know how to use BlendOp (see: Unity - Scripting API: BlendOp ) at runtime?
The BlendMode enum appears to use “_SrcBlend” & “_DstBlend” per this article: Sassybot - however it is hard to tell what the appropriate one is for BlendOp.
Thanks!