oxiphysics-geometry 0.1.0

Geometric shape types for the OxiPhysics engine
Documentation
//! # TextureSeamFlags - Trait Implementations
//!
//! This module contains trait implementations for `TextureSeamFlags`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

#[allow(unused_imports)]
use super::functions::*;
use super::types::TextureSeamFlags;

impl Default for TextureSeamFlags {
    fn default() -> Self {
        Self::new()
    }
}