Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ISnapshotable
Interface ISnapshotable
interface
ISnapshotable
{
snapshotKey
:
string
;
snapshotInto
(
w
:
SnapshotWriter
)
:
void
;
restoreFrom
(
r
:
SnapshotReader
)
:
void
;
}
Implemented by
AnimationStatePool
EntityAllocator
Entropy
HealthPool
InteractablePool
ParticleEmitterPool
ParticlePool
ProjectilePool
PursuePool
RangedAttackPool
SpritePool
TransformPool
Index
Properties
snapshot
Key
Methods
snapshot
Into
restore
From
Properties
Readonly
snapshot
Key
snapshotKey
:
string
Methods
snapshot
Into
snapshotInto
(
w
:
SnapshotWriter
)
:
void
Parameters
w
:
SnapshotWriter
Returns
void
restore
From
restoreFrom
(
r
:
SnapshotReader
)
:
void
Parameters
r
:
SnapshotReader
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
snapshot
Key
Methods
snapshot
Into
restore
From
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...