Class ImGuizmo
Assembly: ImGui.NET.dll
View Source
Declaration
public static class ImGuizmo
Methods
AllowAxisFlip(bool)
View Source
Declaration
public static void AllowAxisFlip(bool value)
Parameters
Type | Name |
---|---|
System.Boolean | value |
BeginFrame()
View Source
Declaration
public static void BeginFrame()
DecomposeMatrixToComponents(ref float, ref float, ref float, ref float)
View Source
Declaration
public static void DecomposeMatrixToComponents(ref float matrix, ref float translation, ref float rotation, ref float scale)
Parameters
Type | Name |
---|---|
System.Single | matrix |
System.Single | translation |
System.Single | rotation |
System.Single | scale |
DrawCubes(ref float, ref float, ref float, int)
View Source
Declaration
public static void DrawCubes(ref float view, ref float projection, ref float matrices, int matrixCount)
Parameters
Type | Name |
---|---|
System.Single | view |
System.Single | projection |
System.Single | matrices |
System.Int32 | matrixCount |
DrawGrid(ref float, ref float, ref float, float)
View Source
Declaration
public static void DrawGrid(ref float view, ref float projection, ref float matrix, float gridSize)
Parameters
Type | Name |
---|---|
System.Single | view |
System.Single | projection |
System.Single | matrix |
System.Single | gridSize |
Enable(bool)
View Source
Declaration
public static void Enable(bool enable)