Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
RawAssetFactoryFunctions
Interface RawAssetFactoryFunctions
interface
RawAssetFactoryFunctions
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
addAttribute
:
(
items
:
UserInput
)
=>
RawAssetInstance
;
clone
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
;
get
:
(
item
:
string
)
=>
any
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
kill
:
(
item
?:
any
)
=>
void
;
removeAttribute
:
(
key
:
string
)
=>
RawAssetInstance
;
saveAsPacket
:
(
item
?:
boolean
|
RawAssetSaveInputs
)
=>
string
;
set
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
;
setDelta
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
;
}
Hierarchy (
View Summary
)
BaseMixinFunctions
AssetMixinFunctions
RawAssetFactoryFunctions
RawAssetInstance
Index
Properties
action
Packet
add
Attribute
clone
get
import
Packet
kill
remove
Attribute
save
As
Packet
set
set
Delta
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
add
Attribute
addAttribute
:
(
items
:
UserInput
)
=>
RawAssetInstance
clone
clone
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
get
get
:
(
item
:
string
)
=>
any
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
kill
kill
:
(
item
?:
any
)
=>
void
remove
Attribute
removeAttribute
:
(
key
:
string
)
=>
RawAssetInstance
save
As
Packet
saveAsPacket
:
(
item
?:
boolean
|
RawAssetSaveInputs
)
=>
string
set
set
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
set
Delta
setDelta
:
(
item
?:
CommonObjectInput
)
=>
RawAssetInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
add
Attribute
clone
get
import
Packet
kill
remove
Attribute
save
As
Packet
set
set
Delta
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...