relatedInstanceId
Related instance ID of Unity Object.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public int relatedInstanceId { get; }
Remarks
Graphics resource might be related to the specific Unity Object such as Texture2D, RenderTexture. If relatedInstanceId isn't zero use GetUnityObjectInfo to obtain further information about Unity Object.