Table of Contents

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 Scene
frame MatrixFrame
radius float
beginAngle float
endAngle float
color uint
depthCheck bool
isDotted 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

scene Scene
frame MatrixFrame
radius float
color uint
depthCheck bool
isDotted bool

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 Scene
position Vec3
direction Vec3
color uint
depthCheck bool
time float
isDotted bool
pointDensity float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).