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.hnot li.h |
| name | n |
strings in quotes | li.n "A"li.n "L*" |
| selected | true, false |
li.selectednot li.selected |
|
| selectionFlag | sf |
true, false |
li.sf falseli.sf |
| visibilityFlag | vf |
true, false |
li.vf falseli.vf |
| visible | v |
true, false |
li.vnot 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.