|
Registry | Cache |
|
bool | Enabled = true |
|
int | Priority |
|
|
override IReflectionSystem | System [get] |
|
override IReflectionTypeProvider | TypeProvider [get] |
|
override Type | SystemType [get] |
|
abstract IReflectionSystem | System [get] |
| The IReflectionSystem instance. There are two common options here:
-
Implement IReflectionSystem in the scriptable object inheriting from this class and return "this" to in the implementation of this property.
-
Implement IReflectionSystem in another regular old C# class.
More...
|
|
abstract IReflectionTypeProvider | TypeProvider [get] |
| Returns the IReflectionTypeProvider that informs the ReflectionCache which types this system cares about. Usually will be the same as the System object.
|
|
abstract Type | SystemType [get] |
| The concrete type of the System.
|
|
The documentation for this class was generated from the following file:
- com.beamable.server/Editor/ReflectionCache/UserSystems/MicroserviceReflectionCache.cs