Table of Contents

Class CynGlassGizmos

Namespace
Global
Assembly
Assembly-CSharp.dll
public static class CynGlassGizmos
Inheritance
CynGlassGizmos
Inherited Members

Methods

DrawShape(List<Vector2>)

public static void DrawShape(List<Vector2> shape)

Parameters

shape List<Vector2>

DrawShape(List<Vector2>, Vector2, float, Vector2)

public static void DrawShape(List<Vector2> shape, Vector2 position, float rotation, Vector2 scale)

Parameters

shape List<Vector2>
position Vector2
rotation float
scale Vector2

DrawShapes(List<List<Vector2>>)

public static void DrawShapes(List<List<Vector2>> shapes)

Parameters

shapes List<List<Vector2>>

DrawShapes(List<List<Vector2>>, Vector2, float, Vector2)

public static void DrawShapes(List<List<Vector2>> shapes, Vector2 position, float rotation, Vector2 scale)

Parameters

shapes List<List<Vector2>>
position Vector2
rotation float
scale Vector2