11struct BlockVoxelShapesCullingComponent {
19 ::ll::TypedStorage<8, 48, ::HashedString> mOcclusionShapeName;
20 ::ll::TypedStorage<2, 2, ::VoxelShapes::RegistryHandle> mOcclusionShapeHandle;
21 ::ll::TypedStorage<2, 12, ::Bedrock::DenseEnumMap<::SharedTypes::Facing, ::VoxelShapes::RegistryHandle, 6>>
22 mOcclusionShapeHandlesByFace;
27 BlockVoxelShapesCullingComponent();
32 MCAPI
explicit BlockVoxelShapesCullingComponent(
::HashedString const& occlusionShapeName);