INNER CODE UNIT · Rust

vpos

rust-gamedev/rust-game-ports · soccer-fyrox/macros/src/lib.rs:85

            fn vpos(&self) -> Vector2<f32> {
                self.vpos
            }

            fn vpos_mut(&mut self) -> &mut Vector2<f32> {
                &mut self.vpos
            }

            fn img_base(&self) -> &'static str {
                self.img_base
            }

            fn img_indexes(&self) -> &[u8] {
                &self.img_indexes
            }

            fn anchor(&self) -> Anchor {
                self.anchor

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…