---
title: vectorFloat3Value
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skattributevalue/vectorfloat3value
---

# vectorFloat3Value

The receiver’s value as a vector of three floating point numbers.

## Declaration

```swift
var vectorFloat3Value: vector_float3 { get set }
```

## Discussion

Discussion If the receiver’s original value is a floating-point number or a vector_float2, the empty items in the vector are set to 0. If the receiver’s original value is a vector_float4, the last item is truncated.

## See Also

### Instance Properties

- [floatValue](spritekit/skattributevalue/floatvalue.md)
- [vectorFloat2Value](spritekit/skattributevalue/vectorfloat2value.md)
- [vectorFloat4Value](spritekit/skattributevalue/vectorfloat4value.md)
