InspectorField.FieldToProperty(InspectorField, Object, String) Method

Definition

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

Returns

Applies to