Definition at line 3 of file SourceCellEffect.cs.
◆ CreateRow()
override Row SourceCellEffect.CreateRow |
( |
| ) |
|
|
inline |
◆ OnAfterImportData()
override void SourceCellEffect.OnAfterImportData |
( |
| ) |
|
|
inline |
Definition at line 57 of file SourceCellEffect.cs.
58 {
59 int num = 0;
60 foreach (Row row in rows)
61 {
62 if (row.sort != 0)
63 {
64 num = row.sort;
65 }
66 row.sort = num;
67 num++;
68 }
69 rows.Sort((Row a, Row b) => a.id - b.id);
70 }
References TileRow.id, and RenderRow.sort.
◆ OnInit()
override void SourceCellEffect.OnInit |
( |
| ) |
|
|
inline |
◆ SetRow()
override void SourceCellEffect.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ FallbackRenderData
The documentation for this class was generated from the following file: