Struct tiled::ObjectGroup [] [src]

pub struct ObjectGroup {
    pub name: String,
    pub opacity: f32,
    pub visible: bool,
    pub objects: Vec<Object>,
    pub colour: Option<Colour>,
}

Fields

Trait Implementations

impl Debug for ObjectGroup
[src]

Formats the value using the given formatter.

impl PartialEq for ObjectGroup
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ObjectGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more