Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / types / Vector2Input

Type Alias: Vector2Input

ts
type Vector2Input = {
  x: number;
  y: number;
};

Defined in: types.ts:53

Properties

PropertyTypeDefined in
xnumbertypes.ts:53
ynumbertypes.ts:53