Version: 2020.3

GridLayout.CellToLocalInterpolated

매뉴얼로 전환
public Vector3 CellToLocalInterpolated (Vector3 cellPosition);

파라미터

cellPosition Interpolated cell position to convert.

반환

Vector3 Local position of the cell position.

설명

Converts an interpolated cell position in floats to local position space.

Returns the local position in floats.

// Snap the GameObject to parent GridLayout center of cell
using UnityEngine;

public class ExampleClass : MonoBehaviour { void Start() { GridLayout gridLayout = transform.parent.GetComponent<GridLayout>(); Vector3Int cellPosition = gridLayout.LocalToCell(transform.localPosition); transform.localPosition = gridLayout.CellToLocalInterpolated(cellPosition + new Vector3(.5f, .5f, .5f)); } }
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961