Enum tiled::PropertyValue [] [src]

pub enum PropertyValue {
    BoolValue(bool),
    FloatValue(f32),
    IntValue(i32),
    StringValue(String),
}

Variants

Trait Implementations

impl Debug for PropertyValue
[src]

Formats the value using the given formatter.

impl PartialEq for PropertyValue
[src]

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

This method tests for !=.