InspectorField.FieldToProperty(InspectorField, Object, String) Method
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.
public:
static Microsoft::MixedReality::Toolkit::Utilities::Editor::InspectorPropertySetting FieldToProperty(Microsoft::MixedReality::Toolkit::Utilities::Editor::InspectorField ^ attributes, System::Object ^ fieldValue, System::String ^ fieldName);
public static Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting FieldToProperty (Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField attributes, object fieldValue, string fieldName);
static member FieldToProperty : Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField * obj * string -> Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting
Public Shared Function FieldToProperty (attributes As InspectorField, fieldValue As Object, fieldName As String) As InspectorPropertySetting
Parameters
- attributes
- InspectorField
- fieldValue
- Object
- fieldName
- String