-
Notifications
You must be signed in to change notification settings - Fork 48
UXFDataTable
Represents a table of data. That is, a series of named columns, each column representing a list of data. The lists of data are always the same length.
None
None
UXF.UXFDataTable.UXF.UXFDataTable(int, string[])
Construct a table with given estimated row capacity and column names.
Parameters
capacity
:
columnNames
:
UXF.UXFDataTable.UXF.UXFDataTable(string[])
Construct a table with given column names.
Parameters
columnNames
:
UXF.UXFDataTable.AddCompleteRow(UXF.UXFDataRow)
Add a complete row to the table
Parameters
newRow
:
UXF.UXFDataTable.CountRows()
Count and return the number of rows.
Parameters
None
UXF.UXFDataTable.GetCSVLines()
Return the table as a set of strings, each string a line a row with comma-seperated values.
Parameters
None
UXF.UXFDataTable.GetAsDictOfList()
Return the table as a dictionary of lists.
Parameters
None
UXF.UXFDataTable.GetAsListOfDict()
Return the table as a list of dictionaries.
Parameters
None
Note: This file was automatically generated
๐ง Core topics
- ๐ Background
- โจ UXF 2.0
- โ๏ธ Compatibility
- ๐ถ๏ธ Oculus Quest Setup
- ๐ญ Concepts
- ๐ ๏ธ Get started
- ๐ Examples
- ๐ฅ๏ธ Built-in UI
- ๐ Session generation
- โฐ Events
- ๐ Data collection
- โ๏ธ Collect custom data
- ๐ Custom Data Handler
- ๐ Remote Data Collection
- ๐๏ธ WebGL DynamoDB setup
- ๐ Processing DynamoDB CSVs
- ๐ซ HTTP Post Setup
- ๐ง Settings system
- ๐๐ฝ Tracker system
- ๐ Logging system
โ ๏ธ Common issues- ๐ผ๏ธ Multi-scene experiments
- ๐บ Videos
- ๐จโ๐ Full written tutorial
- ๐ฆ Asset links
- ๐จโ๐ซ Unity tutorial links
- ๐ Useful code snippets
- ๐ก Programming ideas
- ๐งฎ Example R processing