MCPcopy Create free account
hub / github.com/PerroEngine/Perro / as_vec2

Method as_vec2

perro_source/runtime_project/perro_scene/src/scene.rs:601–606  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

599 Vec3 { x: f32, y: f32, z: f32 },
600 Vec4 { x: f32, y: f32, z: f32, w: f32 },
601 IVec2 { x: i32, y: i32 },
602 IVec3 { x: i32, y: i32, z: i32 },
603 IVec4 { x: i32, y: i32, z: i32, w: i32 },
604 UVec2 { x: u32, y: u32 },
605 UVec3 { x: u32, y: u32, z: u32 },
606 UVec4 { x: u32, y: u32, z: u32, w: u32 },
607 Str(Cow<'static, str>),
608 Hashed(u64),
609 Key(SceneValueKey),

Callers 9

apply_water_body_fieldsFunction · 0.45
water_resolution_valueFunction · 0.45
apply_node_2d_fieldsFunction · 0.45
apply_button_2d_fieldsFunction · 0.45
as_margins_4Function · 0.45
parse_animated_spriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected