Scenic.Primitive.Group (Scenic v0.10.3) View Source
A container to hold other primitives.
Any styles placed on a group will be inherited by the primitives in the group. Any transforms placed on a group will be multiplied into the transforms in the primitives in the group.
Data
uids
The data for an arc is a list of internal uids for the primitives it contains
Styles
The group is special in that it accepts all styles and transforms, even if they are non-standard. These are then inherited by any primitives, including SceneRefs
Usage
You should add/modify primitives via the helper functions in
Scenic.Primitives
Link to this section Summary
Functions
Returns a list of styles recognized by this primitive.
Link to this section Functions
Specs
valid_styles() :: [:all, ...]
Returns a list of styles recognized by this primitive.