position property

Vector3 get position

World-space eye position.

Implementation

Vector3 get position => _position.clone();
set position (Vector3 value)

Implementation

set position(Vector3 value) => _position = value.clone();