InputAnimation.FromStreamAsync(Stream, Action) 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.
Deserialize animation data from a stream asynchronously.
public static System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.Input.InputAnimation> FromStreamAsync (System.IO.Stream stream, Action callback = default);
static member FromStreamAsync : System.IO.Stream * Action -> System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.Input.InputAnimation>
Public Shared Function FromStreamAsync (stream As Stream, Optional callback As Action = Nothing) As Task(Of InputAnimation)
Parameters
- stream
- Stream
- callback
- Action