Class AssetTableSource
ScriptableObject-based asset table source.
Inheritance
AssetTableSource
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class AssetTableSource : ITableSource
Constructors
|
Edit this page
View Source
AssetTableSource(SheetTableAsset)
Declaration
public AssetTableSource(SheetTableAsset tableAsset)
Parameters
Properties
|
Edit this page
View Source
Schema
Schema is available after the first call to LoadRowsAsync.
LoadRowsAsync builds the schema internally before yielding rows.
Declaration
public TableSchema Schema { get; }
Property Value
Methods
|
Edit this page
View Source
LoadRowsAsync(CancellationToken)
Declaration
public IAsyncEnumerable<SheetRow> LoadRowsAsync(CancellationToken ct)
Parameters
Returns
Implements
Extension Methods