RageLib.ResourceWrappers.GTA5.PC.Textures.TextureDictionaryFileWrapper_GTA5_pc - indilo53/gta-toolkit GitHub Wiki

Represents a wrapper for a GTA5PC texture dictionary file.

namespace: RageLib.ResourceWrappers.GTA5.PC.Textures

Inheritance Hierarchy

Syntax

public class TextureDictionaryFileWrapper_GTA5_pc : ITextureDictionaryFile

Constructors

:white_large_square: prototype description
method TextureDictionaryFileWrapper_GTA5_pc () __

Properties

:white_large_square: name description
property TextureDictionary Gets the texture dictionary.

Methods

:white_large_square: prototype description
method void Load(string fileName) Loads the texture dictionary from a file.
method void Load(Stream stream) Loads the resource from a stream.
method void Save(string fileName) Saves the texture dictionary to a file.
method void Save(Stream stream) Saves the resource to a stream.

Events

:white_large_square: name description