Class SheetRow
Implements
ISerializationCallbackReceiver
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class SheetRow : ISerializationCallbackReceiver
Properties
| Edit this page View SourceCells
Declaration
public List<SheetCell> Cells { get; }
Property Value
| Type | Description |
|---|---|
| List<SheetCell> |
Key
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
RowId
Declaration
public string RowId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceOnAfterDeserialize()
Implement this callback to transform data back into runtime data types after an object is deserialized.
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Implement this callback to transform data into serializable data types immediately before an object is serialized.
Declaration
public void OnBeforeSerialize()
Implements
UnityEngine.ISerializationCallbackReceiver