ecsia-monorepo / three/src / RotationDef
Type Alias: RotationDef
ts
type RotationDef = ComponentDef<{
x: "f32";
y: "f32";
z: "f32";
w: "f32";
}>;Defined in: three/src/schema.ts:34