C# Класс CUE.NET.Profiles.CueProfiles

Represents the SDK for CUE profiles.
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadProfileByID ( string id = null ) : CUE.NET.Profiles.CueProfile

Loads the profile with the given id.

LoadProfileByName ( string name = null ) : CUE.NET.Profiles.CueProfile

Loads the profile with the given name.

Приватные методы

Метод Описание
GetDefaultProfileId ( ) : string
LoadProfileNames ( ) : void

Описание методов

LoadProfileByID() публичный статический Метод

Loads the profile with the given id.
public static LoadProfileByID ( string id = null ) : CUE.NET.Profiles.CueProfile
id string The id of the profile.
Результат CUE.NET.Profiles.CueProfile

LoadProfileByName() публичный статический Метод

Loads the profile with the given name.
public static LoadProfileByName ( string name = null ) : CUE.NET.Profiles.CueProfile
name string The name (the one given in CUE, not the filename) of the profile.
Результат CUE.NET.Profiles.CueProfile