Skip to content

RageLib.ResourceWrappers.GTA5.PC.Textures.TextureDictionaryFileWrapper_GTA5_pc

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

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

prototype description
method TextureDictionaryFileWrapper_GTA5_pc () __

Properties

name description
property TextureDictionary Gets the texture dictionary.

Methods

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

name description
Clone this wiki locally