Summary
Draws the GUI for a specified cell.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["TableGUI.CellGUIDelegate"]
class Type type-node
Syntax
public delegate void TableGUI.CellGUIDelegate(Rect area, int column, int row) : MulticastDelegate
Remarks
`column` and `row` are given
-1
for the labels.