Contents

set(_:)

Updates a pose in the set based on its name. If pose with this ID does not exist, does nothing.

Declaration

@discardableResult mutating func set(_ newValue: SkeletalPoseSet.Element) -> SkeletalPoseSet.Element?

Parameters

  • newValue:

    The pose to store.

Return Value

The previous pose value, if named pose exists