Table of Contents

Method TryRegister

Namespace
GrindFest.Content
Assembly
GrindFest.dll

TryRegister(string, List<string>)

Registers a built content directory. Returns false (with the reason logged) when it cannot be used, so a caller can decide whether that is fatal instead of getting an exception out of the loading path.

public static bool TryRegister(string directoryPath, List<string> keysOut = null)

Parameters

directoryPath string
keysOut List<string>

Returns

bool