Editor Scripting API
Lens Scripting API
Guide Docs
Preparing search index...
Editor Scripting
TextEncoder
Class TextEncoder
Hierarchy (
View Summary
)
ScriptObject
TextEncoder
Index
Constructors
constructor
Properties
encoding
Methods
encode
encode
Into
get
Type
Name
is
Of
Type
is
Same
Constructors
constructor
new
TextEncoder
()
:
TextEncoder
Returns
TextEncoder
Properties
Readonly
encoding
encoding
:
string
Methods
encode
encode
(
value
:
string
)
:
Uint8Array
Parameters
value
:
string
Returns
Uint8Array
encode
Into
encodeInto
(
value
:
string
,
result
:
Uint8Array
)
:
void
Parameters
value
:
string
result
:
Uint8Array
Returns
void
get
Type
Name
getTypeName
()
:
string
Returns
string
is
Of
Type
isOfType
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
is
Same
isSame
(
other
:
ScriptObject
)
:
boolean
Parameters
other
:
ScriptObject
Returns
boolean
Settings
Member Visibility
Inherited
Private
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
encoding
Methods
encode
encode
Into
get
Type
Name
is
Of
Type
is
Same
Lens Scripting API
Guide Docs
Editor Scripting API
Loading...