# ObjectReference

> Provides a reference to an object that derives from Object.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
ObjectReference = 5
```

### Remarks

Additional Resources: [SerializedProperty](/engine/6000.5/script-reference/unityeditor/serializedproperty.md), [SerializedProperty.objectReferenceValue](/engine/6000.5/script-reference/unityeditor/serializedproperty/objectreferencevalue.md), [SerializedPropertyType.ManagedReference](/engine/6000.5/script-reference/unityeditor/serializedpropertytype/managedreference.md).
