Struct HalfVector4
Implements
Inherited Members
Namespace: Unity.Netcode.Components
Assembly: solution.dll
Syntax
public struct HalfVector4 : INetworkSerializable
Constructors
Name | Description |
---|---|
Half |
Constructor |
Half |
Constructor |
Fields
Properties
Name | Description |
---|---|
W | The half float precision value of the w-axis as a half. |
X | The half float precision value of the x-axis as a half. |
Y | The half float precision value of the y-axis as a half. |
Z | The half float precision value of the z-axis as a half. |
Methods
Name | Description |
---|---|
Network |
The serialization implementation of INetwork |
To |
Converts this instance to a full precision Quaternion. |
To |
Converts this instance to a full precision Vector4. |
Update |
Converts a full precision Vector4 to half precision and updates the current instance. |
Update |
Converts a full precision Vector4 to half precision and updates the current instance. |