GameplayTestPoint3D: {
    x: float;
    y: float;
    z: float;
}

A point moved from the local space of the children of a custom object to the scene space (see GameplayTestChildrenSpace).

Type declaration

  • x: float
  • y: float
  • z: float