The number of scalar components in each vector.
SDKs
- iOS 8.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Scene
Kit
Declaration
@property(nonatomic, readonly) NSInteger componentsPerVector;
The number of scalar components in each vector.
SDKs
Framework
@property(nonatomic, readonly) NSInteger componentsPerVector;
data
The data for the geometry source.
semantic
The semantic value (or attribute) the geometry source describes for each vertex.
vector Count
The number of vectors in the data.
float Components
A Boolean value that indicates whether vector components are floating-point values.
bytes Per Component
The size, in bytes, of each vector component.
data Offset
The offset, in bytes, from the beginning of the data to the first vector component to be used in the geometry source.
data Stride
The number of bytes from a vector to the next one in the data.