RageLib.Resources.RAGE_Vector3 - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Resources
Inheritance Hierarchy
Syntax
public class RAGE_Vector3 : ResourceSystemBlock
Constructors
:white_large_square: |
prototype |
description |
method |
RAGE_Vector3 () |
__ |
method |
RAGE_Vector3 (float x1, float x2, float x3) |
__ |
Properties
:white_large_square: |
name |
description |
property |
Length |
__ |
Methods
:white_large_square: |
prototype |
description |
method |
static operator RAGE_Vector3(Vector3 v) |
__ |
method |
static operator Vector3(RAGE_Vector3 v) |
__ |
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 |