Show / Hide Table of Contents

Class Utils

Inheritance
System.Object
Utils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public static class Utils

Methods

ClampAngles(Vector3)

Declaration
public static Vector3 ClampAngles(this Vector3 vec)
Parameters
Type Name Description
Vector3 vec
Returns
Type Description
Vector3

ToVector2(Vector3)

Declaration
public static Vector2 ToVector2(this Vector3 vec)
Parameters
Type Name Description
Vector3 vec
Returns
Type Description
Vector2

ToVector3(Vector2)

Declaration
public static Vector3 ToVector3(this Vector2 vec)
Parameters
Type Name Description
Vector2 vec
Returns
Type Description
Vector3
Back to top Generated by DocFX