InputPlaybackService.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:
 virtual bool LoadInputAnimation(System::String ^ filepath);public bool LoadInputAnimation(string filepath);abstract member LoadInputAnimation : string -> bool
override this.LoadInputAnimation : string -> boolPublic Function LoadInputAnimation (filepath As String) As BooleanParameters
- filepath
- String
Returns
True if loading input animation from the file succeeded.