InspectorFieldsUtility.UpdatePropertySettings 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.
Update a property value in a serialized PropertySettings
public:
static void UpdatePropertySettings(UnityEditor::SerializedProperty ^ prop, int type, System::Object ^ update);
public static void UpdatePropertySettings (UnityEditor.SerializedProperty prop, int type, object update);
static member UpdatePropertySettings : UnityEditor.SerializedProperty * int * obj -> unit
Public Shared Sub UpdatePropertySettings (prop As SerializedProperty, type As Integer, update As Object)
Parameters
- prop
- UnityEditor.SerializedProperty
- type
- Int32
- update
- Object