<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKAttributeValue/vectorFloat3Value",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKAttributeValue(py)vectorFloat3Value"
  },
  "title" : "vectorFloat3Value"
}
-->

# vectorFloat3Value

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

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

## Discussion

If the receiver’s original value is a floating-point number or a <doc://com.apple.documentation/documentation/simd/vector_float2>, the empty items in the vector are set to 0. If the receiver’s original value is a <doc://com.apple.documentation/documentation/simd/vector_float4>, the last item is truncated.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)