Skip to content

@relu-interactives/spatial-ecs


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

Type Alias: Vector3Input

ts
type Vector3Input = {
  x: number;
  y: number;
  z: number;
};

Defined in: types.ts:54

Properties

PropertyTypeDefined in
xnumbertypes.ts:54
ynumbertypes.ts:54
znumbertypes.ts:54