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