Search
Preparing search index...
The search index is not available
Spider Engine API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NativeArray
Class NativeArray<T>
Type parameters
T
:
NativeType
Hierarchy
NativeArray
NumberNativeArray
StringNativeArray
BooleanNativeArray
Implements
INativeArray
Index
Constructors
constructor
Properties
data
Accessors
type
Name
Constructors
constructor
new
Native
Array
(
typeName
:
string
, data
?:
T
[]
)
:
NativeArray
Parameters
typeName:
string
Optional
data:
T
[]
Returns
NativeArray
Properties
data
data
:
T
[]
Accessors
type
Name
get
typeName
(
)
:
string
Returns
string
Globals
Native
Array
constructor
data
type
Name