Method GetSplatControlOrDefault
GetSplatControlOrDefault(int)
Get the splat control map at index for reading. If the control map has not been allocated, it will return a default texture. Read this texture with bilinear filter.
public Texture2D GetSplatControlOrDefault(int index)
Parameters
indexintIndex of the control map.
Returns
- Texture2D
The control map.