Improve python library, add LLGLTF asset parser, Add tests
This commit is contained in:
@@ -47,6 +47,11 @@ export class PythonList extends PythonObject
|
||||
throw new Error('Expected ] end bracket in list')
|
||||
}
|
||||
|
||||
public get(index: number): PythonType | undefined
|
||||
{
|
||||
return this.data[index];
|
||||
}
|
||||
|
||||
get length(): number
|
||||
{
|
||||
return this.data.length;
|
||||
|
||||
Reference in New Issue
Block a user