Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 629 Bytes

decentraland-ecs.vector3.center.md

File metadata and controls

21 lines (14 loc) · 629 Bytes

Home > decentraland-ecs > Vector3 > Center

Vector3.Center method

Returns a new Vector3 located at the center between "value1" and "value2"

Signature:

static Center(value1: ReadOnlyVector3, value2: ReadOnlyVector3): Vector3;

Returns: Vector3

the new Vector3

Parameters

Parameter Type Description
value1 ReadOnlyVector3 defines the first operand
value2 ReadOnlyVector3 defines the second operand