Method GetEditorObject
GetEditorObject(UntypedWeakReferenceId)
Gets an object from its id.
Declaration
public static Object GetEditorObject(UntypedWeakReferenceId id)
Parameters
| Type | Name | Description |
|---|---|---|
| UntypedWeakReferenceId | id | The object id. |
Returns
| Type | Description |
|---|---|
| Object | The object referenced by the id or null if the id is invalid. |