mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
Update README.md
This commit is contained in:
@@ -78,8 +78,16 @@ Display the state of the gamepad
|
||||

|
||||
- Can be used to inject inputs to help debugging, as loosing window focus when breaking in the code doesn't affect the state of injected inputs unlike real inputs.
|
||||
|
||||
### Inspector
|
||||
Used to inspect and modify an Object properties
|
||||
|
||||

|
||||
- Inspect the selected actor by default
|
||||
- Favorites can be added with a custom function defining what happens when the user press the Apply button (typically this can be used to modify and apply the Game User Settings)
|
||||
- Manage a history of inspected objects.
|
||||
|
||||
### Log Categories
|
||||
This window can be used to activate and deactivate log categories
|
||||
Can be used to activate and deactivate log categories
|
||||
|
||||

|
||||
- Activating a log category set its verbosity to VeryVerbose.
|
||||
@@ -89,12 +97,12 @@ This window can be used to activate and deactivate log categories
|
||||
- The log categories are used to filter both the output log and the debug draw.
|
||||
|
||||
### Metric
|
||||
This window gather various values sent by the selected actor and compte their rate per second. This is typically useful to compute the damage dealt or received per second.
|
||||
Gather various values sent by the selected actor and compte their rate per second. This is typically useful to compute the damage dealt or received per second.
|
||||
|
||||

|
||||
|
||||
### Net Emulation
|
||||
This window is used to configure the network emulation
|
||||
Used to configure the network emulation
|
||||
|
||||

|
||||
|
||||
@@ -121,7 +129,7 @@ Used to configure the rendering quality.
|
||||

|
||||
|
||||
### Skeleton
|
||||
This window display the bone hierarchy and the skeleton debug draw of the selected actor if it has a Skeletal Mesh.
|
||||
Display the bone hierarchy and the skeleton debug draw of the selected actor if it has a Skeletal Mesh.
|
||||
|
||||

|
||||
- Mouse over a bone to highlight it.
|
||||
@@ -129,12 +137,19 @@ This window display the bone hierarchy and the skeleton debug draw of the select
|
||||
- Use the [Ctrl] key to toggle the bone debug draw recursively.
|
||||
|
||||
### Selection
|
||||
This window can be used to select an actor either by picking an actor in the world or by selecting an actor in the actor list.
|
||||
Used to select an actor either by picking an actor in the world or by selecting an actor in the actor list.
|
||||
|
||||

|
||||
- The actor list can be filtered by actor type (Actor, Character, etc).
|
||||
- The current selection is used by various debug windows to filter out their content.
|
||||
|
||||
### Settings
|
||||
Configure the settings of Cog Windows.
|
||||
|
||||

|
||||
- Can configure the input key to toggle the input focus between the game and imgui
|
||||
- Can change the DPI Scaling
|
||||
|
||||
### Spawn
|
||||
Used to spawn new actors in the world. The spawn list can be configured in a Data Asset.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user