Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateCell(IResourceEntry, ResourceEntryContext)

Builds the visual element that edits the entry's value.
Read time 1 minuteLast updated 11 days ago

Definition

public abstract VisualElement CreateCell(IResourceEntry entry, ResourceEntryContext context)

Parameters

The entry to edit.

The table, serialized property, and callbacks for this cell.

Returns

Type

Description

VisualElementThe visual element that edits the value.