A ValueResolver resolves a string to a value of a given type, given an InspectorProperty instance to use as context. Call Get<TResult>(InspectorProperty, String) to get an instance of a ValueResolver.
Value resolvers are a globally extendable system that can be hooked into and modified or changed by creating and registering a ValueResolverCreator.
See Odin's tutorials for details and examples of how to use ValueResolvers.
A ValueResolver resolves a string to a value of a given type, given an InspectorProperty instance to use as context. Call Get<TResult>(InspectorProperty, String) to get an instance of a ValueResolver.
Value resolvers are a globally extendable system that can be hooked into and modified or changed by creating and registering a ValueResolverCreator.
See Odin's tutorials for details and examples of how to use ValueResolvers.