public void SetTranslationOffset (int index, Vector3 value);

Parameters

index约束源的索引。
value新移动偏移。

Description

按索引设置与源相关的移动偏移。

如果源列表为空,则抛出 InvalidOperationException。如果索引无效,则抛出 ArgumentOutOfRangeException。