RageLib.Resources.ResourceGraphicsBlock - indilo53/gta-toolkit GitHub Wiki

Represents a data block of the graphics segmenet in a resource file.

namespace: RageLib.Resources

Inheritance Hierarchy

Syntax

public class ResourceGraphicsBlock : IResourceGraphicsBlock

Constructors

:white_large_square: prototype description

Properties

:white_large_square: name description
property Length Gets the length of the data block.
property Position Gets or sets the position of the data block.

Methods

:white_large_square: 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.

Events

:white_large_square: name description