DevToolUtility

DevToolUtility static class which allow you access to low level API.

Namespace: RenownedGames.DevTool

Methods

GetRootDirectory

Collected root directory.

public static Directory GetRootDirectory();

CreateCommand

Create command instance by specified member.

public static bool CreateCommand(MemberInfo memberInfo, Object instance, string path, int order, out Command command)Properties

CombinePathToInstance

Combine command path to specified Object instance.

public static bool CreateCommand(MemberInfo memberInfo, Object instance, string path, int o

Properties

Commands

Enumerate through all commands in project.

public static IEnumerable<Command> Commands;

OrderedCommands

Enumerate through all commands in project ordered by priority.

public static IEnumerable<Command> OrderedCommands;

Last updated