struct in UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides resource layout information about a texture binding.
ArraySize | The number of elements in this texture binding. If the value is greater than 1, the texture binding is an array. (Read Only) |
Dim | The texture binding's type (Read Only). |
Index | The index of the texture binding (Read Only). Depending on the platform, this value represents different things. |
Multisampled | Indicates if the texture is multisampled (Read Only). |
Name | The name of the texture binding (Read Only). |
SamplerIndex | The index of the sampler for this texture binding (Read Only). Depending on the platform, this value represents different things. |