RageLib.GTA5.Utilities.FloatUtil - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.GTA5.Utilities
Inheritance Hierarchy
Syntax
public class FloatUtil
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
Methods
:white_large_square: |
prototype |
description |
method |
string GetQuaternionXmlString(Quaternion q) |
__ |
method |
string GetVector2String(Vector2 v) |
__ |
method |
string GetVector3String(Vector3 v) |
__ |
method |
string GetVector3String(Vector3 v, string format) |
__ |
method |
string GetVector3XmlString(Vector3 v) |
__ |
method |
string GetVector4String(Vector4 v) |
__ |
method |
string GetVector4XmlString(Vector4 v) |
__ |
method |
float Parse(string s) |
__ |
method |
Vector3 ParseVector3String(string s) |
__ |
method |
Vector4 ParseVector4String(string s) |
__ |
method |
string ToString(float f) |
__ |
method |
bool TryParse(string s, out float f) |
__ |
Events
:white_large_square: |
name |
description |