Skip to main content

IBufferedGizmo_SegmentMethods

Trait IBufferedGizmo_SegmentMethods 

Source
pub trait IBufferedGizmo_SegmentMethods: IBufferedGizmo_Segment {
    // Provided method
    fn ctor(
        self,
        a: impl Into<Vector3>,
        b: impl Into<Vector3>,
        color: impl Into<Color>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, a: impl Into<Vector3>, b: impl Into<Vector3>, color: impl Into<Color>, )

.ctor(crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3, crate::unity_engine::color::Color) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IBufferedGizmo_Segment> IBufferedGizmo_SegmentMethods for __T

Available on crate feature combat-bufferedgizmo only.