C# Class Nexus.Client.Games.Gamebryo.ModManagement.GamebryoGameSpecificValueInstaller.ShaderEdit

Describes an edit made to a shader.
Exibir arquivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
ShaderEdit ( Int32 p_intPackage, string p_strName ) : System

A simple constructor that initializes the object with the given values.

ShaderEdit ( string p_strKey ) : System

A simple constructor that initializes the object with the given values.

ToString ( ) : string

Returns a string representation of the shader that was edited.

The returned string is an URI uniquely describing the edited shader and package.

Method Details

ShaderEdit() public method

A simple constructor that initializes the object with the given values.
public ShaderEdit ( Int32 p_intPackage, string p_strName ) : System
p_intPackage System.Int32 The id of the package containing the edited shader.
p_strName string The name of the edited shader.
return System

ShaderEdit() public method

A simple constructor that initializes the object with the given values.
public ShaderEdit ( string p_strKey ) : System
p_strKey string The identiying the edited shader.
return System

ToString() public method

Returns a string representation of the shader that was edited.
The returned string is an URI uniquely describing the edited shader and package.
public ToString ( ) : string
return string