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