Class Vector3Extensions
Extension methods for converting to/from Protobuf and Vector3.
Inherited Members
Namespace: Microsoft.XboxStudios.UnrealToolkit.Bifrost.Proto.HookClient
Assembly: UnrealToolkit.Bifrost.Proto.HookClient.dll
Syntax
public static class Vector3Extensions
Methods
View SourceFromProtobuf(Vector3)
Converts this value from a protobuf type.
Declaration
public static Vector3 FromProtobuf(this Vector3 value)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | value | The value to convert. |
Returns
Type | Description |
---|---|
Vector3 | The resulting value. |
ToProtobuf(Vector3)
Converts this value to a protobuf type.
Declaration
public static Vector3 ToProtobuf(this Vector3 value)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | value | The value to convert. |
Returns
Type | Description |
---|---|
Vector3 | The protobuf value. |