Interface Scene<BaseEntityType>
Properties
Methods
isAllSpaces
- isAllSpaces(): boolean
Returns boolean
walk
- walk(
includeSpaces?: boolean,
): IterableIterator<
[
undefined
| readonly number[],
undefined | NativeTransform4x4,
CanonicalMesh,
undefined | CanonicalMaterial,
undefined | BaseEntityType,
],
> Parameters
Optional
includeSpaces: boolean
Returns IterableIterator<
[
undefined
| readonly number[],
undefined | NativeTransform4x4,
CanonicalMesh,
undefined | CanonicalMaterial,
undefined | BaseEntityType,
],
>