localDirection property

Vector3? get localDirection

The fixed node-local travel direction set by DirectionalLightComponent.aimed (a copy), or null when the node's rotation aims the light.

Implementation

Vector3? get localDirection => _localDirection?.clone();