InputAnimation.ToStream(Stream, Single) Method

Definition

Serialize animation data into a stream.

public:
 void ToStream(System::IO::Stream ^ stream, float startTime);
public void ToStream (System.IO.Stream stream, float startTime);
member this.ToStream : System.IO.Stream * single -> unit
Public Sub ToStream (stream As Stream, startTime As Single)

Parameters

stream
Stream
startTime
Single

Applies to