(&self)
| 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), |
no outgoing calls
no test coverage detected