Namespace sandboxe.entity.updateClass
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
When entities update, an update class may be chosen for whether a
child updates before, after, etc.
|
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.