InputAnimationSerializationUtils.WriteFloatCurve 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.
Serialize an animation curve with tangents as binary data.
public:
static void WriteFloatCurve(System::IO::BinaryWriter ^ writer, UnityEngine::AnimationCurve ^ curve, float startTime);
public static void WriteFloatCurve (System.IO.BinaryWriter writer, UnityEngine.AnimationCurve curve, float startTime);
static member WriteFloatCurve : System.IO.BinaryWriter * UnityEngine.AnimationCurve * single -> unit
Public Shared Sub WriteFloatCurve (writer As BinaryWriter, curve As AnimationCurve, startTime As Single)
Parameters
- writer
- BinaryWriter
- curve
- UnityEngine.AnimationCurve
- startTime
- Single