#include <c4d_layerdata.h>
Public Member Functions | |
| LayerData () | |
| Bool | operator== (const LayerData &d) const |
| Bool | operator!= (const LayerData &d) const |
Public Attributes | |
| Bool | solo |
| Bool | view |
| Bool | render |
| Bool | manager |
| Bool | locked |
| Bool | generators |
| Bool | deformers |
| Bool | expressions |
| Bool | animation |
| Vector | color |
| Bool | xref |
Structure to store layer's data.
| LayerData | ( | ) |
| Bool solo |
Solo mode.
| Bool view |
Visible in editor view.
| Bool render |
Visible in render view.
| Bool manager |
Visible in Object Manager and Timeline.
| Bool locked |
Not selectable and no modification possible - grayed-out in Object Manager.
| Bool generators |
Generators on /off.
| Bool deformers |
Deformers on /off.
| Bool expressions |
Expressions on /off.
| Bool animation |
Animation on/off.
| Vector color |
Layer color.
| Bool xref |
Import with XRef.