IMixedRealityInputPlaybackService.LoadInputAnimationAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Try to load input animation data from the given file asynchronously.
public:
System::Threading::Tasks::Task<bool> ^ LoadInputAnimationAsync(System::String ^ filepath);
public System.Threading.Tasks.Task<bool> LoadInputAnimationAsync (string filepath);
abstract member LoadInputAnimationAsync : string -> System.Threading.Tasks.Task<bool>
Public Function LoadInputAnimationAsync (filepath As String) As Task(Of Boolean)
Parameters
- filepath
- String
Returns
True if loading input animation from the file succeeded.