fixedBufferSize
The number of elements in the fixed buffer. (Read Only)
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public int fixedBufferSize { get; }
Remarks
See SerializedProperty.GetFixedBufferElementAtIndex for an example of how to use this property.
Additional Resources: SerializedProperty.isFixedBuffer, SerializedProperty.GetFixedBufferElementAtIndex.