Method GetDerivedSerializedPropertyNames
GetDerivedSerializedPropertyNames()
Returns a list containing the SerializeField names of all SerializedProperty fields defined in the Unity.XR.CoreUtils.Editor (including derived types).
Declaration
protected virtual List<string> GetDerivedSerializedPropertyNames()
Returns
Type | Description |
---|---|
List<string> | Returns a list of strings with property names. |