AnimationConverter.Convert
Prototype
public static void Convert(AnimationClip clip, AnimationConverter.Configuration configuration, out string logMessages)
public static void Convert(AnimationClip[] clips, AnimationConverter.Configuration configuration, out string logMessages)
Parameters
Parameter | Description |
---|---|
clip / clips | The animation clip or an array of animation clips that should be converted. |
configuration | Holds all parameters for configuring the conversion. |
logMessages | The passed string is filled with log messages. |
Returns
None
Description
Converts the specified animation clip(s). The method accepts an AnimationConverter.Configuration struct as input parameter that configures the conversion process. The method throws an exception if something went wrong.