forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
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
-
IResourceFile
-
ITextureDictionaryFile
TextureDictionaryFileWrapper_GTA5_pc
-
public class TextureDictionaryFileWrapper_GTA5_pc : ITextureDictionaryFile
⬜ | prototype | description |
---|---|---|
method | TextureDictionaryFileWrapper_GTA5_pc () |
__ |
⬜ | name | description |
---|---|---|
property | TextureDictionary |
Gets the texture dictionary. |
⬜ | 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. |
⬜ | name | description |
---|