Represents a wrapper for a GTA5PC texture list.
namespace: RageLib.ResourceWrappers.GTA5.PC.Textures
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) |
__ |