Click or drag to resize

CategoryBaseManagedPreset Class

Preset category. A preset category contains a collection of presets optimized for one scenario or use case.
Inheritance Hierarchy
SystemObject
  Zivid.NET.PresetsCategoryBaseManagedPreset
    Zivid.NET.PresetsCategory

Namespace:  Zivid.NET.Presets
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public abstract class CategoryBase<ManagedPreset>

Type Parameters

ManagedPreset

The CategoryBaseManagedPreset type exposes the following members.

Constructors
  NameDescription
Public methodCategoryBaseManagedPreset
Initializes a new instance of the CategoryBaseManagedPreset class
Top
Properties
  NameDescription
Public propertyName
The name of the preset category
Public propertyPresets
The presets of the category
Top
Methods
  NameDescription
Public methodToString
Get string representation of the preset category
(Overrides ObjectToString.)
Top
See Also