Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTranslationOffset(int, Vector3)

Sets the translation offset associated with a source by index.
Read time 1 minuteLast updated 7 days ago

Definition

public void SetTranslationOffset(int index, Vector3 value)

Parameters

index

The index of the constraint source.

value

The new translation offset.

Remarks

Throws InvalidOperationException, if the list of sources is empty. Throws ArgumentOutOfRangeException, if the index is invalid.