C# Класс Nexus.Client.Games.Gamebryo.ModManagement.GamebryoGameSpecificValueInstaller.ShaderEdit

Describes an edit made to a shader.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

ShaderEdit() публичный Метод

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.
Результат System

ShaderEdit() публичный Метод

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.
Результат System

ToString() публичный Метод

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
Результат string