Extends
Broadcasting
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
Methods
Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
(p_signal, …args)
_Broadcast- Inherited From:
Methods
()
_Init- Inherited From:
()
_PostInit- Inherited From:
Methods
(p_func)
_Bind- Inherited From:
Members
:boolean
isReleasing- Inherited From:
Methods
Release()
- Inherited From:
()
_CleanUp- Inherited From:
Members
currentData :io.core.DataBlock
TODO
currentPath :string
TODO
currentRsc :io.core.Resource
TODO
:boolean
isDirtyTrue if the DataBlock is dirty, otherwise false
Methods
_Pack()
Called when the ressource has started writing its data (not before) Used as rsc._serializeFn
ClearDirty()
TODO
Delete(p_options)
TODO
Parameters:
Name | Type | Default | Description |
---|---|---|---|
p_options |
object |
null
|
Dirty()
TODO
Load(p_options)
TODO
Parameters:
Name | Type | Default | Description |
---|---|---|---|
p_options |
object |
null
|
PreventRelease()
- Inherited From:
Save(p_options)
TODO
Parameters:
Name | Type | Default | Description |
---|---|---|---|
p_options |
object |
null
|
(p_rsc)
_OnReadCompleteUse the resource's unserialized content to rebuild a typed data object through this document's serializer
Parameters:
Name | Type | Description |
---|---|---|
p_rsc |
* |
(p_content)
_UnpackCalled when the linked ressource has successfully loaded. Use the serializer in NFO to unserialize resource
Parameters:
Name | Type | Description |
---|---|---|
p_content |
* |