InspectorGenericFields<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A set of Inspector fields for setting up properties in a component that can be automatically rendered in a custom inspector
generic <typename T>
public ref class InspectorGenericFields
public class InspectorGenericFields<T>
type InspectorGenericFields<'T> = class
Public Class InspectorGenericFields(Of T)
Type Parameters
- T
- Inheritance
-
InspectorGenericFields<T>
Constructors
InspectorGenericFields<T>() |
Methods
GetSettings(T) |
Searches through a class for InspectorField tags creates properties that can be serialized and automatically rendered in a custom inspector |
LoadSettings(T, List<InspectorPropertySetting>) |
Copies values from Inspector PropertySettings to an instantiated class on start, helps overcome polymorphism limitations of serialization |