localDirection property
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();
The fixed node-local travel direction set by DirectionalLightComponent.aimed (a copy), or null when the node's rotation aims the light.
Vector3? get localDirection => _localDirection?.clone();