Contents

init(vectorFloat2:)

Creates and initializes a new attribute value object that holds a vector of two floating point numbers.

Declaration

convenience init(vectorFloat2 value: vector_float2)

Parameters

  • value:

    The vector of two point values for the new attribute value.

Return Value

A new attribute value object.

See Also

Initializers