MainTexture
Signifies that value of this property contains the main texture of the Material.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
MainTexture = 128
Remarks
This flag corresponds to the ShaderLab Properties attribute.
[MainTexture]By default, Unity considers a texture with the property name name to be the main texture. Use the ShaderLab Properties attribute to make Unity consider a texture with a different property name to be the main texture.
"_MainTex"[MainTexture]