activeInstanceID
Returns the instanceID of the actual object selection. Includes Prefabs, non-modifiable objects.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static int activeInstanceID { get; set; }
Remarks
When working with objects that are primarily in a Scene, it is strongly recommended to use Selection.activeTransform instead.