InputAnimationSerializationUtils.GetOutputFilename(String, Boolean) 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.
Generate a file name for export.
public static string GetOutputFilename (string baseName = "InputAnimation", bool appendTimestamp = true);
static member GetOutputFilename : string * bool -> string
Public Shared Function GetOutputFilename (Optional baseName As String = "InputAnimation", Optional appendTimestamp As Boolean = true) As String
Parameters
- baseName
- String
- appendTimestamp
- Boolean