VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Public Attributes | |
SerializedProperty | array |
int | maxElements |
Action< SerializedProperty, int > | onDrawElement |
Action< SerializedProperty, int > | onNewElement |
Action< SerializedProperty, int > | onSelect |
Definition at line 1668 of file VRCSDKBase-Editor.cs.
SerializedProperty InspectorUtil.EditableArray.array |
Definition at line 1670 of file VRCSDKBase-Editor.cs.
int InspectorUtil.EditableArray.maxElements |
Definition at line 1672 of file VRCSDKBase-Editor.cs.
Action<SerializedProperty, int> InspectorUtil.EditableArray.onDrawElement |
Definition at line 1674 of file VRCSDKBase-Editor.cs.
Action<SerializedProperty, int> InspectorUtil.EditableArray.onNewElement |
Definition at line 1676 of file VRCSDKBase-Editor.cs.
Action<SerializedProperty, int> InspectorUtil.EditableArray.onSelect |
Definition at line 1678 of file VRCSDKBase-Editor.cs.