Class DefaultWildcard
Helper class for default Wildcards that you can use when constructing the output file name of a Recorder
(see OutputFile).
Inheritance
DefaultWildcard
Syntax
public static class DefaultWildcard
Fields
Date
The date when the recording session started (in the yyyy-MM-dd format).
Declaration
public static readonly string Date
Field Value
Extension
The file extension of the output format.
Declaration
public static readonly string Extension
Field Value
Frame
The current frame ID (a four-digit zero-padded number).
Declaration
public static readonly string Frame
Field Value
Product
The product name from the build settings (a combination of the Unity Project name and the output file extension).
Declaration
public static readonly string Product
Field Value
Project
The name of the current Unity Project.
Declaration
public static readonly string Project
Field Value
Recorder
Declaration
public static readonly string Recorder
Field Value
Resolution
The output resolution in pixels.
Declaration
public static readonly string Resolution
Field Value
Scene
The name of the current Unity Scene.
Declaration
public static readonly string Scene
Field Value
Take
The take number (which is incremented every time a new session is started).
Declaration
public static readonly string Take
Field Value
Time
The time the recording session started (in the 00h00m format).
Declaration
public static readonly string Time
Field Value
Methods
GeneratePattern(String)
Declaration
public static string GeneratePattern(string tag)
Parameters
Type |
Name |
Description |
String |
tag |
|
Returns