# AttributeFloat

> An attribute that represents a float value.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.6/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle
* **Inherits from:** [BaseAttribute](/engine/6000.6/script-reference/unity/android/gradle/manifest/baseattribute.md)

```csharp
public sealed class AttributeFloat : BaseAttribute
```

## Methods

| Method                                                                                     | Description                                 |
| ------------------------------------------------------------------------------------------ | ------------------------------------------- |
| [Get](/engine/6000.6/script-reference/unity/android/gradle/manifest/attributefloat/get.md) | Gets the value of the `float` attribute.    |
| [Set](/engine/6000.6/script-reference/unity/android/gradle/manifest/attributefloat/set.md) | Sets a new `float` value for the attribute. |

## Inheritance

**Inherited Members:**

* [BaseAttribute.Remove()](/engine/6000.6/script-reference/unity/android/gradle/manifest/baseattribute/remove.md)
* [BaseAttribute.ResolveConflict()](/engine/6000.6/script-reference/unity/android/gradle/manifest/baseattribute/resolveconflict.md)
* [BaseAttribute.Name()](/engine/6000.6/script-reference/unity/android/gradle/manifest/baseattribute/name.md)
