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

name: String opacity: f32 visible: bool objects: Vec<Object> colour: Option<Colour>

Trait Implementations

impl PartialEq for ObjectGroup
[src]

fn eq(&self, __arg_0: &ObjectGroup) -> bool

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

fn ne(&self, __arg_0: &ObjectGroup) -> bool

This method tests for !=.

impl Debug for ObjectGroup
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.