# isFixedBuffer

> Is this property a fixed buffer? (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public bool isFixedBuffer { get; }
```

### Remarks

See [SerializedProperty.GetFixedBufferElementAtIndex](/engine/6000.0/script-reference/unityeditor/serializedproperty/getfixedbufferelementatindex.md) for an example of how to use this property.

Additional Resources: [SerializedProperty.fixedBufferSize](/engine/6000.0/script-reference/unityeditor/serializedproperty/fixedbuffersize.md), [SerializedProperty.GetFixedBufferElementAtIndex](/engine/6000.0/script-reference/unityeditor/serializedproperty/getfixedbufferelementatindex.md).
