Struct SoundBankPrinter.Options
- Namespace
- SpessaSharp.Utils
- Assembly
- SpessaSharp.dll
public readonly record struct SoundBankPrinter.Options : IEquatable<SoundBankPrinter.Options>
- Implements
-
- Inherited Members
-
Constructors
Options(bool, bool, bool, bool, bool, bool, bool)
public Options(bool ReplaceSharpWithSynth = true, bool IncludeVersion = true, bool IncludeSourceEngine = true, bool IncludeComment = true, bool IncludeSubject = true, bool IncludeProduct = true, bool IncludeHash = true)
Parameters
ReplaceSharpWithSynth bool
IncludeVersion bool
IncludeSourceEngine bool
IncludeComment bool
IncludeSubject bool
IncludeProduct bool
IncludeHash bool
Properties
public bool IncludeComment { get; init; }
Property Value
- bool
IncludeHash
public bool IncludeHash { get; init; }
Property Value
- bool
IncludeProduct
public bool IncludeProduct { get; init; }
Property Value
- bool
IncludeSourceEngine
public bool IncludeSourceEngine { get; init; }
Property Value
- bool
IncludeSubject
public bool IncludeSubject { get; init; }
Property Value
- bool
IncludeVersion
public bool IncludeVersion { get; init; }
Property Value
- bool
ReplaceSharpWithSynth
public bool ReplaceSharpWithSynth { get; init; }
Property Value
- bool