This version of Unity is unsupported.

SerializedProperty.isFixedBuffer

public bool isFixedBuffer;

Description

Is this property a fixed buffer? (Read Only)

See GetFixedBufferElementAtIndex for an example of how to use this property.



See Also: fixedBufferSize, GetFixedBufferElementAtIndex.