Show / Hide Table of Contents

Class Vector3Extensions

Extension methods for converting to/from Protobuf and Vector3.

Inheritance
object
Vector3Extensions
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 Vector3Extensions

Methods

View Source

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

View Source

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.

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