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:
_Broadcast(p_signal, …args)
- Inherited From:
Methods
_Init()
- Inherited From:
_PostInit()
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
Members
isReleasing :boolean
- Inherited From:
Methods
Release()
- Inherited From:
_CleanUp()
- Inherited From:
Members
currentData :io.core.DataBlock
TODO
currentPath :string
TODO
currentRsc :io.core.Resource
TODO
isDirty :boolean
True 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
|
_OnReadComplete(p_rsc)
Use the resource's unserialized content to rebuild a typed data object through this document's serializer
Parameters:
| Name | Type | Description |
|---|---|---|
p_rsc |
* |
_Unpack(p_content)
Called when the linked ressource has successfully loaded. Use the serializer in NFO to unserialize resource
Parameters:
| Name | Type | Description |
|---|---|---|
p_content |
* |