Class Index | File Index

Classes


Namespace sandboxe.entity.updateClass


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
When entities update, an update class may be chosen for whether a child updates before, after, etc.
Field Summary
Field Attributes Field Name and Description
<static>  
sandboxe.entity.updateClass.ater
Object updates after its parent does.
<static>  
sandboxe.entity.updateClass.before
Object updates before its parent does.
Namespace Detail
sandboxe.entity.updateClass
When entities update, an update class may be chosen for whether a child updates before, after, etc. the parent object does.
Field Detail
<static> sandboxe.entity.updateClass.ater
Object updates after its parent does.

<static> sandboxe.entity.updateClass.before
Object updates before its parent does.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)