Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


relatedInstanceId

Related instance ID of Unity Object.
Read time 1 minuteLast updated 11 days ago

Definition

Warning
Removed. relatedInstanceId is obsolete. Use relatedEntityId instead.
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.