ConfigLoader.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Config/ConfigLoader.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Config/ConfigLoader.cs
Source file hash: sha256:de9cd945a1cf5956fc2aa29f4ba46f693fd5d22a59e6939e9b160bea482b9a70
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ConfigLoader
Section titled “Type: ConfigLoader”Original lines: 37-143
Declaration hash: sha256:85e4489484c7cbcbe4b8d5cb27620c9df9f2749b0bbe4b8ed20ef16e5ddc2a8e
[CreateAssetMenu(menuName = "Bit Quirky/Config/Config Loader", fileName = "ConfigLoader", order = -7800)]public class ConfigLoader : DataObject{}Property: DataObjectIndex
Section titled “Property: DataObjectIndex”Original lines: 49
Declaration hash: sha256:8fb2ef0b599287dc79c45ff4241176d5b2a68c05c00bb2b28b2d704b8a3de5bf
public DataObjectIndex DataObjectIndex { get; }Property: Config
Section titled “Property: Config”Original lines: 51
Declaration hash: sha256:32fa3ad9d9c40b67714d65a84fa51a471cf03d515ec4a640859d0e209b4f47b8
public BaseConfig Config { get; }Property: Instance
Section titled “Property: Instance”Original lines: 58-70
Declaration hash: sha256:13d6e0402b384c212e29c05c85f59b252a11223f2967a057156f9c8af80accb1
public static ConfigLoader Instance { get; }Method: Initialize(ConfigLoader loader)
Section titled “Method: Initialize(ConfigLoader loader)”Original lines: 83-87
Declaration hash: sha256:6effc8e83c6b840c3e5e12976a2c72c70e6ddf1349c4d814689cc380e41434b8
public static void Initialize(ConfigLoader loader);