Struct HavokConfiguration.VisualDebuggerConfiguration
Havok Visual Debugger configuration.
Inherited Members
Namespace: Havok.Physics
Syntax
public struct VisualDebuggerConfiguration
Fields
Enable
Collect profiling information and make this simulation visible to the VDB application.
Declaration
public int Enable
Field Value
| Type | Description |
|---|---|
| Int32 |
Port
The port on which to send the data to the VDB application.
Declaration
public int Port
Field Value
| Type | Description |
|---|---|
| Int32 |
TimerBytesPerThread
The number of bytes to allocate per thread to collect profiling information.
Declaration
public int TimerBytesPerThread
Field Value
| Type | Description |
|---|---|
| Int32 |