pub type EulumdatLightBundle = PhotometricLightBundle<Eulumdat>;Expand description
Type alias for convenience
Aliased Type§
pub struct EulumdatLightBundle {
pub light: PhotometricLight<Eulumdat>,
pub transform: Transform,
pub global_transform: GlobalTransform,
}Fields§
§light: PhotometricLight<Eulumdat>The photometric light component
transform: TransformTransform for positioning
global_transform: GlobalTransformGlobal transform (computed automatically)