IMixedRealityInputPlaybackService.LoadInputAnimation(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.
public:
bool LoadInputAnimation(System::String ^ filepath);
public bool LoadInputAnimation (string filepath);
abstract member LoadInputAnimation : string -> bool
Public Function LoadInputAnimation (filepath As String) As Boolean
Parameters
- filepath
- String
Returns
True if loading input animation from the file succeeded.