Struct spine_data::spine::PathConstraints [] [src]

pub struct PathConstraints {
    pub name: String,
    pub order: u64,
    pub bones: Vec<String>,
    pub target: String,
    pub position_mode: PositionMode,
    pub spacing_mode: SpacingMode,
    pub rotation: f64,
    pub position: f64,
    pub spacing: f64,
    pub rotate_mix: f64,
    pub translate_mix: f64,
}

Fields

Trait Implementations

impl Clone for PathConstraints
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PathConstraints
[src]

[src]

Formats the value using the given formatter.