Struct oxygengine_composite_renderer::tileset_asset_protocol::TilesetInfo [−][src]
pub struct TilesetInfo {
pub image: String,
pub cols: usize,
pub rows: usize,
pub tile_width: Scalar,
pub tile_height: Scalar,
pub padding_col: Scalar,
pub padding_row: Scalar,
pub margin_col: Scalar,
pub margin_row: Scalar,
}Fields
image: Stringcols: usizerows: usizetile_width: Scalartile_height: Scalarpadding_col: Scalarpadding_row: Scalarmargin_col: Scalarmargin_row: ScalarImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TilesetInfoimpl Send for TilesetInfoimpl Sync for TilesetInfoimpl Unpin for TilesetInfoimpl UnwindSafe for TilesetInfoBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V