Skip to main content
Apple Developer Docs
×
usdkit
/
USDValue
/
USDValue.Vec2i
/
init(_:_:)
init(_:_:)
Creates a vector with the given components.
Declaration
init
(
_
x
:
Int
,
_
y
:
Int
)