forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.Resources.ResourceSystemBlock
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a data block of the system segement in a resource file.
namespace: RageLib.Resources
-
IResourceBlock
-
IResourceSystemBlock
-
ResourceSystemBlock
byte_r
float_r
string_r
uint_r
ulong_r
ushort_r
FileBase64_GTA5_pc
Filter
BoundMaterial
BoundPolygon
BoundVertex
BVH
BVHNode
BVHTreeInfo
Animation
AnimationMap
AnimationMapEntry
Clip
ClipAnimationsEntry
ClipMapEntry
Property
PropertyAttribute
PropertyMap
PropertyMapEntry
Sequence
Tags
Unknown_CL_004
CharacterCloth
ClothBridgeSimGfx
ClothController
ClothInstanceTuning
EnvClothVerletBehavior
EnvironmentCloth
MorphController
Unknown_C_001
Unknown_C_002
Unknown_C_003
Unknown_C_004
Unknown_C_006
Unknown_C_007
VerletCloth
Bone
DrawableGeometry
DrawableModel
IndexBuffer
JointRotationLimit
Joints
JointTranslationLimit
LightAttributes
ShaderFX
ShaderGroup
ShaderParameter
ShaderParametersBlock_GTA5_pc
SkeletonData
Unknown_D_001
VertexBuffer
VertexData_GTA5_pc
VertexDeclaration
Expression
Unknown_E_001
Unknown_E_002
Archetype
ArticulatedBodyType
EvtSet
fragNameStruct
FragPhysicsLOD
FragPhysicsLODGroup
FragTypeChild
FragTypeGroup
JointType
Unknown_F_001
Unknown_F_002
Unknown_F_003
Unknown_F_004
DataBlock
EnumEntryInfo
EnumInfo
StructureEntryInfo
StructureInfo
AdjPoly
AdjPolysList
AdjPolysListPart
IndicesList
IndicesListPart
Poly
PolysList
PolysListPart
Portal
Sector
SectorData
SectorDataUnk
Vertex
VerticesList
VerticesListPart
Node
Unknown_ND_002
Unknown_ND_003
Unknown_ND_004
Behaviour
Domain
EffectRule
EffectRuleDictionary
EffectSpawner
EmitterRule
EmitterRuleDictionary
EventEmitter
KeyframeProp
ParticleRule
ParticleRuleDictionary
ShaderVar
Unknown_P_001
Unknown_P_002
Unknown_P_003
Unknown_P_004
Unknown_P_005
Unknown_P_006
Unknown_P_007
Unknown_P_008
Unknown_P_009
Unknown_P_010
Unknown_P_011
Unknown_P_012
Unknown_P_013
Texture
VehicleRecordsEntry
WaypointRecordEntry
PagesInfo_GTA5_pc
RAGE_AABB
RAGE_Matrix3
RAGE_Matrix4
RAGE_Vector3
RAGE_Vector4
ResourecTypedSystemBlock
-
-
public class ResourceSystemBlock : IResourceSystemBlock
⬜ | 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 | [] GetParts() |
Returns a list of data blocks that are part of this block. |
method | [] GetReferences() |
Returns a list of data blocks that are referenced by 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. |
⬜ | name | description |
---|