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