Batch is a really thin wrapper over js.Array
to replace List
on the Indigo APIs. Its purpose is to provide fast scene construction and fast conversion back to js.Array for the engine to use. Most operations that require any sort of traversal are performed by flattening the structure and delegated to js.Array
. In practice, scene construction is mostly about building the structure, so the penalty is acceptable, and still faster than using List
.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Converts the batch into a String`
Converts the batch into a String`
Attributes
- Returns
-
String
Converts the batch into a String
Converts the batch into a String
Value parameters
- separator
-
A string to add between the elements
Attributes
- Returns
-
String
Converts the batch into a String
Converts the batch into a String
Value parameters
- prefix
-
A string to add before the elements
- separator
-
A string to add between the elements
- suffix
-
A string to add after the elements
Attributes
- Returns
-
String
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any