Represents an array of type T.
namespace: RageLib.Resources.Common
public class ResourceSimpleArray
⬜ |
prototype |
description |
method |
ResourceSimpleArray () |
__ |
⬜ |
name |
description |
property |
Length |
Gets the length of the data block. |
⬜ |
prototype |
description |
method |
[] GetParts() |
Returns a list of data blocks that are part of this block. |
method |
void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data block. |
method |
void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data block. |