Copyright © 2021 by K4.org
  (v.0.48.124)

Internal Design which is the parent of Child Groups.

Index

Rules

inTree

inTree: Boolean

Override of standard inTree rule.

Flags : None. (Note this is uncached)

Expression : this.children.some(e => e.inTree)

isGroup3

isGroup3: Boolean

Allows behavior difference between 3D models and UI.

Flags : Cached (Note this is uncached)

Expression : this.nha.isKindOf("Render3Mixin")

renderNode

renderNode: Boolean

Override of Render3Mixin rule.

Flags : Cached (Note this is uncached)

Expression : false

update3

update3: Boolean

This is the primary 'Update' driver for rendered models.

Flags : Cached, Update (Note this is uncached)

Expression : this.isGroup3 ? (this.suppressUpdate ? false : (this.showModel, true)) : false