Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 914 Bytes

spatialinteractioncontroller_trygetrenderablemodelasync_408270200.md

File metadata and controls

24 lines (16 loc) · 914 Bytes
-api-id -api-type
M:Windows.UI.Input.Spatial.SpatialInteractionController.TryGetRenderableModelAsync
winrt method

Windows.UI.Input.Spatial.SpatialInteractionController.TryGetRenderableModelAsync

-description

Gets a renderable model stream for this controller, which can be unpacked and rendered to represent this controller.

-returns

Operation that triggers once the renderable model stream is loaded, yielding the stream or null if there is no model available.

-remarks

The model stream is returned as a glTF 2.0 Core binary file. Apps may articulate the model to match the motion of the controller's component parts by updating the transforms of the nodes in the model's internal hierarchy.

-see-also

-examples