RageLib.Resources.RAGE_Matrix4 - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Resources
Inheritance Hierarchy
Syntax
public class RAGE_Matrix4 : ResourceSystemBlock
Constructors
:white_large_square: |
prototype |
description |
method |
RAGE_Matrix4 () |
__ |
method |
RAGE_Matrix4 (float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) |
__ |
Properties
:white_large_square: |
name |
description |
property |
Length |
__ |
Methods
:white_large_square: |
prototype |
description |
method |
void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data-block from a stream. |
method |
void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data-block to a stream. |
Events
:white_large_square: |
name |
description |