Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.



Additional resources: isFixedBuffer, GetFixedBufferElementAtIndex.