Class DebugExtensions
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public static class DebugExtensions
- Inheritance
-
DebugExtensions
- Inherited Members
Methods
RenderDebugArcOnTerrain(Scene, MatrixFrame, float, float, float, uint, bool, bool)
public static void RenderDebugArcOnTerrain(Scene scene, MatrixFrame frame, float radius, float beginAngle, float endAngle, uint color, bool depthCheck = true, bool isDotted = false)
Parameters
scene
Sceneframe
MatrixFrameradius
floatbeginAngle
floatendAngle
floatcolor
uintdepthCheck
boolisDotted
bool
RenderDebugCircleOnTerrain(Scene, MatrixFrame, float, uint, bool, bool)
public static void RenderDebugCircleOnTerrain(Scene scene, MatrixFrame frame, float radius, uint color, bool depthCheck = true, bool isDotted = false)
Parameters
RenderDebugLineOnTerrain(Scene, Vec3, Vec3, uint, bool, float, bool, float)
public static void RenderDebugLineOnTerrain(Scene scene, Vec3 position, Vec3 direction, uint color, bool depthCheck = true, float time = 0, bool isDotted = false, float pointDensity = 1)
Parameters
scene
Sceneposition
Vec3direction
Vec3color
uintdepthCheck
booltime
floatisDotted
boolpointDensity
float
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).