Azure2 Mixed Reality Entities
Remote Rendering
- Preview
- Usage
- Definition
import { RemoteRendering } from '@dinghy/diagrams/entitiesAzure2MixedReality'
<RemoteRendering/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REMOTE_RENDERING } from '@dinghy/diagrams/entitiesAzure2MixedReality'
<Shape
{...props}
_style={extendStyle(props, REMOTE_RENDERING)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/mixed_reality/Remote_Rendering.svg;strokeColor=none;',
},
_width: 68,
_height: 48,
}
Spatial Anchor Accounts
- Preview
- Usage
- Definition
import { SpatialAnchorAccounts } from '@dinghy/diagrams/entitiesAzure2MixedReality'
<SpatialAnchorAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPATIAL_ANCHOR_ACCOUNTS } from '@dinghy/diagrams/entitiesAzure2MixedReality'
<Shape
{...props}
_style={extendStyle(props, SPATIAL_ANCHOR_ACCOUNTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/mixed_reality/Spatial_Anchor_Accounts.svg;strokeColor=none;',
},
_original_width: 66.8,
_original_height: 68,
}