# UInt32

> 32-bit unsigned integer.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.0/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
UInt32 = 10
```

### Remarks

This format matches the @uint@ data type in C#, with values ranging from 0 to 4294967295.

Additional Resources: [Mesh](/engine/6000.0/script-reference/unityengine/mesh.md) class, [VertexAttribute](/engine/6000.0/script-reference/unityengine/rendering/vertexattribute.md) enum, [Mesh.GetVertexAttributeFormat](/engine/6000.0/script-reference/unityengine/mesh/getvertexattributeformat.md).
