C# Class CUE.NET.Profiles.CueProfiles

Represents the SDK for CUE profiles.
Show file Open project: DarthAffe/CUE.NET

Public Methods

Method Description
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.

Private Methods

Method Description
GetDefaultProfileId ( ) : string
LoadProfileNames ( ) : void

Method Details

LoadProfileByID() public static method

Loads the profile with the given id.
public static LoadProfileByID ( string id = null ) : CUE.NET.Profiles.CueProfile
id string The id of the profile.
return CUE.NET.Profiles.CueProfile

LoadProfileByName() public static method

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.
return CUE.NET.Profiles.CueProfile