Python API referenceProtocolsProtocol: Vector3Содержание этой страницыProtocol: Vector3 A three-dimensional coordinate or direction. class Vector3(Protocol) Properties x x: float X component. y y: float Y component. z z: float Z component.