DevToolUtility
DevToolUtility static class which allow you access to low level API.
Namespace: RenownedGames.DevTool
Methods
GetRootDirectory
Collected root directory.
For performance reasons, it is recommended to not use this function every frame. Instead, cache the result in a member variable at startup.
CreateCommand
Create command instance by specified member.
CombinePathToInstance
Combine command path to specified Object instance.
Properties
Commands
Enumerate through all commands in project.
For performance reasons, it is recommended to not use this function every frame. Instead, cache the result in a member variable at startup.
OrderedCommands
Enumerate through all commands in project ordered by priority.
For performance reasons, it is recommended to not use this function every frame. Instead, cache the result in a member variable at startup.
Last updated