forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.Resources.ResourceGraphicsBlock
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a data block of the graphics segmenet in a resource file.
namespace: RageLib.Resources
-
IResourceBlock-
IResourceGraphicsBlock-
ResourceGraphicsBlock
-
-
public class ResourceGraphicsBlock : IResourceGraphicsBlock| ⬜ | prototype | description |
|---|
| ⬜ | name | description |
|---|---|---|
| property | Length |
Gets the length of the data block. |
| property | Position |
Gets or sets the position of the data block. |
| ⬜ | prototype | description |
|---|---|---|
| method | void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data block. |
| method | void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data block. |
| ⬜ | name | description |
|---|