Web Analytics Made Easy - Statcounter
Skip to content

Light attributes#

Light attributes are defined in the light attribute space (short name: li), that matches only light nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
hidden h true, false li.h
not li.h
name n strings in quotes li.n "A"
li.n "L*"
selected true, false li.selected
not li.selected
selectionFlag sf true, false li.sf false
li.sf
visibilityFlag vf true, false li.vf false
li.vf
visible v true, false li.v
not li.v

hidden#

Inherited from node.hidden.

name#

Inherited from node.name.

selected#

Inherited from node.selected, but without the short name s.

selectionFlag#

Inherited from node.selectionFlag.

visibilityFlag#

Inherited from node.visibilityFlag.

visible#

Inherited from node.visible.