operator [] method

Vector3 operator [](
  1. Object? key
)

Implementation

Vector3 operator [](Object? key) {
  return getValue(key);
}