Public Function QueryPatchIndicesWithTexture( _ ByVal textureResource As TextureResource _ ) As Integer()
public int[] QueryPatchIndicesWithTexture( TextureResource textureResource )
Parameters
- textureResource
- TextureResource instance to check. If null, the method will collect indices of all patches that have null texture resource.
Return Value
Returns an array of patch indices. The array is empty if no patches reference the given texture resource instance.