Show / Hide Table of Contents

Class UtilsGrid3D

Inheritance
System.Object
UtilsGrid3D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public static class UtilsGrid3D

Methods

IndexOf<T>(IReadOnlyList<T>, T)

Declaration
public static int IndexOf<T>(this IReadOnlyList<T> self, T elementToFind)
Parameters
Type Name Description
System.Collections.Generic.IReadOnlyList<T> self
T elementToFind
Returns
Type Description
System.Int32
Type Parameters
Name Description
T

To3DSpace(EdgarVector2Int)

Declaration
public static Vector3Int To3DSpace(this EdgarVector2Int vector)
Parameters
Type Name Description
EdgarVector2Int vector
Returns
Type Description
Vector3Int

To3DSpace(Vector3Int)

Declaration
public static Vector3Int To3DSpace(this Vector3Int vector)
Parameters
Type Name Description
Vector3Int vector
Returns
Type Description
Vector3Int
In This Article
Back to top Generated by DocFX