InputAnimationSerializationUtils.ReadFloatCurve 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 an animation curve with tangents from binary data.
public:
static void ReadFloatCurve(System::IO::BinaryReader ^ reader, UnityEngine::AnimationCurve ^ curve);
public static void ReadFloatCurve (System.IO.BinaryReader reader, UnityEngine.AnimationCurve curve);
static member ReadFloatCurve : System.IO.BinaryReader * UnityEngine.AnimationCurve -> unit
Public Shared Sub ReadFloatCurve (reader As BinaryReader, curve As AnimationCurve)
Parameters
- reader
- BinaryReader
- curve
- UnityEngine.AnimationCurve