forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.ResourceWrappers.GTA5.PC.Textures.TextureListWrapper_GTA5_pc
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a wrapper for a GTA5PC texture list.
namespace: RageLib.ResourceWrappers.GTA5.PC.Textures
-
IList< ITexture >
-
ITextureList
TextureListWrapper_GTA5_pc
-
public class TextureListWrapper_GTA5_pc : ITextureList
⬜ | prototype | description |
---|---|---|
method | TextureListWrapper_GTA5_pc (IList< TextureDX11 > list) |
__ |
⬜ | name | description |
---|---|---|
property | Count |
__ |
property | IsReadOnly |
__ |
property | this[int index] |
__ |
⬜ | prototype | description |
---|---|---|
method | void Add(ITexture item) |
__ |
method | void Clear() |
__ |
method | bool Contains(ITexture item) |
__ |
method | void CopyTo(ITexture[] array, int arrayIndex) |
__ |
method | > GetEnumerator() |
__ |
method | int IndexOf(ITexture item) |
__ |
method | void Insert(int index, ITexture item) |
__ |
method | bool Remove(ITexture item) |
__ |
method | void RemoveAt(int index) |
__ |
⬜ | name | description |
---|