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