SerializedProperty.fixedBufferSize
public int fixedBufferSize;
Description 描述
The number of elements in the fixed buffer. (Read Only)
See GetFixedBufferElementAtIndex for an example of how to use this property.
See Also: isFixedBuffer, GetFixedBufferElementAtIndex.