Returns the Material assigned to the named Background. Here is the use-case in which I employ this (as the definition below seems a bit odd): Upon loading a BlockMap into the Block Editor window, I iterate through the Material list assigned to the BlockMap's Backgrounds, and am thus able to populate the Material swatch window - from which you paint your Backgrounds. Definition:
Material GetBackgroundMaterial(string name)
|