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& operator=(BlockVoxelShapesCullingComponent
const&);
28 BlockVoxelShapesCullingComponent(BlockVoxelShapesCullingComponent
const&);
29 BlockVoxelShapesCullingComponent();
34 MCAPI
explicit BlockVoxelShapesCullingComponent(
::HashedString const& occlusionShapeName);
36 MCAPI ::BlockVoxelShapesCullingComponent& operator=(::BlockVoxelShapesCullingComponent&&);