VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
InspectorUtil.EditableArray Struct Reference
Inheritance diagram for InspectorUtil.EditableArray:
Collaboration diagram for InspectorUtil.EditableArray:

Public Attributes

SerializedProperty array
 
int maxElements
 
Action< SerializedProperty, int > onDrawElement
 
Action< SerializedProperty, int > onNewElement
 
Action< SerializedProperty, int > onSelect
 

Detailed Description

Definition at line 1668 of file VRCSDKBase-Editor.cs.

Member Data Documentation

◆ array

SerializedProperty InspectorUtil.EditableArray.array

Definition at line 1670 of file VRCSDKBase-Editor.cs.

◆ maxElements

int InspectorUtil.EditableArray.maxElements

Definition at line 1672 of file VRCSDKBase-Editor.cs.

◆ onDrawElement

Action<SerializedProperty, int> InspectorUtil.EditableArray.onDrawElement

Definition at line 1674 of file VRCSDKBase-Editor.cs.

◆ onNewElement

Action<SerializedProperty, int> InspectorUtil.EditableArray.onNewElement

Definition at line 1676 of file VRCSDKBase-Editor.cs.

◆ onSelect

Action<SerializedProperty, int> InspectorUtil.EditableArray.onSelect

Definition at line 1678 of file VRCSDKBase-Editor.cs.


The documentation for this struct was generated from the following file: