Scenic v0.10.2 Scenic.Primitive.Group 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
Link to this function
delete(p, uid) View Source
Link to this function
increment(p, offset) View Source
Link to this function
insert_at(p, index, uid) View Source
Link to this function
valid_styles()
View Source
valid_styles()
View Source
valid_styles() :: [:all, ...]
valid_styles() :: [:all, ...]
Returns a list of styles recognized by this primitive.