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