Show / Hide Table of Contents

Class Rotation3Extensions

Extension methods for converting to/from Protobuf and Microsoft.XboxStudios.GameToolkit.Rotation3.

Inheritance
object
Rotation3Extensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.UnrealToolkit.Bifrost.Proto.HookClient
Assembly: UnrealToolkit.Bifrost.Proto.HookClient.dll
Syntax
public static class Rotation3Extensions

Methods

View Source

FromProtobuf(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.

View Source

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.

  • View Source
In this article
Back to top Generated by DocFX