csc.layers.Layers¶
- class csc.layers.Layers¶
Layers class
The root class describes the layers’ hierarchy of the scene. Each scene object can be placed on any layer to define its personal interpolation properties.
- Variables
root_id – Get csc.Guid
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)folders
(self)-> <FolderId, Folder>{}
layers
(self)-> LayersContainer
Attributes
- __init__(*args, **kwargs)¶
- __module__ = 'csc.layers'¶
- folders(self: csc.layers.Layers) object ¶
-> <FolderId, Folder>{}
- layers(self: csc.layers.Layers) object ¶
-> LayersContainer
- property root_id¶