Photon Fusion
2.1.1
Represents a compressed Vector4 value for network transmission. More...
Inherits INetworkStruct.
Public Member Functions | |
| override readonly bool | Equals (object obj) |
| Checks if the provided object is a Vector4Compressed instance and if it's equal to the current Vector4Compressed instance. | |
| readonly bool | Equals (Vector4Compressed other) |
| Checks if the current Vector4Compressed instance is equal to the other Vector4Compressed instance. | |
| override readonly int | GetHashCode () |
| Returns the hash code for the current Vector4Compressed instance. | |
Static Public Member Functions | |
| static implicit | operator Vector4 (Vector4Compressed q) |
| Implicit conversion from Vector4Compressed to Vector4. | |
| static implicit | operator Vector4Compressed (Vector4 v) |
| Implicit conversion from Vector4 to Vector4Compressed. | |
| static bool | operator!= (Vector4Compressed left, Vector4Compressed right) |
| Inequality operator for Vector4Compressed struct. | |
| static bool | operator== (Vector4Compressed left, Vector4Compressed right) |
| Equality operator for Vector4Compressed struct. | |
Represents a compressed Vector4 value for network transmission.
| override readonly bool Equals | ( | object | obj | ) |
Checks if the provided object is a Vector4Compressed instance and if it's equal to the current Vector4Compressed instance.
| obj | The object to compare with the current Vector4Compressed instance. |
| readonly bool Equals | ( | Vector4Compressed | other | ) |
Checks if the current Vector4Compressed instance is equal to the other Vector4Compressed instance.
| other | The other Vector4Compressed instance to compare with the current Vector4Compressed instance. |
| override readonly int GetHashCode | ( | ) |
Returns the hash code for the current Vector4Compressed instance.
|
static |
Implicit conversion from Vector4Compressed to Vector4.
| q | The Vector4Compressed instance to convert. |
|
static |
Implicit conversion from Vector4 to Vector4Compressed.
| v | The Vector4 value to convert. |
|
static |
Inequality operator for Vector4Compressed struct.
| left | First Vector4Compressed instance. |
| right | Second Vector4Compressed instance. |
|
static |
Equality operator for Vector4Compressed struct.
| left | First Vector4Compressed instance. |
| right | Second Vector4Compressed instance. |