Editar

Compartilhar via


InspectorUIUtility.GetOptions(SerializedProperty) Method

Definition

Get an array of strings from a serialized list of strings, pop-up field helper

public:
 static cli::array <System::String ^> ^ GetOptions(UnityEditor::SerializedProperty ^ options);
public static string[] GetOptions (UnityEditor.SerializedProperty options);
static member GetOptions : UnityEditor.SerializedProperty -> string[]
Public Shared Function GetOptions (options As SerializedProperty) As String()

Parameters

options
UnityEditor.SerializedProperty

Returns

String[]

Applies to