Version: 2021.1
언어: 한국어

ParentConstraint.SetTranslationOffset

매뉴얼로 전환
public void SetTranslationOffset (int index, Vector3 value);

파라미터

index The index of the constraint source.
value The new translation offset.

설명

Sets the translation offset associated with a source by index.

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