Struct SequencedPathName
Utility class to generate filenames with a sequence number.
Inherited Members
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
public struct SequencedPathName
Constructors
Name | Description |
---|---|
SequencedPathName(string, bool) | Constructs a SequencePathName object with path, and optional sequence number. |
Methods
Name | Description |
---|---|
GetPath() | Get a full path to the file with sequence number appended if addSequence number is enabled. |