Verlet Intergration Soft Body
Loading...
Searching...
No Matches
PhysicsCSAlevlProject.ConsoleCommandAttribute Class Reference

Attribute to mark methods as console commands. The CommandPath property specifies the command path that will be used to invoke the method from the debug console. For example, a method marked with [ConsoleCommand("Mesh.AddTire")] can be invoked by entering "Mesh.AddTire" in the debug console, along with any required parameters. This attribute allows for easy registration and organization of debug commands within the application. More...

Inheritance diagram for PhysicsCSAlevlProject.ConsoleCommandAttribute:

Public Member Functions

 ConsoleCommandAttribute (string commandPath)

Properties

string CommandPath [get]

Detailed Description

Attribute to mark methods as console commands. The CommandPath property specifies the command path that will be used to invoke the method from the debug console. For example, a method marked with [ConsoleCommand("Mesh.AddTire")] can be invoked by entering "Mesh.AddTire" in the debug console, along with any required parameters. This attribute allows for easy registration and organization of debug commands within the application.


The documentation for this class was generated from the following file:
  • PhysicsCSAlevlProject/Game1.DebugCommands.cs