Lumino
ln::Debug Class Reference

デバッグに利用できる各機能へアクセスする手段を提供します。 More...

#include <Debug.hpp>

Static Public Member Functions

static void setGuideGridEnabled (bool value)
 3D シーン上に、グリッドを表示するかどうかを設定します。
 
static void setPhysicsDebugDrawEnabled (bool value)
 3D シーン上に、コリジョン及び物理演算の情報を表示するかどうかを設定します。
 
static void print (StringRef str)
 ウィンドウ上にデバッグ文字列を表示します。 More...
 
static void print (float time, StringRef str)
 表示時間を指定して、ウィンドウ上にデバッグ文字列を表示します。 More...
 
static void print (float time, const Color &color, StringRef str)
 表示時間と文字色を指定して、ウィンドウ上にデバッグ文字列を表示します。 More...
 

Detailed Description

デバッグに利用できる各機能へアクセスする手段を提供します。

Member Function Documentation

◆ print() [1/3]

static void ln::Debug::print ( StringRef  str)
static

ウィンドウ上にデバッグ文字列を表示します。

Parameters
[in]str: 表示文字列

◆ print() [2/3]

static void ln::Debug::print ( float  time,
StringRef  str 
)
static

表示時間を指定して、ウィンドウ上にデバッグ文字列を表示します。

Parameters
[in]time: 表示時間 (s)
[in]str: 表示文字列

◆ print() [3/3]

static void ln::Debug::print ( float  time,
const Color color,
StringRef  str 
)
static

表示時間と文字色を指定して、ウィンドウ上にデバッグ文字列を表示します。

Parameters
[in]time: 表示時間 (s)
[in]color: 文字色
[in]str: 表示文字列

The documentation for this class was generated from the following file: