Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsEditable(Object)

Checks if the target object is editable.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
protected static bool IsEditable(Object target)

Parameters

target

The target which is checked if it is editable.

Returns

Type

Description

boolWether or not the object is editable.